Parent Directory
|
Revision Log
|
Patch
--- trunk/Win32/libWin32/libWin32.csproj 2012/05/09 21:00:02 89 +++ trunk/Win32/libWin32/libWin32.csproj 2012/05/28 10:08:44 182 @@ -10,12 +10,13 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>libWin32</RootNamespace> <AssemblyName>libWin32</AssemblyName> - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <FileUpgradeFlags> </FileUpgradeFlags> <OldToolsVersion>3.5</OldToolsVersion> <UpgradeBackupLocation /> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -25,6 +26,8 @@ <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + <NoWarn>1607</NoWarn> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> @@ -33,23 +36,11 @@ <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> - <DebugSymbols>true</DebugSymbols> - <OutputPath>bin\Debug\</OutputPath> - <DefineConstants>DEBUG;TRACE</DefineConstants> - <DebugType>full</DebugType> - <PlatformTarget>x86</PlatformTarget> - <ErrorReport>prompt</ErrorReport> <NoWarn>1607</NoWarn> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> - <OutputPath>bin\x86\Release\</OutputPath> - <DefineConstants>TRACE</DefineConstants> - <Optimize>true</Optimize> - <DebugType>pdbonly</DebugType> - <PlatformTarget>x86</PlatformTarget> - <ErrorReport>prompt</ErrorReport> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|AnyCPU'"> + <OutputPath>bin\All Configurations\</OutputPath> </PropertyGroup> <ItemGroup> <Reference Include="System" /> @@ -68,13 +59,17 @@ <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs"> <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> + <Compile Include="dummy.cs" /> <Compile Include="libWin32.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="VersionMagic.cs" /> <Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" /> <Compile Include="Win32\Input\KeyTranslator.cs" /> <Compile Include="Win32\Input\DXKeysToScanCodes.cs" /> <Compile Include="Win32\Input\InputSender.cs" /> + <Compile Include="Win32\Threading\ProcessIconEx.cs" /> + <Compile Include="Win32\Threading\ProcessModeleInfoEx.cs" /> + <Compile Include="Win32\Threading\ProcessTokenFlags.cs" /> + <Compile Include="Win32\Threading\ThreadAccess.cs" /> <Compile Include="Win32\UI\FloatBox.cs"> <SubType>UserControl</SubType> </Compile> @@ -89,7 +84,7 @@ </Compile> <Compile Include="Win32\NumericConversion\IEEE754\ieee754FloatingPointConverter.cs" /> <Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" /> - <Compile Include="Win32\Threading\ThreadAccess.cs" /> + <Compile Include="Win32\Threading\ProcessAccessFlags.cs" /> <Compile Include="Win32\Threading\ThreadControl.cs" /> <Compile Include="Win32\UI\MaskedHexBox.cs"> <SubType>UserControl</SubType> @@ -127,6 +122,14 @@ </EmbeddedResource> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj"> + <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> + <Name>RomCheater.Core</Name> + </ProjectReference> + <ProjectReference Include="..\..\RomCheater.Logging\RomCheater.Logging.csproj"> + <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> + <Name>RomCheater.Logging</Name> + </ProjectReference> <ProjectReference Include="..\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> <Name>Sojaner.MemoryScanner</Name>
ViewVC Help | |
Powered by ViewVC 1.1.22 |