-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathZodiacBuddy.sln
37 lines (37 loc) · 1.58 KB
/
ZodiacBuddy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZodiacBuddy", "ZodiacBuddy\ZodiacBuddy.csproj", "{1058E384-DE81-4830-8EE6-209E4E1E3CB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9A35E954-E3A7-4CD7-AFA2-09B84F0BFFB7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github Actions", "Github Actions", "{CF562AC1-32CB-4F80-B105-3190A4E6C9CF}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1058E384-DE81-4830-8EE6-209E4E1E3CB9}.Debug|x64.ActiveCfg = Debug|x64
{1058E384-DE81-4830-8EE6-209E4E1E3CB9}.Debug|x64.Build.0 = Debug|x64
{1058E384-DE81-4830-8EE6-209E4E1E3CB9}.Release|x64.ActiveCfg = Release|x64
{1058E384-DE81-4830-8EE6-209E4E1E3CB9}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2F01C63-DCD4-4062-9CFF-0EC523695303}
EndGlobalSection
EndGlobal