Skip to content

Commit da39649

Browse files
committed
Small Release build system tweaks
1 parent d31c392 commit da39649

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

WinNUT_V2/Setup/Setup.vdproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@
16941694
"PackageFilesAs" = "3:2"
16951695
"PackageFileSize" = "3:-2147483648"
16961696
"CabType" = "3:1"
1697-
"Compression" = "3:2"
1697+
"Compression" = "3:3"
16981698
"SignOutput" = "11:FALSE"
16991699
"CertificateFile" = "8:"
17001700
"PrivateKeyFile" = "8:"
@@ -1873,7 +1873,7 @@
18731873
{
18741874
"AssemblyRegister" = "3:1"
18751875
"AssemblyIsInGAC" = "11:FALSE"
1876-
"AssemblyAsmDisplayName" = "8:AGauge, Version=2.1.8244.26895, Culture=neutral, processorArchitecture=MSIL"
1876+
"AssemblyAsmDisplayName" = "8:AGauge, Version=2.1.8253.28719, Culture=neutral, processorArchitecture=MSIL"
18771877
"ScatterAssemblies"
18781878
{
18791879
}
@@ -2796,7 +2796,7 @@
27962796
{
27972797
"AssemblyRegister" = "3:1"
27982798
"AssemblyIsInGAC" = "11:FALSE"
2799-
"AssemblyAsmDisplayName" = "8:WinNUT-Client_Common, Version=2.1.8253.27437, Culture=neutral, processorArchitecture=MSIL"
2799+
"AssemblyAsmDisplayName" = "8:WinNUT-Client_Common, Version=2.2.8253.28731, Culture=neutral, processorArchitecture=MSIL"
28002800
"ScatterAssemblies"
28012801
{
28022802
}
@@ -5654,8 +5654,8 @@
56545654
"Manufacturer" = "8:NUTDotNet"
56555655
"ARPHELPTELEPHONE" = "8:"
56565656
"ARPHELPLINK" = "8:https://github.com/nutdotnet/WinNUT-Client/issues"
5657-
"Title" = "8:WinNUT-Setup"
5658-
"Subject" = "8:WinNUT-Client"
5657+
"Title" = "8:WinNUT Setup"
5658+
"Subject" = "8:WinNUT"
56595659
"ARPCONTACT" = "8:Gawindx, gbakeman, et. al."
56605660
"Keywords" = "8:WinNUT"
56615661
"ARPCOMMENTS" = "8:Windows NUT Client"
@@ -6216,7 +6216,7 @@
62166216
{
62176217
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_314CE5030A4040E69371869B1C94AA16"
62186218
{
6219-
"SourcePath" = "8:..\\AGauge_mod\\obj\\Debug\\AGauge.dll"
6219+
"SourcePath" = "8:..\\AGauge_mod\\obj\\Release\\AGauge.dll"
62206220
"TargetName" = "8:"
62216221
"Tag" = "8:"
62226222
"Folder" = "8:_7A1917372AF14D75845D775AAEB7CD48"
@@ -6244,7 +6244,7 @@
62446244
}
62456245
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_70DBA11C2BF449198BA594449914C1BC"
62466246
{
6247-
"SourcePath" = "8:..\\WInNUT_GUI\\obj\\Debug\\WinNUT-Client.exe"
6247+
"SourcePath" = "8:..\\WInNUT_GUI\\obj\\Release\\WinNUT-Client.exe"
62486248
"TargetName" = "8:"
62496249
"Tag" = "8:"
62506250
"Folder" = "8:_7A1917372AF14D75845D775AAEB7CD48"

WinNUT_V2/WinNUT_GUI/WinNUT-client.vbproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1515
<IsWebBootstrapper>false</IsWebBootstrapper>
1616
<TargetFrameworkProfile />
17-
<PublishUrl></PublishUrl>
17+
<PublishUrl>
18+
</PublishUrl>
1819
<Install>true</Install>
1920
<InstallFrom>Disk</InstallFrom>
2021
<UpdateEnabled>false</UpdateEnabled>
@@ -40,7 +41,8 @@
4041
<DefineDebug>true</DefineDebug>
4142
<DefineTrace>true</DefineTrace>
4243
<OutputPath>bin\Debug\</OutputPath>
43-
<DocumentationFile>WinNUT-Client.xml</DocumentationFile>
44+
<DocumentationFile>
45+
</DocumentationFile>
4446
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
4547
<Optimize>false</Optimize>
4648
</PropertyGroup>
@@ -51,7 +53,8 @@
5153
<DefineTrace>true</DefineTrace>
5254
<Optimize>true</Optimize>
5355
<OutputPath>bin\Release\</OutputPath>
54-
<DocumentationFile>WinNUT-Client.xml</DocumentationFile>
56+
<DocumentationFile>
57+
</DocumentationFile>
5558
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
5659
</PropertyGroup>
5760
<PropertyGroup>

0 commit comments

Comments
 (0)