ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CheatPlugin/RomCheater.CheatPlugin.csproj
Revision: 434
Committed: Tue May 28 17:15:40 2013 UTC (10 years ago) by william
File size: 3707 byte(s)
Log Message:

File Contents

# User Rev Content
1 william 434 <?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)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{EE63B3E8-7C77-4071-924D-2DC91D9C73A4}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>RomCheater.CheatPlugin</RootNamespace>
12     <AssemblyName>RomCheater.CheatPlugin</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <TargetFrameworkProfile />
16     </PropertyGroup>
17     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\Debug\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25     <NoWarn>1607,0436</NoWarn>
26     </PropertyGroup>
27     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
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     </PropertyGroup>
35     <ItemGroup>
36     <Reference Include="Microsoft.CSharp" />
37     <Reference Include="System" />
38     <Reference Include="System.Data" />
39     <Reference Include="System.Data.DataSetExtensions" />
40     <Reference Include="System.Xml" />
41     <Reference Include="System.Xml.Linq" />
42     </ItemGroup>
43     <ItemGroup>
44     <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
45     <Link>Properties\SharedAssemblyInfo.cs</Link>
46     </Compile>
47     <Compile Include="Properties\AssemblyInfo.cs" />
48     </ItemGroup>
49     <ItemGroup>
50     <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
51     <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
52     <Name>RomCheater.Core</Name>
53     </ProjectReference>
54     <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
55     <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
56     <Name>RomCheater.Logging</Name>
57     </ProjectReference>
58     <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
59     <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
60     <Name>RomCheater.PluginFramework</Name>
61     </ProjectReference>
62     </ItemGroup>
63     <ItemGroup>
64     <None Include="Properties\AssemblyInfo.cs.tmpl" />
65     </ItemGroup>
66     <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67     <PropertyGroup>
68     <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
69     </PropertyGroup>
70     <PropertyGroup>
71     <PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(TargetName).dll"
72     copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(TargetName).pdb"</PostBuildEvent>
73     </PropertyGroup>
74     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
75     Other similar extension points exist, see Microsoft.Common.targets.
76     <Target Name="BeforeBuild">
77     </Target>
78     <Target Name="AfterBuild">
79     </Target>
80     -->
81     </Project>