Changeset 391 for binary-improvements2/MarkersMod/MarkersMod.csproj
- Timestamp:
- Aug 7, 2022, 3:02:24 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/MarkersMod/MarkersMod.csproj
r390 r391 8 8 <ProjectGuid>{2A008E16-6EB8-4B85-A175-3CB89D9FF4AE}</ProjectGuid> 9 9 <OutputType>Library</OutputType> 10 <RootNamespace> MarkersMod</RootNamespace>10 <RootNamespace>Examples</RootNamespace> 11 11 <AssemblyName>MarkersMod</AssemblyName> 12 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> … … 16 16 <DebugType>none</DebugType> 17 17 <Optimize>true</Optimize> 18 <OutputPath>..\bin\Mods\ MarkersMod\</OutputPath>18 <OutputPath>..\bin\Mods\Xample_MarkersMod\</OutputPath> 19 19 <ErrorReport>prompt</ErrorReport> 20 20 <WarningLevel>4</WarningLevel> … … 23 23 </PropertyGroup> 24 24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' "> 25 <OutputPath>..\bin\Mods\ MarkersMod\</OutputPath>25 <OutputPath>..\bin\Mods\Xample_MarkersMod\</OutputPath> 26 26 <DefineConstants>ENABLE_PROFILER</DefineConstants> 27 27 <Optimize>true</Optimize> … … 32 32 </PropertyGroup> 33 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 34 <OutputPath>..\bin\Mods\ MarkersMod\</OutputPath>34 <OutputPath>..\bin\Mods\Xample_MarkersMod\</OutputPath> 35 35 <DebugType>full</DebugType> 36 36 <DebugSymbols>true</DebugSymbols> … … 55 55 </ItemGroup> 56 56 <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" /> 60 60 </ItemGroup> 61 61 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> … … 71 71 <Private>False</Private> 72 72 </ProjectReference> 73 <ProjectReference Include="..\ MapRendering\WebAndMapRendering.csproj">74 <Project>{ a1847b5f-7bfc-4bcd-94aa-a6c9fb7e7c54}</Project>75 <Name>Web AndMapRendering</Name>73 <ProjectReference Include="..\WebServer\WebServer.csproj"> 74 <Project>{01b5f981-b9fd-4364-8f9e-9127130d2542}</Project> 75 <Name>WebServer</Name> 76 76 <Private>False</Private> 77 77 </ProjectReference>
Note:
See TracChangeset
for help on using the changeset viewer.