ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/libWin32/libWin32.csproj
Revision: 179
Committed: Mon May 28 09:42:27 2012 UTC (10 years, 10 months ago) by william
File size: 6632 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 <ItemGroup>
43 <Reference Include="System" />
44 <Reference Include="System.Core">
45 <RequiredTargetFramework>3.5</RequiredTargetFramework>
46 </Reference>
47 <Reference Include="System.Data" />
48 <Reference Include="System.Drawing" />
49 <Reference Include="System.Windows.Forms" />
50 <Reference Include="System.Xml" />
51 <Reference Include="WindowsBase">
52 <RequiredTargetFramework>3.0</RequiredTargetFramework>
53 </Reference>
54 </ItemGroup>
55 <ItemGroup>
56 <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
57 <Link>Properties\SharedAssemblyInfo.cs</Link>
58 </Compile>
59 <Compile Include="dummy.cs" />
60 <Compile Include="libWin32.cs" />
61 <Compile Include="Properties\AssemblyInfo.cs" />
62 <Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" />
63 <Compile Include="Win32\Input\KeyTranslator.cs" />
64 <Compile Include="Win32\Input\DXKeysToScanCodes.cs" />
65 <Compile Include="Win32\Input\InputSender.cs" />
66 <Compile Include="Win32\Threading\ProcessIconEx.cs" />
67 <Compile Include="Win32\Threading\ProcessModeleInfoEx.cs" />
68 <Compile Include="Win32\Threading\ProcessTokenFlags.cs" />
69 <Compile Include="Win32\Threading\ThreadAccess.cs" />
70 <Compile Include="Win32\UI\FloatBox.cs">
71 <SubType>UserControl</SubType>
72 </Compile>
73 <Compile Include="Win32\UI\FloatBox.Designer.cs">
74 <DependentUpon>FloatBox.cs</DependentUpon>
75 </Compile>
76 <Compile Include="Win32\UI\IEEE754FloatConverter.cs">
77 <SubType>UserControl</SubType>
78 </Compile>
79 <Compile Include="Win32\UI\IEEE754FloatConverter.Designer.cs">
80 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
81 </Compile>
82 <Compile Include="Win32\NumericConversion\IEEE754\ieee754FloatingPointConverter.cs" />
83 <Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" />
84 <Compile Include="Win32\Threading\ProcessAccessFlags.cs" />
85 <Compile Include="Win32\Threading\ThreadControl.cs" />
86 <Compile Include="Win32\UI\MaskedHexBox.cs">
87 <SubType>UserControl</SubType>
88 </Compile>
89 <Compile Include="Win32\UI\MaskedHexBox.Designer.cs">
90 <DependentUpon>MaskedHexBox.cs</DependentUpon>
91 </Compile>
92 <Compile Include="Win32\UI\NumericBox.cs">
93 <SubType>UserControl</SubType>
94 </Compile>
95 <Compile Include="Win32\UI\NumericBox.Designer.cs">
96 <DependentUpon>NumericBox.cs</DependentUpon>
97 </Compile>
98 <Compile Include="Win32\Window\WindowControl.cs" />
99 </ItemGroup>
100 <ItemGroup>
101 <Content Include="ManagedWinapi.dll">
102 </Content>
103 <Content Include="ManagedWinapiNativeHelper.dll">
104 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
105 </Content>
106 </ItemGroup>
107 <ItemGroup>
108 <EmbeddedResource Include="Win32\UI\FloatBox.resx">
109 <DependentUpon>FloatBox.cs</DependentUpon>
110 </EmbeddedResource>
111 <EmbeddedResource Include="Win32\UI\IEEE754FloatConverter.resx">
112 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
113 </EmbeddedResource>
114 <EmbeddedResource Include="Win32\UI\MaskedHexBox.resx">
115 <DependentUpon>MaskedHexBox.cs</DependentUpon>
116 </EmbeddedResource>
117 <EmbeddedResource Include="Win32\UI\NumericBox.resx">
118 <DependentUpon>NumericBox.cs</DependentUpon>
119 </EmbeddedResource>
120 </ItemGroup>
121 <ItemGroup>
122 <ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj">
123 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
124 <Name>RomCheater.Core</Name>
125 </ProjectReference>
126 <ProjectReference Include="..\..\RomCheater.Logging\RomCheater.Logging.csproj">
127 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
128 <Name>RomCheater.Logging</Name>
129 </ProjectReference>
130 <ProjectReference Include="..\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 <None Include="Properties\AssemblyInfo.cs.tmpl" />
137 </ItemGroup>
138 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
139 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
140 Other similar extension points exist, see Microsoft.Common.targets.
141 <Target Name="BeforeBuild">
142 </Target>
143 <Target Name="AfterBuild">
144 </Target>
145 -->
146 <PropertyGroup>
147 <PostBuildEvent>
148 </PostBuildEvent>
149 </PropertyGroup>
150 <PropertyGroup>
151 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
152 </PropertyGroup>
153 </Project>