ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/libWin32/libWin32.csproj
Revision: 212
Committed: Sat Jun 2 10:33:38 2012 UTC (11 years, 6 months ago) by william
File size: 6817 byte(s)
Log Message:
ignore CS0436: importing conflicting types (AssemblyConfig)

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,0436</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;RELEASE</DefineConstants>
37 <ErrorReport>prompt</ErrorReport>
38 <WarningLevel>4</WarningLevel>
39 <NoWarn>1607,0436</NoWarn>
40 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'">
43 <OutputPath>bin\All Configurations\</OutputPath>
44 </PropertyGroup>
45 <ItemGroup>
46 <Reference Include="System" />
47 <Reference Include="System.Core">
48 <RequiredTargetFramework>3.5</RequiredTargetFramework>
49 </Reference>
50 <Reference Include="System.Data" />
51 <Reference Include="System.Drawing" />
52 <Reference Include="System.Windows.Forms" />
53 <Reference Include="System.Xml" />
54 <Reference Include="WindowsBase">
55 <RequiredTargetFramework>3.0</RequiredTargetFramework>
56 </Reference>
57 </ItemGroup>
58 <ItemGroup>
59 <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
60 <Link>Properties\SharedAssemblyInfo.cs</Link>
61 </Compile>
62 <Compile Include="dummy.cs" />
63 <Compile Include="libWin32.cs" />
64 <Compile Include="Properties\AssemblyInfo.cs" />
65 <Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" />
66 <Compile Include="Win32\Input\KeyTranslator.cs" />
67 <Compile Include="Win32\Input\DXKeysToScanCodes.cs" />
68 <Compile Include="Win32\Input\InputSender.cs" />
69 <Compile Include="Win32\Threading\ProcessIconEx.cs" />
70 <Compile Include="Win32\Threading\ProcessModeleInfoEx.cs" />
71 <Compile Include="Win32\Threading\ProcessTokenFlags.cs" />
72 <Compile Include="Win32\Threading\ThreadAccess.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\ProcessAccessFlags.cs" />
88 <Compile Include="Win32\Threading\ThreadControl.cs" />
89 <Compile Include="Win32\UI\MaskedHexBox.cs">
90 <SubType>UserControl</SubType>
91 </Compile>
92 <Compile Include="Win32\UI\MaskedHexBox.Designer.cs">
93 <DependentUpon>MaskedHexBox.cs</DependentUpon>
94 </Compile>
95 <Compile Include="Win32\UI\NumericBox.cs">
96 <SubType>UserControl</SubType>
97 </Compile>
98 <Compile Include="Win32\UI\NumericBox.Designer.cs">
99 <DependentUpon>NumericBox.cs</DependentUpon>
100 </Compile>
101 <Compile Include="Win32\Window\WindowControl.cs" />
102 </ItemGroup>
103 <ItemGroup>
104 <Content Include="ManagedWinapi.dll">
105 </Content>
106 <Content Include="ManagedWinapiNativeHelper.dll">
107 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
108 </Content>
109 </ItemGroup>
110 <ItemGroup>
111 <EmbeddedResource Include="Win32\UI\FloatBox.resx">
112 <DependentUpon>FloatBox.cs</DependentUpon>
113 </EmbeddedResource>
114 <EmbeddedResource Include="Win32\UI\IEEE754FloatConverter.resx">
115 <DependentUpon>IEEE754FloatConverter.cs</DependentUpon>
116 </EmbeddedResource>
117 <EmbeddedResource Include="Win32\UI\MaskedHexBox.resx">
118 <DependentUpon>MaskedHexBox.cs</DependentUpon>
119 </EmbeddedResource>
120 <EmbeddedResource Include="Win32\UI\NumericBox.resx">
121 <DependentUpon>NumericBox.cs</DependentUpon>
122 </EmbeddedResource>
123 </ItemGroup>
124 <ItemGroup>
125 <ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj">
126 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
127 <Name>RomCheater.Core</Name>
128 </ProjectReference>
129 <ProjectReference Include="..\..\RomCheater.Logging\RomCheater.Logging.csproj">
130 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
131 <Name>RomCheater.Logging</Name>
132 </ProjectReference>
133 <ProjectReference Include="..\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
134 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
135 <Name>Sojaner.MemoryScanner</Name>
136 </ProjectReference>
137 </ItemGroup>
138 <ItemGroup>
139 <None Include="Properties\AssemblyInfo.cs.tmpl" />
140 </ItemGroup>
141 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
142 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143 Other similar extension points exist, see Microsoft.Common.targets.
144 <Target Name="BeforeBuild">
145 </Target>
146 <Target Name="AfterBuild">
147 </Target>
148 -->
149 <PropertyGroup>
150 <PostBuildEvent>
151 </PostBuildEvent>
152 </PropertyGroup>
153 <PropertyGroup>
154 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
155 </PropertyGroup>
156 </Project>