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, 4 months ago) by william
File size: 10432 byte(s)
Log Message:
ignore CS0436: importing conflicting types (AssemblyConfig)

File Contents

# User Rev Content
1 william 5 <?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 william 51 <TargetFrameworkProfile>
15     </TargetFrameworkProfile>
16 william 5 <FileAlignment>512</FileAlignment>
17     </PropertyGroup>
18 william 173 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
19     <DebugSymbols>true</DebugSymbols>
20     <OutputPath>bin\Debug\</OutputPath>
21 william 181 <DefineConstants>TRACE;DEBUG</DefineConstants>
22 william 212 <NoWarn>1607,0436</NoWarn>
23 william 173 <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 william 185 <DefineConstants>TRACE;RELEASE</DefineConstants>
33 william 173 <Optimize>true</Optimize>
34     <DebugType>pdbonly</DebugType>
35     <PlatformTarget>AnyCPU</PlatformTarget>
36     <ErrorReport>prompt</ErrorReport>
37     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
38     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
39 william 212 <NoWarn>1607,0436</NoWarn>
40 william 173 </PropertyGroup>
41 william 182 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
42     <OutputPath>bin\All Configurations\</OutputPath>
43     </PropertyGroup>
44 william 5 <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 william 52 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
58     <Link>Properties\SharedAssemblyInfo.cs</Link>
59     </Compile>
60 william 147 <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 william 146 <Compile Include="Docking\FloatingLogWindow.cs">
67 william 144 <SubType>Form</SubType>
68     </Compile>
69 william 146 <Compile Include="Docking\FloatingLogWindow.Designer.cs">
70 william 144 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
71     </Compile>
72 william 196 <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 william 148 <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 william 149 <Compile Include="Docking\PIDSelector.cs">
85 william 88 <SubType>Form</SubType>
86     </Compile>
87 william 149 <Compile Include="Docking\PIDSelector.designer.cs">
88 william 88 <DependentUpon>PIDSelector.cs</DependentUpon>
89     </Compile>
90 william 198 <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 william 53 <Compile Include="Properties\AssemblyInfo.cs" />
103 william 13 <Compile Include="Main.cs">
104 william 5 <SubType>Form</SubType>
105     </Compile>
106 william 13 <Compile Include="Main.Designer.cs">
107     <DependentUpon>Main.cs</DependentUpon>
108 william 5 </Compile>
109     <Compile Include="Program.cs" />
110 william 63 <Compile Include="RomCheaterConfigDialog.cs">
111     <SubType>Form</SubType>
112     </Compile>
113     <Compile Include="RomCheaterConfigDialog.Designer.cs">
114     <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
115     </Compile>
116 william 147 <EmbeddedResource Include="Docking\FloatingAboutBox.resx">
117     <DependentUpon>FloatingAboutBox.cs</DependentUpon>
118     </EmbeddedResource>
119 william 146 <EmbeddedResource Include="Docking\FloatingLogWindow.resx">
120 william 144 <DependentUpon>FloatingLogWindow.cs</DependentUpon>
121     </EmbeddedResource>
122 william 197 <EmbeddedResource Include="Docking\FloatingMemoryView.resx">
123     <DependentUpon>FloatingMemoryView.cs</DependentUpon>
124     </EmbeddedResource>
125 william 148 <EmbeddedResource Include="Docking\FloatingRamDumperDialog.resx">
126     <DependentUpon>FloatingRamDumperDialog.cs</DependentUpon>
127     </EmbeddedResource>
128 william 198 <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 william 14 <EmbeddedResource Include="Main.resx">
135     <DependentUpon>Main.cs</DependentUpon>
136     </EmbeddedResource>
137 william 149 <EmbeddedResource Include="Docking\PIDSelector.resx">
138 william 88 <DependentUpon>PIDSelector.cs</DependentUpon>
139     </EmbeddedResource>
140 william 5 <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 william 51 <DesignTime>True</DesignTime>
149 william 5 </Compile>
150 william 63 <EmbeddedResource Include="RomCheaterConfigDialog.resx">
151     <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
152     </EmbeddedResource>
153 william 34 <None Include="app.config" />
154 william 53 <None Include="Properties\AssemblyInfo.cs.tmpl" />
155 william 5 <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 william 17 <ItemGroup>
166 william 92 <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 william 143 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
175     <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
176     <Name>WinFormsUI</Name>
177     </ProjectReference>
178 william 117 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
179     <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
180     <Name>RomCheater.Core</Name>
181     </ProjectReference>
182 william 17 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
183     <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
184     <Name>RomCheater.Logging</Name>
185     </ProjectReference>
186 william 73 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
187     <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
188     <Name>RomCheater.PluginFramework</Name>
189     </ProjectReference>
190 william 34 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
191     <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
192     <Name>RomCheater.UserSettingsSupport</Name>
193     </ProjectReference>
194 william 92 <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 william 17 </ItemGroup>
203 william 78 <ItemGroup>
204 william 191 <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 william 78 </ItemGroup>
211 william 5 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
212 william 51 <PropertyGroup>
213 william 117 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
214 william 51 </PropertyGroup>
215 william 117 <PropertyGroup>
216 william 177 <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 william 117 </PropertyGroup>
219 william 5 <!-- 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>