source: binary-improvements/NamePatcher/NamePatcher.csproj@ 106

Last change on this file since 106 was 77, checked in by alloc, 10 years ago

NamePatcher

File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{E72C28C7-326C-4007-9762-86EE1475B6A6}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>NamePatcher</RootNamespace>
12 <AssemblyName>NamePatcher</AssemblyName>
13 <FileAlignment>512</FileAlignment>
14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
16 <PlatformTarget>x86</PlatformTarget>
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 <Commandlineparameters>-p '/home/sdtd/engine/7DaysToDie_Data/Managed/Assembly-CSharp.dll_backup' Assembly-CSharp.dll</Commandlineparameters>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
27 <PlatformTarget>x86</PlatformTarget>
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 <Commandlineparameters>-p '/home/sdtd/engine/7DaysToDie_Data/Managed/Assembly-CSharp.dll_backup' Assembly-CSharp.dll</Commandlineparameters>
35 </PropertyGroup>
36 <ItemGroup>
37 <Reference Include="Mono.Cecil">
38 <HintPath>Mono.Cecil.dll</HintPath>
39 </Reference>
40 <Reference Include="System" />
41 </ItemGroup>
42 <ItemGroup>
43 <Compile Include="NameNormalizer.cs" />
44 <Compile Include="NamePatcher.cs" />
45 <Compile Include="Properties\AssemblyInfo.cs" />
46 </ItemGroup>
47 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
48 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
49 Other similar extension points exist, see Microsoft.Common.targets.
50 <Target Name="BeforeBuild">
51 </Target>
52 <Target Name="AfterBuild">
53 </Target>
54 -->
55</Project>
Note: See TracBrowser for help on using the repository browser.