diff --git a/.github/workflows/MP_windows.yml b/.github/workflows/MP_windows.yml index 0b2eae60..517eff79 100644 --- a/.github/workflows/MP_windows.yml +++ b/.github/workflows/MP_windows.yml @@ -21,13 +21,6 @@ jobs: - name: Configure dependencies uses: ilammy/msvc-dev-cmd@v1 - - - name: Configure registry - shell: powershell - run: | - REG ADD "HKLM\Software\Microsoft\VisualStudio\12.0\Projects\{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" /v "DefaultProjectExtension" /t REG_SZ /d "vcxproj" /f /reg:32 - REG ADD "HKLM\Software\Microsoft\VisualStudio\12.0\Projects\{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" /v "PossibleProjectExtensions" /t REG_SZ /d "vcxproj;vcxitems;vcproj;mak" /f /reg:32 - - name: Create project run: cd mp/src;devtools/bin/vpc.exe /sdk2013ce /2013 +game /mksln sdk2013ce.sln diff --git a/.github/workflows/SP_windows.yml b/.github/workflows/SP_windows.yml index c13aa8ee..e89c4096 100644 --- a/.github/workflows/SP_windows.yml +++ b/.github/workflows/SP_windows.yml @@ -21,13 +21,6 @@ jobs: - name: Configure dependencies uses: ilammy/msvc-dev-cmd@v1 - - - name: Configure registry - shell: powershell - run: | - REG ADD "HKLM\Software\Microsoft\VisualStudio\12.0\Projects\{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" /v "DefaultProjectExtension" /t REG_SZ /d "vcxproj" /f /reg:32 - REG ADD "HKLM\Software\Microsoft\VisualStudio\12.0\Projects\{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" /v "PossibleProjectExtensions" /t REG_SZ /d "vcxproj;vcxitems;vcproj;mak" /f /reg:32 - - name: Create project run: cd sp/src;devtools/bin/vpc.exe /sdk2013ce /2013 +game /mksln sdk2013ce.sln