Skip to content

Commit

Permalink
feat: add initial Visual Studio solution file
Browse files Browse the repository at this point in the history
  • 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.
25 changes: 25 additions & 0 deletions au2-droid-worx.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}") = "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

0 comments on commit c4d95a6

Please sign in to comment.