mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 14:31:50 +00:00
- changed how VersionFromSVN.exe works so that normal debug builds are made faster
- added some tests that could be useful in the future
This commit is contained in:
parent
0f9f06ce88
commit
45ade02d48
14 changed files with 74 additions and 6 deletions
|
@ -774,7 +774,7 @@
|
|||
<PreBuildEvent>"$(SolutionDir)VersionFromSVN.exe" "$(ProjectDir)Properties\AssemblyInfo.cs" -F 0 -M "Debug" "$(ConfigurationName)"
|
||||
"$(SolutionDir)VersionFromSVN.exe" "$(ProjectDir)Properties\AssemblyInfo.cs" -M "Release" "$(ConfigurationName)"
|
||||
"$(SolutionDir)VersionFromSVN.exe" "$(ProjectDir)Properties\AssemblyInfo.cs" -M "Debug with revision lookup" "$(ConfigurationName)"</PreBuildEvent>
|
||||
<PostBuildEvent>"$(SolutionDir)VersionFromSVN.exe" -R "$(ProjectDir)Properties\AssemblyInfo.cs"
|
||||
</PostBuildEvent>
|
||||
<PostBuildEvent>"$(SolutionDir)VersionFromSVN.exe" -R "$(ProjectDir)Properties\AssemblyInfo.cs" -M "Release" "$(ConfigurationName)"
|
||||
"$(SolutionDir)VersionFromSVN.exe" -R "$(ProjectDir)Properties\AssemblyInfo.cs" -M "Debug with revision lookup" "$(ConfigurationName)"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -210,7 +210,7 @@
|
|||
<PreBuildEvent>"$(SolutionDir)VersionFromSVN.exe" "$(ProjectDir)Properties\AssemblyInfo.cs" -F 0 -M "Debug" "$(ConfigurationName)"
|
||||
"$(SolutionDir)VersionFromSVN.exe" "$(ProjectDir)Properties\AssemblyInfo.cs" -M "Release" "$(ConfigurationName)"
|
||||
"$(SolutionDir)VersionFromSVN.exe" "$(ProjectDir)Properties\AssemblyInfo.cs" -M "Debug with revision lookup" "$(ConfigurationName)"</PreBuildEvent>
|
||||
<PostBuildEvent>"$(SolutionDir)VersionFromSVN.exe" -R "$(ProjectDir)Properties\AssemblyInfo.cs"
|
||||
</PostBuildEvent>
|
||||
<PostBuildEvent>"$(SolutionDir)VersionFromSVN.exe" -R "$(ProjectDir)Properties\AssemblyInfo.cs" -M "Release" "$(ConfigurationName)"
|
||||
"$(SolutionDir)VersionFromSVN.exe" -R "$(ProjectDir)Properties\AssemblyInfo.cs" -M "Debug with revision lookup" "$(ConfigurationName)"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -29,4 +29,4 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.0.0.%SVNREVISION%")]
|
||||
[assembly: AssemblyVersion("2.0.0.0")]
|
||||
|
|
|
@ -29,4 +29,4 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.0.0.%SVNREVISION%")]
|
||||
[assembly: AssemblyVersion("2.0.0.0")]
|
||||
|
|
17
Tests/Triangulation/triangulation.dbs
Normal file
17
Tests/Triangulation/triangulation.dbs
Normal file
|
@ -0,0 +1,17 @@
|
|||
type = "Doom Builder Map Settings Configuration";
|
||||
gameconfig = "ZDoom_Doom.cfg";
|
||||
|
||||
maps
|
||||
{
|
||||
|
||||
MAP01
|
||||
{
|
||||
|
||||
resources
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
BIN
Tests/Triangulation/triangulation.wad
Normal file
BIN
Tests/Triangulation/triangulation.wad
Normal file
Binary file not shown.
17
Tests/Triangulation/triangulation_g.dbs
Normal file
17
Tests/Triangulation/triangulation_g.dbs
Normal file
|
@ -0,0 +1,17 @@
|
|||
type = "Doom Builder Map Settings Configuration";
|
||||
gameconfig = "ZDoom_Doom.cfg";
|
||||
|
||||
maps
|
||||
{
|
||||
|
||||
MAP01
|
||||
{
|
||||
|
||||
resources
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
BIN
Tests/Triangulation/triangulation_g.wad
Normal file
BIN
Tests/Triangulation/triangulation_g.wad
Normal file
Binary file not shown.
17
Tests/Triangulation/triangulation_s.dbs
Normal file
17
Tests/Triangulation/triangulation_s.dbs
Normal file
|
@ -0,0 +1,17 @@
|
|||
type = "Doom Builder Map Settings Configuration";
|
||||
gameconfig = "ZDoom_Doom.cfg";
|
||||
|
||||
maps
|
||||
{
|
||||
|
||||
MAP01
|
||||
{
|
||||
|
||||
resources
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
BIN
Tests/Triangulation/triangulation_s.png
Normal file
BIN
Tests/Triangulation/triangulation_s.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
Tests/Triangulation/triangulation_s.wad
Normal file
BIN
Tests/Triangulation/triangulation_s.wad
Normal file
Binary file not shown.
17
Tests/UDMF/udmfexample.dbs
Normal file
17
Tests/UDMF/udmfexample.dbs
Normal file
|
@ -0,0 +1,17 @@
|
|||
type = "Doom Builder Map Settings Configuration";
|
||||
gameconfig = "ZDoom_DoomUDMF.cfg";
|
||||
|
||||
maps
|
||||
{
|
||||
|
||||
MAP01
|
||||
{
|
||||
|
||||
resources
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
BIN
Tests/UDMF/udmfexample.wad
Normal file
BIN
Tests/UDMF/udmfexample.wad
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue