Ignore:
Timestamp:
Aug 7, 2022, 3:02:24 PM (2 years ago)
Author:
alloc
Message:

Major refactoring/cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/MarkersMod/MarkersMod.csproj

    r390 r391  
    88    <ProjectGuid>{2A008E16-6EB8-4B85-A175-3CB89D9FF4AE}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    10     <RootNamespace>MarkersMod</RootNamespace>
     10    <RootNamespace>Examples</RootNamespace>
    1111    <AssemblyName>MarkersMod</AssemblyName>
    1212    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     
    1616    <DebugType>none</DebugType>
    1717    <Optimize>true</Optimize>
    18     <OutputPath>..\bin\Mods\MarkersMod\</OutputPath>
     18    <OutputPath>..\bin\Mods\Xample_MarkersMod\</OutputPath>
    1919    <ErrorReport>prompt</ErrorReport>
    2020    <WarningLevel>4</WarningLevel>
     
    2323  </PropertyGroup>
    2424  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
    25     <OutputPath>..\bin\Mods\MarkersMod\</OutputPath>
     25    <OutputPath>..\bin\Mods\Xample_MarkersMod\</OutputPath>
    2626    <DefineConstants>ENABLE_PROFILER</DefineConstants>
    2727    <Optimize>true</Optimize>
     
    3232  </PropertyGroup>
    3333  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    34     <OutputPath>..\bin\Mods\MarkersMod\</OutputPath>
     34    <OutputPath>..\bin\Mods\Xample_MarkersMod\</OutputPath>
    3535    <DebugType>full</DebugType>
    3636    <DebugSymbols>true</DebugSymbols>
     
    5555  </ItemGroup>
    5656  <ItemGroup>
    57     <Compile Include="AssemblyInfo.cs" />
    58     <Compile Include="API.cs" />
    59     <Compile Include="Markers.cs" />
     57    <Compile Include="src\ModApi.cs" />
     58    <Compile Include="src\AssemblyInfo.cs" />
     59    <Compile Include="src\Markers.cs" />
    6060  </ItemGroup>
    6161  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
     
    7171      <Private>False</Private>
    7272    </ProjectReference>
    73     <ProjectReference Include="..\MapRendering\WebAndMapRendering.csproj">
    74       <Project>{a1847b5f-7bfc-4bcd-94aa-a6c9fb7e7c54}</Project>
    75       <Name>WebAndMapRendering</Name>
     73    <ProjectReference Include="..\WebServer\WebServer.csproj">
     74      <Project>{01b5f981-b9fd-4364-8f9e-9127130d2542}</Project>
     75      <Name>WebServer</Name>
    7676      <Private>False</Private>
    7777    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.