Possibly fix auto-increment for W32.Test

This commit is contained in:
J. Fronny 2020-04-04 16:58:16 +02:00 committed by GitHub
parent d89662666c
commit d289137096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
<LangVersion>8</LangVersion>
<UseWindowsForms>true</UseWindowsForms>
<Deterministic>false</Deterministic>
<AssemblyVersion>1.1.*</AssemblyVersion>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>if exist "$(SolutionDir)Data\pkgtool.exe" ($(SolutionDir)Data\pkgtool.exe build --noLogo --binDir .) else if exist "%appdata%\UpTool2\Apps\0e35d154-d0d3-45e0-b080-62f521263a44\app\pkgtool.exe" ("%appdata%\UpTool2\Apps\0e35d154-d0d3-45e0-b080-62f521263a44\app\pkgtool.exe" build --noLogo --binDir .) else echo Cound not find Package build tools, skipping</PostBuildEvent>
@ -21,4 +22,4 @@
<ProjectReference Include="..\Misc\Misc.csproj" />
<ProjectReference Include="..\W32\W32.csproj" />
</ItemGroup>
</Project>
</Project>