[73] | 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>
|
---|
[224] | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
---|
[73] | 5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
---|
| 6 | <ProductVersion>10.0.0</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{FFDBEC4C-E28E-4BF5-A271-33D9368F7F6D}</ProjectGuid>
|
---|
| 9 | <OutputType>Exe</OutputType>
|
---|
| 10 | <RootNamespace>dtdfixer</RootNamespace>
|
---|
| 11 | <AssemblyName>7dtd-fixer</AssemblyName>
|
---|
| 12 | </PropertyGroup>
|
---|
[224] | 13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[73] | 14 | <DebugType>full</DebugType>
|
---|
| 15 | <Optimize>true</Optimize>
|
---|
[224] | 16 | <OutputPath>..\bin\7DaysToDie_Data\Managed</OutputPath>
|
---|
[73] | 17 | <ErrorReport>prompt</ErrorReport>
|
---|
| 18 | <WarningLevel>4</WarningLevel>
|
---|
| 19 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 20 | <Externalconsole>true</Externalconsole>
|
---|
[224] | 21 | <DebugSymbols>true</DebugSymbols>
|
---|
[73] | 22 | </PropertyGroup>
|
---|
| 23 | <ItemGroup>
|
---|
| 24 | <Reference Include="System" />
|
---|
[115] | 25 | <Reference Include="Mono.Cecil">
|
---|
| 26 | <HintPath>..\Mono.Cecil.dll</HintPath>
|
---|
[73] | 27 | </Reference>
|
---|
| 28 | </ItemGroup>
|
---|
| 29 | <ItemGroup>
|
---|
| 30 | <Compile Include="Main.cs" />
|
---|
| 31 | <Compile Include="AssemblyInfo.cs" />
|
---|
| 32 | </ItemGroup>
|
---|
| 33 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
[115] | 34 | <ItemGroup>
|
---|
| 35 | <ProjectReference Include="..\7dtd-server-fixes\7dtd-server-fixes.csproj">
|
---|
| 36 | <Project>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</Project>
|
---|
| 37 | <Name>7dtd-server-fixes</Name>
|
---|
| 38 | <Private>False</Private>
|
---|
| 39 | </ProjectReference>
|
---|
| 40 | </ItemGroup>
|
---|
[73] | 41 | </Project>
|
---|