ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/libWin32/libWin32.csproj
Revision: 88
Committed: Wed May 9 20:52:20 2012 UTC (11 years, 6 months ago) by william
File size: 6013 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 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46 <OutputPath>bin\x86\Release\</OutputPath>
47 <DefineConstants>TRACE</DefineConstants>
48 <Optimize>true</Optimize>
49 <DebugType>pdbonly</DebugType>
50 <PlatformTarget>x86</PlatformTarget>
51 <ErrorReport>prompt</ErrorReport>
52 </PropertyGroup>
53 <ItemGroup>
54 <Reference Include="System" />
55 <Reference Include="System.Core">
56 <RequiredTargetFramework>3.5</RequiredTargetFramework>
57 </Reference>
58 <Reference Include="System.Data" />
59 <Reference Include="System.Drawing" />
60 <Reference Include="System.Windows.Forms" />
61 <Reference Include="System.Xml" />
62 <Reference Include="WindowsBase">
63 <RequiredTargetFramework>3.0</RequiredTargetFramework>
64 </Reference>
65 </ItemGroup>
66 <ItemGroup>
67 <Compile Include="libWin32.cs" />
68 <Compile Include="VersionMagic.cs" />
69 <Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" />
70 <Compile Include="Win32\Input\KeyTranslator.cs" />
71 <Compile Include="Win32\Input\DXKeysToScanCodes.cs" />
72 <Compile Include="Win32\Input\InputSender.cs" />
73 <Compile Include="Win32\UI\FloatBox.cs">
74 <SubType>UserControl</SubType>
75 </Compile>
76 <Compile Include="Win32\UI\FloatBox.Designer.cs">
77 <DependentUpon>FloatBox.cs</DependentUpon>
78 </Compile>
79 <Compile Include="Win32\UI\IEEE754FloatConverter.cs">
80 <SubType>UserControl</SubType>
81 </Compile>
82 <Compile Include="Win32\UI\IEEE754FloatConverter.Designer.cs">
83 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
84 </Compile>
85 <Compile Include="Win32\NumericConversion\IEEE754\ieee754FloatingPointConverter.cs" />
86 <Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" />
87 <Compile Include="Win32\Threading\ThreadAccess.cs" />
88 <Compile Include="Win32\Threading\ThreadControl.cs" />
89 <Compile Include="Properties\AssemblyInfo.cs" />
90 <Compile Include="Win32\UI\MaskedHexBox.cs">
91 <SubType>UserControl</SubType>
92 </Compile>
93 <Compile Include="Win32\UI\MaskedHexBox.Designer.cs">
94 <DependentUpon>MaskedHexBox.cs</DependentUpon>
95 </Compile>
96 <Compile Include="Win32\UI\NumericBox.cs">
97 <SubType>UserControl</SubType>
98 </Compile>
99 <Compile Include="Win32\UI\NumericBox.Designer.cs">
100 <DependentUpon>NumericBox.cs</DependentUpon>
101 </Compile>
102 <Compile Include="Win32\Window\WindowControl.cs" />
103 </ItemGroup>
104 <ItemGroup>
105 <Content Include="ManagedWinapi.dll">
106 </Content>
107 <Content Include="ManagedWinapiNativeHelper.dll">
108 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
109 </Content>
110 </ItemGroup>
111 <ItemGroup>
112 <EmbeddedResource Include="Win32\UI\FloatBox.resx">
113 <DependentUpon>FloatBox.cs</DependentUpon>
114 </EmbeddedResource>
115 <EmbeddedResource Include="Win32\UI\IEEE754FloatConverter.resx">
116 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
117 </EmbeddedResource>
118 <EmbeddedResource Include="Win32\UI\MaskedHexBox.resx">
119 <DependentUpon>MaskedHexBox.cs</DependentUpon>
120 </EmbeddedResource>
121 <EmbeddedResource Include="Win32\UI\NumericBox.resx">
122 <DependentUpon>NumericBox.cs</DependentUpon>
123 </EmbeddedResource>
124 </ItemGroup>
125 <ItemGroup>
126 <ProjectReference Include="..\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
127 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
128 <Name>Sojaner.MemoryScanner</Name>
129 </ProjectReference>
130 </ItemGroup>
131 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
132 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
133 Other similar extension points exist, see Microsoft.Common.targets.
134 <Target Name="BeforeBuild">
135 </Target>
136 <Target Name="AfterBuild">
137 </Target>
138 -->
139 <PropertyGroup>
140 <PostBuildEvent>
141 </PostBuildEvent>
142 </PropertyGroup>
143 </Project>