ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 212
Committed: Sat Jun 2 10:33:38 2012 UTC (11 years ago) by william
File size: 10432 byte(s)
Log Message:
ignore CS0436: importing conflicting types (AssemblyConfig)

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)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>RomCheater</RootNamespace>
12 <AssemblyName>RomCheater</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>
15 </TargetFrameworkProfile>
16 <FileAlignment>512</FileAlignment>
17 </PropertyGroup>
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
19 <DebugSymbols>true</DebugSymbols>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>TRACE;DEBUG</DefineConstants>
22 <NoWarn>1607,0436</NoWarn>
23 <DebugType>full</DebugType>
24 <PlatformTarget>AnyCPU</PlatformTarget>
25 <ErrorReport>prompt</ErrorReport>
26 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
27 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
28 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
29 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE;RELEASE</DefineConstants>
33 <Optimize>true</Optimize>
34 <DebugType>pdbonly</DebugType>
35 <PlatformTarget>AnyCPU</PlatformTarget>
36 <ErrorReport>prompt</ErrorReport>
37 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
38 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
39 <NoWarn>1607,0436</NoWarn>
40 </PropertyGroup>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
42 <OutputPath>bin\All Configurations\</OutputPath>
43 </PropertyGroup>
44 <ItemGroup>
45 <Reference Include="System" />
46 <Reference Include="System.Core" />
47 <Reference Include="System.Xml.Linq" />
48 <Reference Include="System.Data.DataSetExtensions" />
49 <Reference Include="Microsoft.CSharp" />
50 <Reference Include="System.Data" />
51 <Reference Include="System.Deployment" />
52 <Reference Include="System.Drawing" />
53 <Reference Include="System.Windows.Forms" />
54 <Reference Include="System.Xml" />
55 </ItemGroup>
56 <ItemGroup>
57 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
58 <Link>Properties\SharedAssemblyInfo.cs</Link>
59 </Compile>
60 <Compile Include="Docking\FloatingAboutBox.cs">
61 <SubType>Form</SubType>
62 </Compile>
63 <Compile Include="Docking\FloatingAboutBox.Designer.cs">
64 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
65 </Compile>
66 <Compile Include="Docking\FloatingLogWindow.cs">
67 <SubType>Form</SubType>
68 </Compile>
69 <Compile Include="Docking\FloatingLogWindow.Designer.cs">
70 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
71 </Compile>
72 <Compile Include="Docking\FloatingMemoryView.cs">
73 <SubType>Form</SubType>
74 </Compile>
75 <Compile Include="Docking\FloatingMemoryView.Designer.cs">
76 <DependentUpon>FloatingMemoryView.cs</DependentUpon>
77 </Compile>
78 <Compile Include="Docking\FloatingRamDumperDialog.cs">
79 <SubType>Form</SubType>
80 </Compile>
81 <Compile Include="Docking\FloatingRamDumperDialog.Designer.cs">
82 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
83 </Compile>
84 <Compile Include="Docking\PIDSelector.cs">
85 <SubType>Form</SubType>
86 </Compile>
87 <Compile Include="Docking\PIDSelector.designer.cs">
88 <DependentUpon>PIDSelector.cs</DependentUpon>
89 </Compile>
90 <Compile Include="Docking\UI\ByteEditor.cs">
91 <SubType>Form</SubType>
92 </Compile>
93 <Compile Include="Docking\UI\ByteEditor.Designer.cs">
94 <DependentUpon>ByteEditor.cs</DependentUpon>
95 </Compile>
96 <Compile Include="Docking\UI\UIMemoryViewer.cs">
97 <SubType>UserControl</SubType>
98 </Compile>
99 <Compile Include="Docking\UI\UIMemoryViewer.Designer.cs">
100 <DependentUpon>UIMemoryViewer.cs</DependentUpon>
101 </Compile>
102 <Compile Include="Properties\AssemblyInfo.cs" />
103 <Compile Include="Main.cs">
104 <SubType>Form</SubType>
105 </Compile>
106 <Compile Include="Main.Designer.cs">
107 <DependentUpon>Main.cs</DependentUpon>
108 </Compile>
109 <Compile Include="Program.cs" />
110 <Compile Include="RomCheaterConfigDialog.cs">
111 <SubType>Form</SubType>
112 </Compile>
113 <Compile Include="RomCheaterConfigDialog.Designer.cs">
114 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
115 </Compile>
116 <EmbeddedResource Include="Docking\FloatingAboutBox.resx">
117 <DependentUpon>FloatingAboutBox.cs</DependentUpon>
118 </EmbeddedResource>
119 <EmbeddedResource Include="Docking\FloatingLogWindow.resx">
120 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
121 </EmbeddedResource>
122 <EmbeddedResource Include="Docking\FloatingMemoryView.resx">
123 <DependentUpon>FloatingMemoryView.cs</DependentUpon>
124 </EmbeddedResource>
125 <EmbeddedResource Include="Docking\FloatingRamDumperDialog.resx">
126 <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
127 </EmbeddedResource>
128 <EmbeddedResource Include="Docking\UI\ByteEditor.resx">
129 <DependentUpon>ByteEditor.cs</DependentUpon>
130 </EmbeddedResource>
131 <EmbeddedResource Include="Docking\UI\UIMemoryViewer.resx">
132 <DependentUpon>UIMemoryViewer.cs</DependentUpon>
133 </EmbeddedResource>
134 <EmbeddedResource Include="Main.resx">
135 <DependentUpon>Main.cs</DependentUpon>
136 </EmbeddedResource>
137 <EmbeddedResource Include="Docking\PIDSelector.resx">
138 <DependentUpon>PIDSelector.cs</DependentUpon>
139 </EmbeddedResource>
140 <EmbeddedResource Include="Properties\Resources.resx">
141 <Generator>ResXFileCodeGenerator</Generator>
142 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
143 <SubType>Designer</SubType>
144 </EmbeddedResource>
145 <Compile Include="Properties\Resources.Designer.cs">
146 <AutoGen>True</AutoGen>
147 <DependentUpon>Resources.resx</DependentUpon>
148 <DesignTime>True</DesignTime>
149 </Compile>
150 <EmbeddedResource Include="RomCheaterConfigDialog.resx">
151 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
152 </EmbeddedResource>
153 <None Include="app.config" />
154 <None Include="Properties\AssemblyInfo.cs.tmpl" />
155 <None Include="Properties\Settings.settings">
156 <Generator>SettingsSingleFileGenerator</Generator>
157 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
158 </None>
159 <Compile Include="Properties\Settings.Designer.cs">
160 <AutoGen>True</AutoGen>
161 <DependentUpon>Settings.settings</DependentUpon>
162 <DesignTimeSharedInput>True</DesignTimeSharedInput>
163 </Compile>
164 </ItemGroup>
165 <ItemGroup>
166 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
167 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
168 <Name>Be.Windows.Forms.HexBox</Name>
169 </ProjectReference>
170 <ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj">
171 <Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project>
172 <Name>Utilities.TransparentControls</Name>
173 </ProjectReference>
174 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
175 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
176 <Name>WinFormsUI</Name>
177 </ProjectReference>
178 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
179 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
180 <Name>RomCheater.Core</Name>
181 </ProjectReference>
182 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
183 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
184 <Name>RomCheater.Logging</Name>
185 </ProjectReference>
186 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
187 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
188 <Name>RomCheater.PluginFramework</Name>
189 </ProjectReference>
190 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
191 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
192 <Name>RomCheater.UserSettingsSupport</Name>
193 </ProjectReference>
194 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
195 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
196 <Name>libWin32</Name>
197 </ProjectReference>
198 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
199 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
200 <Name>Sojaner.MemoryScanner</Name>
201 </ProjectReference>
202 </ItemGroup>
203 <ItemGroup>
204 <Content Include="Plugins\RomCheater.CorePlugins.dll">
205 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
206 </Content>
207 <Content Include="Plugins\RomCheater.CorePlugins.pdb">
208 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
209 </Content>
210 </ItemGroup>
211 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
212 <PropertyGroup>
213 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
214 </PropertyGroup>
215 <PropertyGroup>
216 <PostBuildEvent>REM "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\MSBuild_CurrentVersion.exe"
217 REM copy "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\current-version.txt" "$(SolutionDir)RomCheater\current-version.txt"</PostBuildEvent>
218 </PropertyGroup>
219 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
220 Other similar extension points exist, see Microsoft.Common.targets.
221 <Target Name="BeforeBuild">
222 </Target>
223 <Target Name="AfterBuild">
224 </Target>
225 -->
226 </Project>