ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CheatPlugin/RomCheater.CheatPlugin.csproj
Revision: 833
Committed: Tue Sep 16 00:01:40 2014 UTC (8 years, 8 months ago) by william
File size: 5717 byte(s)
Log Message:

File Contents

# Content
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)' == '' ">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|x64'">
18 <DebugSymbols>true</DebugSymbols>
19 <OutputPath>bin\x64\Debug\</OutputPath>
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
21 <NoWarn>1607,0436</NoWarn>
22 <DebugType>full</DebugType>
23 <PlatformTarget>x64</PlatformTarget>
24 <ErrorReport>prompt</ErrorReport>
25 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
26 </PropertyGroup>
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
28 <OutputPath>bin\x64\Release\</OutputPath>
29 <DefineConstants>TRACE;RELEASE</DefineConstants>
30 <Optimize>true</Optimize>
31 <DebugType>pdbonly</DebugType>
32 <PlatformTarget>x64</PlatformTarget>
33 <ErrorReport>prompt</ErrorReport>
34 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
35 <NoWarn>1607,0436</NoWarn>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
38 <DebugSymbols>true</DebugSymbols>
39 <OutputPath>bin\x86\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <NoWarn>1607,0436</NoWarn>
42 <DebugType>full</DebugType>
43 <PlatformTarget>x86</PlatformTarget>
44 <ErrorReport>prompt</ErrorReport>
45 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
48 <OutputPath>bin\x86\Release\</OutputPath>
49 <DefineConstants>TRACE;RELEASE</DefineConstants>
50 <Optimize>true</Optimize>
51 <DebugType>pdbonly</DebugType>
52 <PlatformTarget>x86</PlatformTarget>
53 <ErrorReport>prompt</ErrorReport>
54 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
55 <NoWarn>1607,0436</NoWarn>
56 </PropertyGroup>
57 <ItemGroup>
58 <Reference Include="Enterprise.Logging">
59 <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>
60 </Reference>
61 <Reference Include="Microsoft.CSharp" />
62 <Reference Include="System" />
63 <Reference Include="System.Data" />
64 <Reference Include="System.Data.DataSetExtensions" />
65 <Reference Include="System.Drawing" />
66 <Reference Include="System.Windows.Forms" />
67 <Reference Include="System.Xml" />
68 <Reference Include="System.Xml.Linq" />
69 </ItemGroup>
70 <ItemGroup>
71 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
72 <Link>Properties\SharedAssemblyInfo.cs</Link>
73 </Compile>
74 <Compile Include="CheatCodeDockContent.cs">
75 <SubType>Form</SubType>
76 </Compile>
77 <Compile Include="CheatCodeDockContent.Designer.cs">
78 <DependentUpon>CheatCodeDockContent.cs</DependentUpon>
79 </Compile>
80 <Compile Include="CheatCodePlugin.cs" />
81 <Compile Include="Properties\AssemblyInfo.cs" />
82 </ItemGroup>
83 <ItemGroup>
84 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
85 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
86 <Name>WinFormsUI</Name>
87 </ProjectReference>
88 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
89 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
90 <Name>RomCheater.Core</Name>
91 </ProjectReference>
92 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
93 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
94 <Name>RomCheater.Logging</Name>
95 </ProjectReference>
96 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
97 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
98 <Name>RomCheater.PluginFramework</Name>
99 </ProjectReference>
100 </ItemGroup>
101 <ItemGroup>
102 <None Include="Properties\AssemblyInfo.cs.tmpl" />
103 </ItemGroup>
104 <ItemGroup>
105 <EmbeddedResource Include="CheatCodeDockContent.resx">
106 <DependentUpon>CheatCodeDockContent.cs</DependentUpon>
107 </EmbeddedResource>
108 </ItemGroup>
109 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110 <PropertyGroup>
111 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
112 </PropertyGroup>
113 <PropertyGroup>
114 <PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(TargetName).dll"
115 copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(TargetName).pdb"</PostBuildEvent>
116 </PropertyGroup>
117 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
118 Other similar extension points exist, see Microsoft.Common.targets.
119 <Target Name="BeforeBuild">
120 </Target>
121 <Target Name="AfterBuild">
122 </Target>
123 -->
124 </Project>