ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/libWin32/libWin32.csproj
(Generate patch)

Comparing trunk/Win32/libWin32/libWin32.csproj (file contents):
Revision 88 by william, Wed May 9 20:52:20 2012 UTC vs.
Revision 101 by william, Thu May 10 09:53:16 2012 UTC

# Line 41 | Line 41
41      <DebugType>full</DebugType>
42      <PlatformTarget>x86</PlatformTarget>
43      <ErrorReport>prompt</ErrorReport>
44 +    <NoWarn>1607</NoWarn>
45    </PropertyGroup>
46    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47      <OutputPath>bin\x86\Release\</OutputPath>
# Line 64 | Line 65
65      </Reference>
66    </ItemGroup>
67    <ItemGroup>
68 +    <Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs">
69 +      <Link>Properties\SharedAssemblyInfo.cs</Link>
70 +    </Compile>
71      <Compile Include="libWin32.cs" />
72 <    <Compile Include="VersionMagic.cs" />
72 >    <Compile Include="Properties\AssemblyInfo.cs" />
73      <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\Threading\ProcessModeleInfoEx.cs" />
78 +    <Compile Include="Win32\Threading\ProcessTokenFlags.cs" />
79 +    <Compile Include="Win32\Threading\ThreadAccess.cs" />
80      <Compile Include="Win32\UI\FloatBox.cs">
81        <SubType>UserControl</SubType>
82      </Compile>
# Line 84 | Line 91
91      </Compile>
92      <Compile Include="Win32\NumericConversion\IEEE754\ieee754FloatingPointConverter.cs" />
93      <Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" />
94 <    <Compile Include="Win32\Threading\ThreadAccess.cs" />
94 >    <Compile Include="Win32\Threading\ProcessAccessFlags.cs" />
95      <Compile Include="Win32\Threading\ThreadControl.cs" />
89    <Compile Include="Properties\AssemblyInfo.cs" />
96      <Compile Include="Win32\UI\MaskedHexBox.cs">
97        <SubType>UserControl</SubType>
98      </Compile>
# Line 128 | Line 134
134        <Name>Sojaner.MemoryScanner</Name>
135      </ProjectReference>
136    </ItemGroup>
137 +  <ItemGroup>
138 +    <None Include="Properties\AssemblyInfo.cs.tmpl" />
139 +  </ItemGroup>
140    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
141    <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
142         Other similar extension points exist, see Microsoft.Common.targets.
# Line 140 | Line 149
149      <PostBuildEvent>
150      </PostBuildEvent>
151    </PropertyGroup>
152 +  <PropertyGroup>
153 +    <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
154 +  </PropertyGroup>
155   </Project>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines