ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj
Revision: 831
Committed: Mon Sep 15 23:10:17 2014 UTC (9 years ago) by william
File size: 6627 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>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>RomCheater.PluginFramework</RootNamespace>
12 <AssemblyName>RomCheater.PluginFramework</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 </PropertyGroup>
16 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
17 <DebugSymbols>true</DebugSymbols>
18 <OutputPath>bin\x64\Debug\</OutputPath>
19 <DefineConstants>DEBUG;TRACE</DefineConstants>
20 <NoWarn>1607,0436</NoWarn>
21 <DebugType>full</DebugType>
22 <PlatformTarget>x64</PlatformTarget>
23 <ErrorReport>prompt</ErrorReport>
24 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
25 </PropertyGroup>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
27 <OutputPath>bin\x64\Release\</OutputPath>
28 <DefineConstants>TRACE;RELEASE</DefineConstants>
29 <Optimize>true</Optimize>
30 <NoWarn>1607,0436</NoWarn>
31 <DebugType>pdbonly</DebugType>
32 <PlatformTarget>x64</PlatformTarget>
33 <ErrorReport>prompt</ErrorReport>
34 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
35 </PropertyGroup>
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x64'">
37 <OutputPath>bin\x64\All Configurations\</OutputPath>
38 <PlatformTarget>x64</PlatformTarget>
39 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
40 </PropertyGroup>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
42 <DebugSymbols>true</DebugSymbols>
43 <OutputPath>bin\x86\Debug\</OutputPath>
44 <DefineConstants>DEBUG;TRACE</DefineConstants>
45 <NoWarn>1607,0436</NoWarn>
46 <DebugType>full</DebugType>
47 <PlatformTarget>x86</PlatformTarget>
48 <ErrorReport>prompt</ErrorReport>
49 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
50 </PropertyGroup>
51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
52 <OutputPath>bin\x86\Release\</OutputPath>
53 <DefineConstants>TRACE;RELEASE</DefineConstants>
54 <Optimize>true</Optimize>
55 <NoWarn>1607,0436</NoWarn>
56 <DebugType>pdbonly</DebugType>
57 <PlatformTarget>x86</PlatformTarget>
58 <ErrorReport>prompt</ErrorReport>
59 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60 </PropertyGroup>
61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'">
62 <OutputPath>bin\x86\All Configurations\</OutputPath>
63 <PlatformTarget>x86</PlatformTarget>
64 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65 </PropertyGroup>
66 <ItemGroup>
67 <Reference Include="Enterprise.Logging">
68 <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>
69 </Reference>
70 <Reference Include="System" />
71 <Reference Include="System.Core" />
72 <Reference Include="System.Drawing" />
73 <Reference Include="System.Windows.Forms" />
74 <Reference Include="System.Xml.Linq" />
75 <Reference Include="System.Data.DataSetExtensions" />
76 <Reference Include="Microsoft.CSharp" />
77 <Reference Include="System.Data" />
78 <Reference Include="System.Xml" />
79 </ItemGroup>
80 <ItemGroup>
81 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
82 <Link>Properties\SharedAssemblyInfo.cs</Link>
83 </Compile>
84 <Compile Include="Core\AssemblyGuid.cs" />
85 <Compile Include="Core\ConfigPlugin.cs" />
86 <Compile Include="Core\GuidGenerator.cs" />
87 <Compile Include="Core\InputPlugin.cs" />
88 <Compile Include="Core\NullPlugins.cs" />
89 <Compile Include="Core\PluginBase.cs" />
90 <Compile Include="Core\PluginCollectionTypes.cs" />
91 <Compile Include="Core\PluginLoader.cs" />
92 <Compile Include="Core\UserControlPlugin.cs" />
93 <Compile Include="Core\WindowPlugin.cs" />
94 <Compile Include="dummy.cs" />
95 <Compile Include="Properties\AssemblyInfo.cs" />
96 </ItemGroup>
97 <ItemGroup>
98 <None Include="Properties\AssemblyInfo.cs.tmpl" />
99 </ItemGroup>
100 <ItemGroup>
101 <ProjectReference Include="..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj">
102 <Project>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</Project>
103 <Name>ManagedWinapi</Name>
104 </ProjectReference>
105 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
106 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
107 <Name>WinFormsUI</Name>
108 </ProjectReference>
109 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
110 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
111 <Name>RomCheater.Core</Name>
112 </ProjectReference>
113 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
114 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
115 <Name>RomCheater.Logging</Name>
116 </ProjectReference>
117 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
118 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
119 <Name>libWin32</Name>
120 </ProjectReference>
121 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
122 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
123 <Name>Sojaner.MemoryScanner</Name>
124 </ProjectReference>
125 </ItemGroup>
126 <ItemGroup>
127 <Folder Include="Events\" />
128 <Folder Include="Interfaces\" />
129 </ItemGroup>
130 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131 <PropertyGroup>
132 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
133 </PropertyGroup>
134 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135 Other similar extension points exist, see Microsoft.Common.targets.
136 <Target Name="BeforeBuild">
137 </Target>
138 <Target Name="AfterBuild">
139 </Target>
140 -->
141 </Project>