ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/libWin32/libWin32.csproj
Revision: 172
Committed: Mon May 28 09:15:17 2012 UTC (11 years, 6 months ago) by william
File size: 8478 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)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>libWin32</RootNamespace>
12 <AssemblyName>libWin32</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <UpgradeBackupLocation />
19 <TargetFrameworkProfile />
20 </PropertyGroup>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <Optimize>false</Optimize>
25 <OutputPath>bin\Debug\</OutputPath>
26 <DefineConstants>DEBUG;TRACE</DefineConstants>
27 <ErrorReport>prompt</ErrorReport>
28 <WarningLevel>4</WarningLevel>
29 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
30 <NoWarn>1607</NoWarn>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33 <DebugType>pdbonly</DebugType>
34 <Optimize>true</Optimize>
35 <OutputPath>bin\Release\</OutputPath>
36 <DefineConstants>TRACE</DefineConstants>
37 <ErrorReport>prompt</ErrorReport>
38 <WarningLevel>4</WarningLevel>
39 </PropertyGroup>
40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
41 <DebugSymbols>true</DebugSymbols>
42 <OutputPath>bin\Debug\x86\</OutputPath>
43 <DefineConstants>DEBUG;TRACE</DefineConstants>
44 <DebugType>full</DebugType>
45 <PlatformTarget>x86</PlatformTarget>
46 <ErrorReport>prompt</ErrorReport>
47 <NoWarn>1607</NoWarn>
48 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
49 </PropertyGroup>
50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
51 <OutputPath>bin\x86\Release\</OutputPath>
52 <DefineConstants>TRACE</DefineConstants>
53 <Optimize>true</Optimize>
54 <DebugType>pdbonly</DebugType>
55 <PlatformTarget>x86</PlatformTarget>
56 <ErrorReport>prompt</ErrorReport>
57 </PropertyGroup>
58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
59 <DebugSymbols>true</DebugSymbols>
60 <OutputPath>bin\Debug\x64\</OutputPath>
61 <DefineConstants>DEBUG;TRACE</DefineConstants>
62 <DebugType>full</DebugType>
63 <PlatformTarget>x64</PlatformTarget>
64 <ErrorReport>prompt</ErrorReport>
65 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
66 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
67 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
68 <NoWarn>1607</NoWarn>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
71 <OutputPath>bin\x64\Release\</OutputPath>
72 <DefineConstants>TRACE</DefineConstants>
73 <Optimize>true</Optimize>
74 <DebugType>pdbonly</DebugType>
75 <PlatformTarget>x64</PlatformTarget>
76 <ErrorReport>prompt</ErrorReport>
77 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
78 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
79 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
80 </PropertyGroup>
81 <ItemGroup>
82 <Reference Include="System" />
83 <Reference Include="System.Core">
84 <RequiredTargetFramework>3.5</RequiredTargetFramework>
85 </Reference>
86 <Reference Include="System.Data" />
87 <Reference Include="System.Drawing" />
88 <Reference Include="System.Windows.Forms" />
89 <Reference Include="System.Xml" />
90 <Reference Include="WindowsBase">
91 <RequiredTargetFramework>3.0</RequiredTargetFramework>
92 </Reference>
93 </ItemGroup>
94 <ItemGroup>
95 <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
96 <Link>Properties\SharedAssemblyInfo.cs</Link>
97 </Compile>
98 <Compile Include="dummy.cs" />
99 <Compile Include="libWin32.cs" />
100 <Compile Include="Properties\AssemblyInfo.cs" />
101 <Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" />
102 <Compile Include="Win32\Input\KeyTranslator.cs" />
103 <Compile Include="Win32\Input\DXKeysToScanCodes.cs" />
104 <Compile Include="Win32\Input\InputSender.cs" />
105 <Compile Include="Win32\Threading\ProcessIconEx.cs" />
106 <Compile Include="Win32\Threading\ProcessModeleInfoEx.cs" />
107 <Compile Include="Win32\Threading\ProcessTokenFlags.cs" />
108 <Compile Include="Win32\Threading\ThreadAccess.cs" />
109 <Compile Include="Win32\UI\FloatBox.cs">
110 <SubType>UserControl</SubType>
111 </Compile>
112 <Compile Include="Win32\UI\FloatBox.Designer.cs">
113 <DependentUpon>FloatBox.cs</DependentUpon>
114 </Compile>
115 <Compile Include="Win32\UI\IEEE754FloatConverter.cs">
116 <SubType>UserControl</SubType>
117 </Compile>
118 <Compile Include="Win32\UI\IEEE754FloatConverter.Designer.cs">
119 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
120 </Compile>
121 <Compile Include="Win32\NumericConversion\IEEE754\ieee754FloatingPointConverter.cs" />
122 <Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" />
123 <Compile Include="Win32\Threading\ProcessAccessFlags.cs" />
124 <Compile Include="Win32\Threading\ThreadControl.cs" />
125 <Compile Include="Win32\UI\MaskedHexBox.cs">
126 <SubType>UserControl</SubType>
127 </Compile>
128 <Compile Include="Win32\UI\MaskedHexBox.Designer.cs">
129 <DependentUpon>MaskedHexBox.cs</DependentUpon>
130 </Compile>
131 <Compile Include="Win32\UI\NumericBox.cs">
132 <SubType>UserControl</SubType>
133 </Compile>
134 <Compile Include="Win32\UI\NumericBox.Designer.cs">
135 <DependentUpon>NumericBox.cs</DependentUpon>
136 </Compile>
137 <Compile Include="Win32\Window\WindowControl.cs" />
138 </ItemGroup>
139 <ItemGroup>
140 <Content Include="ManagedWinapi.dll">
141 </Content>
142 <Content Include="ManagedWinapiNativeHelper.dll">
143 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
144 </Content>
145 </ItemGroup>
146 <ItemGroup>
147 <EmbeddedResource Include="Win32\UI\FloatBox.resx">
148 <DependentUpon>FloatBox.cs</DependentUpon>
149 </EmbeddedResource>
150 <EmbeddedResource Include="Win32\UI\IEEE754FloatConverter.resx">
151 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
152 </EmbeddedResource>
153 <EmbeddedResource Include="Win32\UI\MaskedHexBox.resx">
154 <DependentUpon>MaskedHexBox.cs</DependentUpon>
155 </EmbeddedResource>
156 <EmbeddedResource Include="Win32\UI\NumericBox.resx">
157 <DependentUpon>NumericBox.cs</DependentUpon>
158 </EmbeddedResource>
159 </ItemGroup>
160 <ItemGroup>
161 <ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj">
162 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
163 <Name>RomCheater.Core</Name>
164 </ProjectReference>
165 <ProjectReference Include="..\..\RomCheater.Logging\RomCheater.Logging.csproj">
166 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
167 <Name>RomCheater.Logging</Name>
168 </ProjectReference>
169 <ProjectReference Include="..\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
170 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
171 <Name>Sojaner.MemoryScanner</Name>
172 </ProjectReference>
173 </ItemGroup>
174 <ItemGroup>
175 <None Include="Properties\AssemblyInfo.cs.tmpl" />
176 </ItemGroup>
177 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
178 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
179 Other similar extension points exist, see Microsoft.Common.targets.
180 <Target Name="BeforeBuild">
181 </Target>
182 <Target Name="AfterBuild">
183 </Target>
184 -->
185 <PropertyGroup>
186 <PostBuildEvent>
187 </PostBuildEvent>
188 </PropertyGroup>
189 <PropertyGroup>
190 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
191 </PropertyGroup>
192 </Project>