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

Commit

Permalink
fix: correct variables, good sln
Browse files Browse the repository at this point in the history
  • Loading branch information
dollannn committed Apr 6, 2024
1 parent 6d92608 commit d2c8688
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
BUILD_NUMBER: ${{ github.run_number }}
PROJECT_PATH: 'CS2Multi1v1.csproj'
PROJECT_PATH: 'CS2-Multi-1v1.csproj'
PROJECT_NAME: 'CS2Multi1v1'
OUTPUT_PATH: './CS2Multi1v1'

Expand Down
12 changes: 6 additions & 6 deletions CS2-Multi-1v1.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CS2Multi1v1", "CS2Multi1v1.csproj", "{DF498120-A281-4C6C-B55C-A508205040A2}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CS2-Multi-1v1", "CS2-Multi-1v1.csproj", "{10B864A9-3597-413B-AA09-714C44FBB2CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF498120-A281-4C6C-B55C-A508205040A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF498120-A281-4C6C-B55C-A508205040A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF498120-A281-4C6C-B55C-A508205040A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF498120-A281-4C6C-B55C-A508205040A2}.Release|Any CPU.Build.0 = Release|Any CPU
{10B864A9-3597-413B-AA09-714C44FBB2CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10B864A9-3597-413B-AA09-714C44FBB2CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10B864A9-3597-413B-AA09-714C44FBB2CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10B864A9-3597-413B-AA09-714C44FBB2CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {727C4041-5873-4FE2-82B8-514FD04FF40C}
SolutionGuid = {CA6EB53A-E613-48A3-A855-FFE6F0209F19}
EndGlobalSection
EndGlobal

0 comments on commit d2c8688

Please sign in to comment.