ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CheatPlugin/RomCheater.CheatPlugin.csproj
Revision: 791
Committed: Mon Apr 7 11:10:04 2014 UTC (9 years, 5 months ago) by william
File size: 5357 byte(s)
Log Message:
+ fixup cpu arch

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