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> |
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> |
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> |
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. |
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> |