ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CheatPlugin/RomCheater.CheatPlugin.csproj
Revision: 831
Committed: Mon Sep 15 23:10:17 2014 UTC (8 years, 8 months ago) by william
File size: 5637 byte(s)
Log Message:
+ remove AnyCpu arch

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