Update submodule, unfuck scripts, clean up solution file.

This commit is contained in:
Pieter-Jan Briers
2019-03-30 23:20:50 +01:00
parent 2dbbd72a22
commit 2bfb03cd29
7 changed files with 19 additions and 165 deletions

View File

@@ -25,6 +25,9 @@ https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
</PropertyGroup>
<Target Name="Build">
<Exec Command="$(Python) git_helper.py" CustomErrorRegularExpression="^Error" />
</Target>