- Timestamp:
- Sep 5, 2018, 11:16:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/WebAndMapRendering.csproj
r324 r330 20 20 <ConsolePause>false</ConsolePause> 21 21 <NoStdLib>true</NoStdLib> 22 </PropertyGroup> 23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' "> 24 <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath> 25 <DefineConstants>ENABLE_PROFILER</DefineConstants> 26 <Optimize>true</Optimize> 27 <DebugSymbols>true</DebugSymbols> 28 <DebugType>full</DebugType> 22 29 </PropertyGroup> 23 30 <ItemGroup> … … 63 70 <Compile Include="Commands\EnableRendering.cs" /> 64 71 <Compile Include="API.cs" /> 72 <Compile Include="MapRendering\TextureScale.cs" /> 65 73 <Compile Include="Web\API\GetAnimalsLocation.cs" /> 66 74 <Compile Include="Web\API\GetHostileLocation.cs" />
Note:
See TracChangeset
for help on using the changeset viewer.