Skip to content

Commit

Permalink
Updated AssemblyVersion.tt for correct versoin location
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Aug 7, 2021
1 parent 72608d9 commit 1c49ac6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 94 deletions.
10 changes: 9 additions & 1 deletion Toolbar/AssemblyVersion.tt
Expand Up @@ -27,7 +27,15 @@
int i2 = 0;
string s;

string versionfile = @"D:\Users\jbb\github\ksp_toolbar\Toolbar.version";

// For Visual Studio / MSBuild Build-Time Template Resolution
string RootDirectory = System.IO.Path.GetDirectoryName(Host.TemplateFile) + @"\..\";

//
// Update the following with the name of the .version file which is in the root directory
//
string versionfile = RootDirectory + "Toolbar.version";

if (!File.Exists(versionfile))
{
Write("File: " + versionfile + " missing\n");
Expand Down
18 changes: 0 additions & 18 deletions deploy.bat.orig

This file was deleted.

75 changes: 0 additions & 75 deletions fix173.sh

This file was deleted.

0 comments on commit 1c49ac6

Please sign in to comment.