source: TFP-WebServer/CommandExtensions/CommandExtensions.csproj@ 510

Last change on this file since 510 was 510, checked in by alloc, 6 hours ago

Switched debugging symbols to embedded

File size: 3.7 KB
RevLine 
[391]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>{E273D042-57F9-4E2E-8268-5053527E5287}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>CommandExtensions</RootNamespace>
11 <AssemblyName>CommandExtensions</AssemblyName>
[453]12 <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
[391]13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
15 <DebugType>none</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>..\bin\Mods\TFP_CommandExtensions\</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\TFP_CommandExtensions\</OutputPath>
25 <DefineConstants>ENABLE_PROFILER</DefineConstants>
26 <Optimize>true</Optimize>
27 <WarningLevel>4</WarningLevel>
28 <NoStdLib>true</NoStdLib>
[510]29 <DebugSymbols>true</DebugSymbols>
30 <DebugType>embedded</DebugType>
[391]31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <OutputPath>..\bin\Mods\TFP_CommandExtensions\</OutputPath>
[510]34 <DebugType>embedded</DebugType>
[391]35 <DebugSymbols>true</DebugSymbols>
36 </PropertyGroup>
[392]37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Profiler|AnyCPU' ">
38 <OutputPath>..\bin\Mods\TFP_CommandExtensions\</OutputPath>
39 <DefineConstants>ENABLE_PROFILER</DefineConstants>
40 <DebugSymbols>true</DebugSymbols>
[510]41 <DebugType>embedded</DebugType>
[392]42 </PropertyGroup>
[391]43 <ItemGroup>
44 <Reference Include="System" />
45 <Reference Include="Assembly-CSharp">
46 <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
47 <Private>False</Private>
48 </Reference>
49 <Reference Include="UnityEngine">
50 <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
51 <Private>False</Private>
52 </Reference>
53 <Reference Include="LogLibrary">
54 <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
55 <Private>False</Private>
56 </Reference>
57 <Reference Include="mscorlib">
58 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
59 <Private>False</Private>
60 </Reference>
61 <Reference Include="Assembly-CSharp-firstpass">
62 <HintPath>..\7dtd-binaries\Assembly-CSharp-firstpass.dll</HintPath>
63 <Private>False</Private>
64 </Reference>
65 <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
66 <HintPath>..\7dtd-binaries\UnityEngine.CoreModule.dll</HintPath>
67 <Private>False</Private>
68 </Reference>
69 </ItemGroup>
70 <ItemGroup>
[402]71 <Compile Include="src\Commands\TestLogSpam.cs" />
[391]72 <Compile Include="src\ModApi.cs" />
73 <Compile Include="src\AssemblyInfo.cs" />
74 <Compile Include="src\ChatHelpers.cs" />
75 <Compile Include="src\Commands\Exception.cs" />
76 <Compile Include="src\Commands\Give.cs" />
77 <Compile Include="src\Commands\ListItems.cs" />
78 <Compile Include="src\Commands\Reply.cs" />
79 <Compile Include="src\Commands\SayToPlayer.cs" />
80 <Compile Include="src\PrivateMessageConnections.cs" />
81 </ItemGroup>
82 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
83 <ItemGroup>
84 <None Include="ModInfo.xml">
85 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
86 </None>
87 </ItemGroup>
88</Project>
Note: See TracBrowser for help on using the repository browser.