ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.RVAScratchPad/RomCheater.RVAScratchPad.csproj
Revision: 708
Committed: Tue Jun 18 07:23:04 2013 UTC (9 years, 11 months ago) by william
File size: 6824 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>{6737661A-07AB-4237-97D7-637A203E2574}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>RomCheater.RVAScratchPad</RootNamespace>
12 <AssemblyName>RomCheater.RVAScratchPad</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <TargetFrameworkProfile />
16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18 <PlatformTarget>x86</PlatformTarget>
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
28 <PlatformTarget>x86</PlatformTarget>
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup>
36 <ItemGroup>
37 <Reference Include="Microsoft.CSharp" />
38 <Reference Include="System" />
39 <Reference Include="System.Data" />
40 <Reference Include="System.Deployment" />
41 <Reference Include="System.Drawing" />
42 <Reference Include="System.Management" />
43 <Reference Include="System.Windows.Forms" />
44 <Reference Include="System.Xml" />
45 </ItemGroup>
46 <ItemGroup>
47 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
48 <Link>Properties\SharedAssemblyInfo.cs</Link>
49 </Compile>
50 <Compile Include="Form1.cs">
51 <SubType>Form</SubType>
52 </Compile>
53 <Compile Include="Form1.Designer.cs">
54 <DependentUpon>Form1.cs</DependentUpon>
55 </Compile>
56 <Compile Include="Program.cs" />
57 <Compile Include="Properties\AssemblyInfo.cs" />
58 <EmbeddedResource Include="Form1.resx">
59 <DependentUpon>Form1.cs</DependentUpon>
60 </EmbeddedResource>
61 <EmbeddedResource Include="Properties\Resources.resx">
62 <Generator>ResXFileCodeGenerator</Generator>
63 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
64 <SubType>Designer</SubType>
65 </EmbeddedResource>
66 <Compile Include="Properties\Resources.Designer.cs">
67 <AutoGen>True</AutoGen>
68 <DependentUpon>Resources.resx</DependentUpon>
69 <DesignTime>True</DesignTime>
70 </Compile>
71 <None Include="app.config" />
72 <None Include="Properties\AssemblyInfo.cs.tmpl" />
73 <None Include="Properties\Settings.settings">
74 <Generator>SettingsSingleFileGenerator</Generator>
75 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
76 </None>
77 <Compile Include="Properties\Settings.Designer.cs">
78 <AutoGen>True</AutoGen>
79 <DependentUpon>Settings.settings</DependentUpon>
80 <DesignTimeSharedInput>True</DesignTimeSharedInput>
81 </Compile>
82 </ItemGroup>
83 <ItemGroup>
84 <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
85 <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
86 <Name>Be.Windows.Forms.HexBox</Name>
87 </ProjectReference>
88 <ProjectReference Include="..\deps\managedwinapi-0.3\ManagedWinapi\ManagedWinapi.csproj">
89 <Project>{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}</Project>
90 <Name>ManagedWinapi</Name>
91 </ProjectReference>
92 <ProjectReference Include="..\deps\TransparentControl\TransparentControls\Utilities.TransparentControls.csproj">
93 <Project>{DD4D2205-3308-4E1A-A5D9-C01129564566}</Project>
94 <Name>Utilities.TransparentControls</Name>
95 </ProjectReference>
96 <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
97 <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
98 <Name>WinFormsUI</Name>
99 </ProjectReference>
100 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
101 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
102 <Name>RomCheater.Core</Name>
103 </ProjectReference>
104 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
105 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
106 <Name>RomCheater.Logging</Name>
107 </ProjectReference>
108 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
109 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
110 <Name>RomCheater.PluginFramework</Name>
111 </ProjectReference>
112 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
113 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
114 <Name>RomCheater.UserSettingsSupport</Name>
115 </ProjectReference>
116 <ProjectReference Include="..\RomCheater\RomCheater.csproj">
117 <Project>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</Project>
118 <Name>RomCheater</Name>
119 </ProjectReference>
120 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
121 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
122 <Name>libWin32</Name>
123 </ProjectReference>
124 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
125 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
126 <Name>Sojaner.MemoryScanner</Name>
127 </ProjectReference>
128 </ItemGroup>
129 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
130 <PropertyGroup>
131 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
132 </PropertyGroup>
133 <PropertyGroup>
134 <PostBuildEvent>REM "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\MSBuild_CurrentVersion.exe"
135 REM copy "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\current-version.txt" "$(SolutionDir)RomCheater\current-version.txt"</PostBuildEvent>
136 </PropertyGroup>
137 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
138 Other similar extension points exist, see Microsoft.Common.targets.
139 <Target Name="BeforeBuild">
140 </Target>
141 <Target Name="AfterBuild">
142 </Target>
143 -->
144 </Project>