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 04:14:03 156 @@ -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> @@ -42,6 +43,7 @@ <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> <NoWarn>1607</NoWarn> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <OutputPath>bin\x86\Release\</OutputPath> @@ -51,6 +53,27 @@ <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> + <DebugSymbols>true</DebugSymbols> + <OutputPath>bin\x64\Debug\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <DebugType>full</DebugType> + <PlatformTarget>x64</PlatformTarget> + <ErrorReport>prompt</ErrorReport> + <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> + <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> + <OutputPath>bin\x64\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <Optimize>true</Optimize> + <DebugType>pdbonly</DebugType> + <PlatformTarget>x64</PlatformTarget> + <ErrorReport>prompt</ErrorReport> + <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> + <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> + <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> + </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core"> @@ -68,13 +91,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 +116,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 +154,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 |