Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for continued support #64

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add generated solution file
  • Loading branch information
withinfocus committed Sep 25, 2024
commit 4aa0a009f5fad3ec3d62a7564931cafcf71acf29
25 changes: 25 additions & 0 deletions azure-minecraft-docker.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}") = "functions", "functions\functions.csproj", "{864DEE18-2785-48AE-AA34-EAF7C183EADA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{864DEE18-2785-48AE-AA34-EAF7C183EADA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{864DEE18-2785-48AE-AA34-EAF7C183EADA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{864DEE18-2785-48AE-AA34-EAF7C183EADA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{864DEE18-2785-48AE-AA34-EAF7C183EADA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {943984F9-29C4-4669-9565-E56B8B6BF142}
EndGlobalSection
EndGlobal