diff --git a/.github/workflows/AVC-VersionFileValidator.yml b/.github/workflows/AVC-VersionFileValidator.yml index 51932c4..bb69449 100644 --- a/.github/workflows/AVC-VersionFileValidator.yml +++ b/.github/workflows/AVC-VersionFileValidator.yml @@ -3,7 +3,7 @@ on: push: pull_request: types: - - reopened + - opened - synchronize - reopened @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 1 - name: Validate files diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 794bbf4..6561fbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: image: mono:latest steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Decrypt/unpack dependencies and build env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 678d75e..3c01a67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: image: mono:latest steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Decrypt/unpack dependencies and build env: diff --git a/.gitignore b/.gitignore index ec787a3..cca41e2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,153 +7,7 @@ *.sln.docstates # Build results - -[Dd]ebug/ -[Rr]elease/ -x64/ -build/ -[Bb]in/ -[Oo]bj/ - -# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets -!packages/*/build/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -*_i.c -*_p.c -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.log -*.scc - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf -*.cachefile - -# Visual Studio profiler -*.psess -*.vsp -*.vspx - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# NCrunch -*.ncrunch* -.*crunch*.local.xml - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.Publish.xml - -# NuGet Packages Directory -## TODO: If you have NuGet Package Restore enabled, uncomment the next line -#packages/ - -# Windows Azure Build Output -csx -*.build.csdef - -# Windows Store app package directory -AppPackages/ - -# Others -sql/ -*.Cache -ClientBin/ -[Ss]tyle[Cc]op.* -~$* -*~ -*.dbmdl -*.[Pp]ublish.xml -*.pfx -*.publishsettings - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file to a newer -# Visual Studio version. Backup files are not needed, because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm - -# SQL Server files -App_Data/*.mdf -App_Data/*.ldf - - -#LightSwitch generated files -GeneratedArtifacts/ -_Pvt_Extensions/ -ModelManifest.xml - -# ========================= -# Windows detritus -# ========================= - -# Windows image file caches -Thumbs.db -ehthumbs.db - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Mac desktop service store files -.DS_Store +obj/ # Binary files *.dll @@ -170,8 +24,5 @@ Source/KSP_Data # Settings file generated in game AstrogatorSettings.cfg -# Index of names in source code -tags - # Visual Studio 2022 project files -.vs/ \ No newline at end of file +.vs/ diff --git a/Makefile b/Makefile index ed483e9..13753e5 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ all: $(ZIP) $(ZIP): $(DLL) $(STATICS) msbuild /t:MakeZip -$(DLL): $(GAMELINK) $(PROCPARTSLINK) $(SOURCE) +$(DLL): $(GAMELINK) $(SOURCE) msbuild /r $(GAMELINK): diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index c74db3f..791c6a3 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -19,9 +19,6 @@ // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f10fe7ba-866a-4eb3-89bb-09e9a12ca987")] - // Version information for an assembly consists of the following four values: // // Major Version