ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/RomCheater.csproj
Revision: 92
Committed: Wed May 9 21:42:21 2012 UTC (11 years ago) by william
File size: 7195 byte(s)
Log Message:

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|x86' ">
19 <PlatformTarget>x86</PlatformTarget>
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 <NoWarn>1607</NoWarn>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
30 <PlatformTarget>x86</PlatformTarget>
31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="System" />
40 <Reference Include="System.Core" />
41 <Reference Include="System.Xml.Linq" />
42 <Reference Include="System.Data.DataSetExtensions" />
43 <Reference Include="Microsoft.CSharp" />
44 <Reference Include="System.Data" />
45 <Reference Include="System.Deployment" />
46 <Reference Include="System.Drawing" />
47 <Reference Include="System.Windows.Forms" />
48 <Reference Include="System.Xml" />
49 </ItemGroup>
50 <ItemGroup>
51 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
52 <Link>Properties\SharedAssemblyInfo.cs</Link>
53 </Compile>
54 <Compile Include="PIDSelector.cs">
55 <SubType>Form</SubType>
56 </Compile>
57 <Compile Include="PIDSelector.designer.cs">
58 <DependentUpon>PIDSelector.cs</DependentUpon>
59 </Compile>
60 <Compile Include="Properties\AssemblyInfo.cs" />
61 <Compile Include="Main.cs">
62 <SubType>Form</SubType>
63 </Compile>
64 <Compile Include="Main.Designer.cs">
65 <DependentUpon>Main.cs</DependentUpon>
66 </Compile>
67 <Compile Include="Program.cs" />
68 <Compile Include="RomCheaterConfigDialog.cs">
69 <SubType>Form</SubType>
70 </Compile>
71 <Compile Include="RomCheaterConfigDialog.Designer.cs">
72 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
73 </Compile>
74 <EmbeddedResource Include="Main.resx">
75 <DependentUpon>Main.cs</DependentUpon>
76 </EmbeddedResource>
77 <EmbeddedResource Include="PIDSelector.resx">
78 <DependentUpon>PIDSelector.cs</DependentUpon>
79 </EmbeddedResource>
80 <EmbeddedResource Include="Properties\Resources.resx">
81 <Generator>ResXFileCodeGenerator</Generator>
82 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
83 <SubType>Designer</SubType>
84 </EmbeddedResource>
85 <Compile Include="Properties\Resources.Designer.cs">
86 <AutoGen>True</AutoGen>
87 <DependentUpon>Resources.resx</DependentUpon>
88 <DesignTime>True</DesignTime>
89 </Compile>
90 <EmbeddedResource Include="RomCheaterConfigDialog.resx">
91 <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
92 </EmbeddedResource>
93 <None Include="app.config" />
94 <None Include="Properties\AssemblyInfo.cs.tmpl" />
95 <None Include="Properties\Settings.settings">
96 <Generator>SettingsSingleFileGenerator</Generator>
97 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
98 </None>
99 <Compile Include="Properties\Settings.Designer.cs">
100 <AutoGen>True</AutoGen>
101 <DependentUpon>Settings.settings</DependentUpon>
102 <DesignTimeSharedInput>True</DesignTimeSharedInput>
103 </Compile>
104 </ItemGroup>
105 <ItemGroup>
106 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
107 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
108 <Name>Be.Windows.Forms.HexBox</Name>
109 </ProjectReference>
110 <ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj">
111 <Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project>
112 <Name>Utilities.TransparentControls</Name>
113 </ProjectReference>
114 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
115 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
116 <Name>RomCheater.Logging</Name>
117 </ProjectReference>
118 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
119 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
120 <Name>RomCheater.PluginFramework</Name>
121 </ProjectReference>
122 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
123 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
124 <Name>RomCheater.UserSettingsSupport</Name>
125 </ProjectReference>
126 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
127 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
128 <Name>libWin32</Name>
129 </ProjectReference>
130 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
131 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
132 <Name>Sojaner.MemoryScanner</Name>
133 </ProjectReference>
134 </ItemGroup>
135 <ItemGroup>
136 <Content Include="..\RomCheater.CorePlugins\bin\Debug\RomCheater.CorePlugins.dll">
137 <Link>Plugins\RomCheater.CorePlugins.dll</Link>
138 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
139 </Content>
140 <Content Include="..\RomCheater.CorePlugins\bin\Debug\RomCheater.CorePlugins.pdb">
141 <Link>Plugins\RomCheater.CorePlugins.pdb</Link>
142 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
143 </Content>
144 </ItemGroup>
145 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
146 <PropertyGroup>
147 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs"
148 "$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
149 </PropertyGroup>
150 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
151 Other similar extension points exist, see Microsoft.Common.targets.
152 <Target Name="BeforeBuild">
153 </Target>
154 <Target Name="AfterBuild">
155 </Target>
156 -->
157 </Project>