source: binary-improvements2/MapRendering/WebAndMapRendering.csproj@ 386

Last change on this file since 386 was 386, checked in by alloc, 2 years ago

Enabled debug symbols in debug config on all projects

File size: 7.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{A1847B5F-7BFC-4BCD-94AA-A6C9FB7E7C54}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>MapRendering</RootNamespace>
11 <AssemblyName>MapRendering</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
15 <DebugType>none</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 <ConsolePause>false</ConsolePause>
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>
29 <WarningLevel>4</WarningLevel>
30 <NoStdLib>true</NoStdLib>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
34 <DebugType>full</DebugType>
35 <DebugSymbols>true</DebugSymbols>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
39 <HintPath>..\7dtd-binaries\Assembly-CSharp-firstpass.dll</HintPath>
40 <Private>False</Private>
41 </Reference>
42 <Reference Include="LogLibrary">
43 <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
44 <Private>False</Private>
45 </Reference>
46 <Reference Include="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
47 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
48 <Private>False</Private>
49 </Reference>
50 <Reference Include="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
51 <HintPath>..\7dtd-binaries\System.dll</HintPath>
52 <Private>False</Private>
53 </Reference>
54 <Reference Include="System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
55 <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>
56 <Private>False</Private>
57 </Reference>
58 <Reference Include="UnityEngine">
59 <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
60 <Private>False</Private>
61 </Reference>
62 <Reference Include="Assembly-CSharp">
63 <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
64 <Private>False</Private>
65 </Reference>
66 <Reference Include="mscorlib">
67 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
68 <Private>False</Private>
69 </Reference>
70 <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
71 <HintPath>..\7dtd-binaries\UnityEngine.CoreModule.dll</HintPath>
72 <Private>False</Private>
73 </Reference>
74 <Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
75 <HintPath>..\7dtd-binaries\UnityEngine.ImageConversionModule.dll</HintPath>
76 <Private>False</Private>
77 </Reference>
78 </ItemGroup>
79 <ItemGroup>
80 <Compile Include="AssemblyInfo.cs" />
81 <Compile Include="Commands\Exception.cs" />
82 <Compile Include="MapRendering\MapRendering.cs" />
83 <Compile Include="MapRendering\MapRenderBlockBuffer.cs" />
84 <Compile Include="MapRendering\Constants.cs" />
85 <Compile Include="Commands\RenderMap.cs" />
86 <Compile Include="Commands\EnableRendering.cs" />
87 <Compile Include="API.cs" />
88 <Compile Include="Web\API\GetAnimalsLocation.cs" />
89 <Compile Include="Web\API\GetHostileLocation.cs" />
90 <Compile Include="Web\API\GetWebMods.cs" />
91 <Compile Include="Web\API\Null.cs" />
92 <Compile Include="Web\Handlers\RewriteHandler.cs" />
93 <Compile Include="Web\SSE\EventLog.cs" />
94 <Compile Include="Web\SSE\SseHandler.cs" />
95 <Compile Include="Web\SSE\EventBase.cs" />
96 <Compile Include="Web\Web.cs" />
97 <Compile Include="Web\MimeType.cs" />
98 <Compile Include="Web\API\GetPlayersOnline.cs" />
99 <Compile Include="Web\API\WebAPI.cs" />
100 <Compile Include="Web\API\GetPlayersLocation.cs" />
101 <Compile Include="Web\API\GetPlayerInventory.cs" />
102 <Compile Include="Web\API\GetLandClaims.cs" />
103 <Compile Include="Commands\webstat.cs" />
104 <Compile Include="Web\API\GetStats.cs" />
105 <Compile Include="Web\WebConnection.cs" />
106 <Compile Include="Web\OpenID.cs" />
107 <Compile Include="Web\ConnectionHandler.cs" />
108 <Compile Include="Web\WebMod.cs" />
109 <Compile Include="Web\WebPermissions.cs" />
110 <Compile Include="Web\Handlers\ApiHandler.cs" />
111 <Compile Include="Web\Handlers\ItemIconHandler.cs" />
112 <Compile Include="Web\Handlers\AbsHandler.cs" />
113 <Compile Include="Web\Handlers\SimpleRedirectHandler.cs" />
114 <Compile Include="Web\Handlers\StaticHandler.cs" />
115 <Compile Include="Web\Handlers\SessionHandler.cs" />
116 <Compile Include="Web\API\ExecuteConsoleCommand.cs" />
117 <Compile Include="Commands\ReloadWebPermissions.cs" />
118 <Compile Include="Web\Handlers\UserStatusHandler.cs" />
119 <Compile Include="Commands\WebTokens.cs" />
120 <Compile Include="Commands\WebPermissionsCmd.cs" />
121 <Compile Include="Web\LogBuffer.cs" />
122 <Compile Include="Web\API\GetLog.cs" />
123 <Compile Include="Web\API\GetWebUIUpdates.cs" />
124 <Compile Include="Web\API\GetServerInfo.cs" />
125 <Compile Include="Web\API\GetPlayerList.cs" />
126 <Compile Include="Web\WebCommandResult.cs" />
127 <Compile Include="Web\API\GetAllowedCommands.cs" />
128 <Compile Include="Commands\EnableOpenIDDebug.cs" />
129 <Compile Include="Web\API\GetPlayerInventories.cs" />
130 </ItemGroup>
131 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
132 <ItemGroup>
133 <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
134 <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
135 <Name>7dtd-server-fixes</Name>
136 <Private>False</Private>
137 </ProjectReference>
138 <ProjectReference Include="..\SpaceWizards.HttpListener\SpaceWizards.HttpListener.csproj">
139 <Project>{e273d042-57f9-4e2e-8268-5053527e5287}</Project>
140 <Name>SpaceWizards.HttpListener</Name>
141 </ProjectReference>
142 </ItemGroup>
143 <ItemGroup>
144 <None Include="ModInfo.xml">
145 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
146 </None>
147 <None Include="steam-intermediate.cer">
148 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
149 </None>
150 <None Include="steam-rootca.cer">
151 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
152 </None>
153 </ItemGroup>
154</Project>
Note: See TracBrowser for help on using the repository browser.