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>
|
---|
12 | <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
---|
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>
|
---|
29 | </PropertyGroup>
|
---|
30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
31 | <OutputPath>..\bin\Mods\TFP_CommandExtensions\</OutputPath>
|
---|
32 | <DebugType>full</DebugType>
|
---|
33 | <DebugSymbols>true</DebugSymbols>
|
---|
34 | </PropertyGroup>
|
---|
35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Profiler|AnyCPU' ">
|
---|
36 | <OutputPath>..\bin\Mods\TFP_CommandExtensions\</OutputPath>
|
---|
37 | <DefineConstants>ENABLE_PROFILER</DefineConstants>
|
---|
38 | <DebugSymbols>true</DebugSymbols>
|
---|
39 | <DebugType>full</DebugType>
|
---|
40 | </PropertyGroup>
|
---|
41 | <ItemGroup>
|
---|
42 | <Reference Include="System" />
|
---|
43 | <Reference Include="Assembly-CSharp">
|
---|
44 | <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
|
---|
45 | <Private>False</Private>
|
---|
46 | </Reference>
|
---|
47 | <Reference Include="UnityEngine">
|
---|
48 | <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
|
---|
49 | <Private>False</Private>
|
---|
50 | </Reference>
|
---|
51 | <Reference Include="LogLibrary">
|
---|
52 | <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
|
---|
53 | <Private>False</Private>
|
---|
54 | </Reference>
|
---|
55 | <Reference Include="mscorlib">
|
---|
56 | <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
|
---|
57 | <Private>False</Private>
|
---|
58 | </Reference>
|
---|
59 | <Reference Include="Assembly-CSharp-firstpass">
|
---|
60 | <HintPath>..\7dtd-binaries\Assembly-CSharp-firstpass.dll</HintPath>
|
---|
61 | <Private>False</Private>
|
---|
62 | </Reference>
|
---|
63 | <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
---|
64 | <HintPath>..\7dtd-binaries\UnityEngine.CoreModule.dll</HintPath>
|
---|
65 | <Private>False</Private>
|
---|
66 | </Reference>
|
---|
67 | </ItemGroup>
|
---|
68 | <ItemGroup>
|
---|
69 | <Compile Include="src\Commands\TestLogSpam.cs" />
|
---|
70 | <Compile Include="src\ModApi.cs" />
|
---|
71 | <Compile Include="src\AssemblyInfo.cs" />
|
---|
72 | <Compile Include="src\ChatHelpers.cs" />
|
---|
73 | <Compile Include="src\Commands\Exception.cs" />
|
---|
74 | <Compile Include="src\Commands\Give.cs" />
|
---|
75 | <Compile Include="src\Commands\ListItems.cs" />
|
---|
76 | <Compile Include="src\Commands\Reply.cs" />
|
---|
77 | <Compile Include="src\Commands\SayToPlayer.cs" />
|
---|
78 | <Compile Include="src\PrivateMessageConnections.cs" />
|
---|
79 | </ItemGroup>
|
---|
80 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
81 | <ItemGroup>
|
---|
82 | <None Include="ModInfo.xml">
|
---|
83 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
84 | </None>
|
---|
85 | </ItemGroup>
|
---|
86 | </Project>
|
---|