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