generated from staticwebdev/vanilla-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add initial Visual Studio solution file
- Loading branch information
Andreas Wänqvist
committed
Jan 26, 2025
1 parent
bf9b97b
commit c4d95a6
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}") = "api", "api\api.csproj", "{F7835B10-5BD1-43E7-86E3-6965106EFF6B}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{F7835B10-5BD1-43E7-86E3-6965106EFF6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{F7835B10-5BD1-43E7-86E3-6965106EFF6B}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{F7835B10-5BD1-43E7-86E3-6965106EFF6B}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{F7835B10-5BD1-43E7-86E3-6965106EFF6B}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {CCFA2A81-893E-47CF-A19F-BE965485659A} | ||
EndGlobalSection | ||
EndGlobal |