ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/libWin32/libWin32.csproj
Revision: 89
Committed: Wed May 9 21:00:02 2012 UTC (11 years, 6 months ago) by william
File size: 6495 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 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47 <OutputPath>bin\x86\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants>
49 <Optimize>true</Optimize>
50 <DebugType>pdbonly</DebugType>
51 <PlatformTarget>x86</PlatformTarget>
52 <ErrorReport>prompt</ErrorReport>
53 </PropertyGroup>
54 <ItemGroup>
55 <Reference Include="System" />
56 <Reference Include="System.Core">
57 <RequiredTargetFramework>3.5</RequiredTargetFramework>
58 </Reference>
59 <Reference Include="System.Data" />
60 <Reference Include="System.Drawing" />
61 <Reference Include="System.Windows.Forms" />
62 <Reference Include="System.Xml" />
63 <Reference Include="WindowsBase">
64 <RequiredTargetFramework>3.0</RequiredTargetFramework>
65 </Reference>
66 </ItemGroup>
67 <ItemGroup>
68 <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
69 <Link>Properties\SharedAssemblyInfo.cs</Link>
70 </Compile>
71 <Compile Include="libWin32.cs" />
72 <Compile Include="Properties\AssemblyInfo.cs" />
73 <Compile Include="VersionMagic.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\UI\FloatBox.cs">
79 <SubType>UserControl</SubType>
80 </Compile>
81 <Compile Include="Win32\UI\FloatBox.Designer.cs">
82 <DependentUpon>FloatBox.cs</DependentUpon>
83 </Compile>
84 <Compile Include="Win32\UI\IEEE754FloatConverter.cs">
85 <SubType>UserControl</SubType>
86 </Compile>
87 <Compile Include="Win32\UI\IEEE754FloatConverter.Designer.cs">
88 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
89 </Compile>
90 <Compile Include="Win32\NumericConversion\IEEE754\ieee754FloatingPointConverter.cs" />
91 <Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" />
92 <Compile Include="Win32\Threading\ThreadAccess.cs" />
93 <Compile Include="Win32\Threading\ThreadControl.cs" />
94 <Compile Include="Win32\UI\MaskedHexBox.cs">
95 <SubType>UserControl</SubType>
96 </Compile>
97 <Compile Include="Win32\UI\MaskedHexBox.Designer.cs">
98 <DependentUpon>MaskedHexBox.cs</DependentUpon>
99 </Compile>
100 <Compile Include="Win32\UI\NumericBox.cs">
101 <SubType>UserControl</SubType>
102 </Compile>
103 <Compile Include="Win32\UI\NumericBox.Designer.cs">
104 <DependentUpon>NumericBox.cs</DependentUpon>
105 </Compile>
106 <Compile Include="Win32\Window\WindowControl.cs" />
107 </ItemGroup>
108 <ItemGroup>
109 <Content Include="ManagedWinapi.dll">
110 </Content>
111 <Content Include="ManagedWinapiNativeHelper.dll">
112 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
113 </Content>
114 </ItemGroup>
115 <ItemGroup>
116 <EmbeddedResource Include="Win32\UI\FloatBox.resx">
117 <DependentUpon>FloatBox.cs</DependentUpon>
118 </EmbeddedResource>
119 <EmbeddedResource Include="Win32\UI\IEEE754FloatConverter.resx">
120 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
121 </EmbeddedResource>
122 <EmbeddedResource Include="Win32\UI\MaskedHexBox.resx">
123 <DependentUpon>MaskedHexBox.cs</DependentUpon>
124 </EmbeddedResource>
125 <EmbeddedResource Include="Win32\UI\NumericBox.resx">
126 <DependentUpon>NumericBox.cs</DependentUpon>
127 </EmbeddedResource>
128 </ItemGroup>
129 <ItemGroup>
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>