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