ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/libWin32/libWin32.csproj
Revision: 91
Committed: Wed May 9 21:02:31 2012 UTC (10 years, 10 months ago) by william
File size: 6452 byte(s)
Log Message:
removed these obsolete files

File Contents

# User Rev Content
1 william 88 <?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 william 89 <NoWarn>1607</NoWarn>
45 william 88 </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 william 89 <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
69     <Link>Properties\SharedAssemblyInfo.cs</Link>
70     </Compile>
71 william 88 <Compile Include="libWin32.cs" />
72 william 89 <Compile Include="Properties\AssemblyInfo.cs" />
73 william 88 <Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" />
74     <Compile Include="Win32\Input\KeyTranslator.cs" />
75     <Compile Include="Win32\Input\DXKeysToScanCodes.cs" />
76     <Compile Include="Win32\Input\InputSender.cs" />
77     <Compile Include="Win32\UI\FloatBox.cs">
78     <SubType>UserControl</SubType>
79     </Compile>
80     <Compile Include="Win32\UI\FloatBox.Designer.cs">
81     <DependentUpon>FloatBox.cs</DependentUpon>
82     </Compile>
83     <Compile Include="Win32\UI\IEEE754FloatConverter.cs">
84     <SubType>UserControl</SubType>
85     </Compile>
86     <Compile Include="Win32\UI\IEEE754FloatConverter.Designer.cs">
87     <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
88     </Compile>
89     <Compile Include="Win32\NumericConversion\IEEE754\ieee754FloatingPointConverter.cs" />
90     <Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" />
91     <Compile Include="Win32\Threading\ThreadAccess.cs" />
92     <Compile Include="Win32\Threading\ThreadControl.cs" />
93     <Compile Include="Win32\UI\MaskedHexBox.cs">
94     <SubType>UserControl</SubType>
95     </Compile>
96     <Compile Include="Win32\UI\MaskedHexBox.Designer.cs">
97     <DependentUpon>MaskedHexBox.cs</DependentUpon>
98     </Compile>
99     <Compile Include="Win32\UI\NumericBox.cs">
100     <SubType>UserControl</SubType>
101     </Compile>
102     <Compile Include="Win32\UI\NumericBox.Designer.cs">
103     <DependentUpon>NumericBox.cs</DependentUpon>
104     </Compile>
105     <Compile Include="Win32\Window\WindowControl.cs" />
106     </ItemGroup>
107     <ItemGroup>
108     <Content Include="ManagedWinapi.dll">
109     </Content>
110     <Content Include="ManagedWinapiNativeHelper.dll">
111     <CopyToOutputDirectory>Always</CopyToOutputDirectory>
112     </Content>
113     </ItemGroup>
114     <ItemGroup>
115     <EmbeddedResource Include="Win32\UI\FloatBox.resx">
116     <DependentUpon>FloatBox.cs</DependentUpon>
117     </EmbeddedResource>
118     <EmbeddedResource Include="Win32\UI\IEEE754FloatConverter.resx">
119     <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
120     </EmbeddedResource>
121     <EmbeddedResource Include="Win32\UI\MaskedHexBox.resx">
122     <DependentUpon>MaskedHexBox.cs</DependentUpon>
123     </EmbeddedResource>
124     <EmbeddedResource Include="Win32\UI\NumericBox.resx">
125     <DependentUpon>NumericBox.cs</DependentUpon>
126     </EmbeddedResource>
127     </ItemGroup>
128     <ItemGroup>
129     <ProjectReference Include="..\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
130     <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
131     <Name>Sojaner.MemoryScanner</Name>
132     </ProjectReference>
133     </ItemGroup>
134 william 89 <ItemGroup>
135     <None Include="Properties\AssemblyInfo.cs.tmpl" />
136     </ItemGroup>
137 william 88 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
138     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
139     Other similar extension points exist, see Microsoft.Common.targets.
140     <Target Name="BeforeBuild">
141     </Target>
142     <Target Name="AfterBuild">
143     </Target>
144     -->
145     <PropertyGroup>
146     <PostBuildEvent>
147     </PostBuildEvent>
148     </PropertyGroup>
149 william 89 <PropertyGroup>
150     <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
151     </PropertyGroup>
152 william 88 </Project>