-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathAndHUD.sln
44 lines (44 loc) · 2.14 KB
/
AndHUD.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33323.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AndHUD", "AndHUD\AndHUD.csproj", "{021AA4E4-9082-411F-9F4B-90AF672CA6EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{F1E19123-3224-4176-9964-B3BFAB0877EF}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
.github\workflows\build.yml = .github\workflows\build.yml
Directory.build.props = Directory.build.props
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "Sample\Sample.csproj", "{FE8BBF20-2871-472A-9A0B-2A7EEE67893B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{021AA4E4-9082-411F-9F4B-90AF672CA6EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{021AA4E4-9082-411F-9F4B-90AF672CA6EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{021AA4E4-9082-411F-9F4B-90AF672CA6EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{021AA4E4-9082-411F-9F4B-90AF672CA6EF}.Release|Any CPU.Build.0 = Release|Any CPU
{FE8BBF20-2871-472A-9A0B-2A7EEE67893B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE8BBF20-2871-472A-9A0B-2A7EEE67893B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE8BBF20-2871-472A-9A0B-2A7EEE67893B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{FE8BBF20-2871-472A-9A0B-2A7EEE67893B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE8BBF20-2871-472A-9A0B-2A7EEE67893B}.Release|Any CPU.Build.0 = Release|Any CPU
{FE8BBF20-2871-472A-9A0B-2A7EEE67893B}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {27B49879-B6EF-497F-A4DA-44C503610BD7}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = AndHUD\AndHUD.csproj
EndGlobalSection
EndGlobal