ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj
Revision: 791
Committed: Mon Apr 7 11:10:04 2014 UTC (9 years, 7 months ago) by william
File size: 7891 byte(s)
Log Message:
+ fixup cpu 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)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{907D825E-B04C-4625-B774-9988F92010B4}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>MSBuild_CurrentVersion</RootNamespace>
12 <AssemblyName>MSBuild_CurrentVersion</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 <DebugType>full</DebugType>
23 <PlatformTarget>AnyCPU</PlatformTarget>
24 <ErrorReport>prompt</ErrorReport>
25 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
26 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
27 </PropertyGroup>
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE;RELEASE</DefineConstants>
31 <Optimize>true</Optimize>
32 <DebugType>pdbonly</DebugType>
33 <PlatformTarget>AnyCPU</PlatformTarget>
34 <ErrorReport>prompt</ErrorReport>
35 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
36 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
39 <OutputPath>bin\All Configurations\</OutputPath>
40 </PropertyGroup>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
42 <DebugSymbols>true</DebugSymbols>
43 <OutputPath>bin\x64\Debug\</OutputPath>
44 <DefineConstants>TRACE;DEBUG</DefineConstants>
45 <DebugType>full</DebugType>
46 <PlatformTarget>x64</PlatformTarget>
47 <ErrorReport>prompt</ErrorReport>
48 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
49 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
50 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
51 </PropertyGroup>
52 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
53 <OutputPath>bin\x64\Release\</OutputPath>
54 <DefineConstants>TRACE;RELEASE</DefineConstants>
55 <Optimize>true</Optimize>
56 <DebugType>pdbonly</DebugType>
57 <PlatformTarget>x64</PlatformTarget>
58 <ErrorReport>prompt</ErrorReport>
59 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
61 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
62 </PropertyGroup>
63 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x64'">
64 <OutputPath>bin\x64\All Configurations\</OutputPath>
65 <PlatformTarget>x64</PlatformTarget>
66 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67 </PropertyGroup>
68 <ItemGroup>
69 <Reference Include="System" />
70 <Reference Include="System.Core" />
71 <Reference Include="System.Drawing" />
72 <Reference Include="System.Windows.Forms" />
73 <Reference Include="System.Xml.Linq" />
74 <Reference Include="System.Data.DataSetExtensions" />
75 <Reference Include="Microsoft.CSharp" />
76 <Reference Include="System.Data" />
77 <Reference Include="System.Xml" />
78 </ItemGroup>
79 <ItemGroup>
80 <Compile Include="Program.cs" />
81 <Compile Include="Properties\AssemblyInfo.cs" />
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.CorePlugins\RomCheater.CorePlugins.csproj">
101 <Project>{DC27888E-E976-48B7-A422-12B39C0D3B65}</Project>
102 <Name>RomCheater.CorePlugins</Name>
103 </ProjectReference>
104 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
105 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
106 <Name>RomCheater.Core</Name>
107 </ProjectReference>
108 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
109 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
110 <Name>RomCheater.Logging</Name>
111 </ProjectReference>
112 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
113 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
114 <Name>RomCheater.PluginFramework</Name>
115 </ProjectReference>
116 <ProjectReference Include="..\RomCheater.RVAScratchPad\RomCheater.RVAScratchPad.csproj">
117 <Project>{6737661A-07AB-4237-97D7-637A203E2574}</Project>
118 <Name>RomCheater.RVAScratchPad</Name>
119 </ProjectReference>
120 <ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj">
121 <Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project>
122 <Name>RomCheater.UserSettingsSupport</Name>
123 </ProjectReference>
124 <ProjectReference Include="..\RomCheater\RomCheater.csproj">
125 <Project>{C481C0BC-F17F-45DB-A5D7-20D54F02ED99}</Project>
126 <Name>RomCheater</Name>
127 </ProjectReference>
128 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
129 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
130 <Name>libWin32</Name>
131 </ProjectReference>
132 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
133 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
134 <Name>Sojaner.MemoryScanner</Name>
135 </ProjectReference>
136 </ItemGroup>
137 <ItemGroup>
138 <None Include="app.config" />
139 </ItemGroup>
140 <ItemGroup>
141 <Content Include="bin\Debug\current-version.txt" />
142 </ItemGroup>
143 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144 <PropertyGroup>
145 <PostBuildEvent>"$(TargetDir)MSBuild_CurrentVersion.exe"
146 REM copy "$(TargetDir)current-version.txt" "$(SolutionDir)RomCheater\bin\$(ConfigurationName)\current-version.txt"
147 xcopy /E /F /Y "$(TargetDir)*.*" "$(SolutionDir)Build\"
148 erase /Q /F "$(SolutionDir)Build\MSBuild_CurrentVersion*"</PostBuildEvent>
149 </PropertyGroup>
150 <PropertyGroup>
151 <PreBuildEvent>
152 </PreBuildEvent>
153 </PropertyGroup>
154 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
155 Other similar extension points exist, see Microsoft.Common.targets.
156 <Target Name="BeforeBuild">
157 </Target>
158 <Target Name="AfterBuild">
159 </Target>
160 -->
161 </Project>