Skip to content

Commit

Permalink
add parachute csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalle Minkner committed Nov 8, 2024
1 parent 32c42f8 commit d21c3ef
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
obj
.vs
src/bin
*.sln
25 changes: 25 additions & 0 deletions cs2-parachute.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

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}") = "Parachute", "src\Parachute.csproj", "{BE637A13-353A-4BB3-98E5-3C9A6FE12B2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE637A13-353A-4BB3-98E5-3C9A6FE12B2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE637A13-353A-4BB3-98E5-3C9A6FE12B2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE637A13-353A-4BB3-98E5-3C9A6FE12B2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE637A13-353A-4BB3-98E5-3C9A6FE12B2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1872C1AC-520A-4A0A-B970-5673DD1C917B}
EndGlobalSection
EndGlobal

0 comments on commit d21c3ef

Please sign in to comment.