Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Bruhh github
Browse files Browse the repository at this point in the history
  • Loading branch information
R3nzTheCodeGOD committed Nov 11, 2021
1 parent a338508 commit e21a14d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build
shell: cmd
run: '"%MSBUILD_PATH%\MSBuild.exe" R3nzSkin/R3nzSkin.vcxproj /p:Platform=x86 /p:Configuration=Riot Games Servers'
run: '"%MSBUILD_PATH%\MSBuild.exe" R3nzSkin/R3nzSkin.vcxproj /p:Platform=x86 /p:Configuration=RiotGamesServers'

China-Server:
runs-on: windows-latest
Expand All @@ -19,4 +19,4 @@ jobs:
- uses: actions/checkout@v2
- name: Build
shell: cmd
run: '"%MSBUILD_PATH%\MSBuild.exe" R3nzSkin/R3nzSkin.vcxproj /p:Platform=x86 /p:Configuration=China Server'
run: '"%MSBUILD_PATH%\MSBuild.exe" R3nzSkin/R3nzSkin.vcxproj /p:Platform=x86 /p:Configuration=ChinaServer'
20 changes: 10 additions & 10 deletions R3nzSkin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
China Server|x86 = China Server|x86
Riot Games Servers|x86 = Riot Games Servers|x86
ChinaServer|x86 = ChinaServer|x86
RiotGamesServers|x86 = RiotGamesServers|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17B6E7A6-AA76-4C09-B2AA-E2055EF748D2}.China Server|x86.ActiveCfg = China Server|Win32
{17B6E7A6-AA76-4C09-B2AA-E2055EF748D2}.China Server|x86.Build.0 = China Server|Win32
{17B6E7A6-AA76-4C09-B2AA-E2055EF748D2}.Riot Games Servers|x86.ActiveCfg = Riot Games Servers|Win32
{17B6E7A6-AA76-4C09-B2AA-E2055EF748D2}.Riot Games Servers|x86.Build.0 = Riot Games Servers|Win32
{40F6875E-C1E5-4C10-A129-6E84CE034801}.China Server|x86.ActiveCfg = China Server|Win32
{40F6875E-C1E5-4C10-A129-6E84CE034801}.China Server|x86.Build.0 = China Server|Win32
{40F6875E-C1E5-4C10-A129-6E84CE034801}.Riot Games Servers|x86.ActiveCfg = Riot Games Servers|Win32
{40F6875E-C1E5-4C10-A129-6E84CE034801}.Riot Games Servers|x86.Build.0 = Riot Games Servers|Win32
{17B6E7A6-AA76-4C09-B2AA-E2055EF748D2}.ChinaServer|x86.ActiveCfg = China Server|Win32
{17B6E7A6-AA76-4C09-B2AA-E2055EF748D2}.ChinaServer|x86.Build.0 = China Server|Win32
{17B6E7A6-AA76-4C09-B2AA-E2055EF748D2}.RiotGamesServers|x86.ActiveCfg = Riot Games Servers|Win32
{17B6E7A6-AA76-4C09-B2AA-E2055EF748D2}.RiotGamesServers|x86.Build.0 = Riot Games Servers|Win32
{40F6875E-C1E5-4C10-A129-6E84CE034801}.ChinaServer|x86.ActiveCfg = China Server|Win32
{40F6875E-C1E5-4C10-A129-6E84CE034801}.ChinaServer|x86.Build.0 = China Server|Win32
{40F6875E-C1E5-4C10-A129-6E84CE034801}.RiotGamesServers|x86.ActiveCfg = Riot Games Servers|Win32
{40F6875E-C1E5-4C10-A129-6E84CE034801}.RiotGamesServers|x86.Build.0 = Riot Games Servers|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit e21a14d

Please sign in to comment.