41 |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |
42 |
<PlatformTarget>x86</PlatformTarget> |
<PlatformTarget>x86</PlatformTarget> |
43 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
44 |
|
<NoWarn>1607</NoWarn> |
45 |
</PropertyGroup> |
</PropertyGroup> |
46 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
47 |
<OutputPath>bin\x86\Release\</OutputPath> |
<OutputPath>bin\x86\Release\</OutputPath> |
65 |
</Reference> |
</Reference> |
66 |
</ItemGroup> |
</ItemGroup> |
67 |
<ItemGroup> |
<ItemGroup> |
68 |
|
<Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs"> |
69 |
|
<Link>Properties\SharedAssemblyInfo.cs</Link> |
70 |
|
</Compile> |
71 |
<Compile Include="libWin32.cs" /> |
<Compile Include="libWin32.cs" /> |
72 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
73 |
<Compile Include="VersionMagic.cs" /> |
<Compile Include="VersionMagic.cs" /> |
74 |
<Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" /> |
<Compile Include="Win32\Exceptions\UnimplimentedDirectXScanCodeException.cs" /> |
75 |
<Compile Include="Win32\Input\KeyTranslator.cs" /> |
<Compile Include="Win32\Input\KeyTranslator.cs" /> |
91 |
<Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" /> |
<Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" /> |
92 |
<Compile Include="Win32\Threading\ThreadAccess.cs" /> |
<Compile Include="Win32\Threading\ThreadAccess.cs" /> |
93 |
<Compile Include="Win32\Threading\ThreadControl.cs" /> |
<Compile Include="Win32\Threading\ThreadControl.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
94 |
<Compile Include="Win32\UI\MaskedHexBox.cs"> |
<Compile Include="Win32\UI\MaskedHexBox.cs"> |
95 |
<SubType>UserControl</SubType> |
<SubType>UserControl</SubType> |
96 |
</Compile> |
</Compile> |
132 |
<Name>Sojaner.MemoryScanner</Name> |
<Name>Sojaner.MemoryScanner</Name> |
133 |
</ProjectReference> |
</ProjectReference> |
134 |
</ItemGroup> |
</ItemGroup> |
135 |
|
<ItemGroup> |
136 |
|
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
137 |
|
</ItemGroup> |
138 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
139 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
140 |
Other similar extension points exist, see Microsoft.Common.targets. |
Other similar extension points exist, see Microsoft.Common.targets. |
147 |
<PostBuildEvent> |
<PostBuildEvent> |
148 |
</PostBuildEvent> |
</PostBuildEvent> |
149 |
</PropertyGroup> |
</PropertyGroup> |
150 |
|
<PropertyGroup> |
151 |
|
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
152 |
|
</PropertyGroup> |
153 |
</Project> |
</Project> |