Version: add a dummy source file so that some versions of csc.exe won't give error 2008, killing the build scripts

This commit is contained in:
feos 2017-02-24 14:03:12 +03:00
parent b5c3e808b7
commit 4a52b60ca5
2 changed files with 3 additions and 0 deletions

0
Version/dummy.cs Normal file
View File

View File

@ -70,6 +70,9 @@
<PropertyGroup>
<PreBuildEvent>"$(ProjectDir)..\Build\BizHawk.Build.Tool.exe" GIT_REV --wc "$(ProjectDir).." --template "$(ProjectDir)svnrev_template" --out "$(ProjectDir)svnrev.cs"</PreBuildEvent>
</PropertyGroup>
<ItemGroup>
<Compile Include="dummy.cs" />
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">