Parent Directory
|
Revision Log
|
Patch
--- trunk/Win32/libWin32/libWin32.csproj 2012/05/09 21:00:02 89 +++ trunk/Win32/libWin32/libWin32.csproj 2012/05/10 18:12:06 117 @@ -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> @@ -68,13 +70,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 +95,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 +133,10 @@ </EmbeddedResource> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj"> + <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> + <Name>RomCheater.Core</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 |