source: binary-improvements/assembly-patcher/Assembly-Patcher.csproj@ 229

Last change on this file since 229 was 224, checked in by alloc, 10 years ago

A11 preps

File size: 1.6 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)' == '' ">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>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
14 <DebugType>full</DebugType>
15 <Optimize>true</Optimize>
16 <OutputPath>..\bin\7DaysToDie_Data\Managed</OutputPath>
17 <ErrorReport>prompt</ErrorReport>
18 <WarningLevel>4</WarningLevel>
19 <PlatformTarget>x86</PlatformTarget>
20 <Externalconsole>true</Externalconsole>
21 <DebugSymbols>true</DebugSymbols>
22 </PropertyGroup>
23 <ItemGroup>
24 <Reference Include="System" />
25 <Reference Include="Mono.Cecil">
26 <HintPath>..\Mono.Cecil.dll</HintPath>
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" />
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>
41</Project>
Note: See TracBrowser for help on using the repository browser.