-
Notifications
You must be signed in to change notification settings - Fork 1
/
AzZipGo.sln
39 lines (39 loc) · 1.87 KB
/
AzZipGo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzZipGo", "AzZipGo\AzZipGo.csproj", "{DF7A2295-D1D9-4112-8FEA-E661D62AE082}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA8CAD1B-1371-4162-A8DE-E59D7840ED26}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{B108DF95-A6B4-4D2B-8770-DF8AA7F551E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{4BC6071E-F484-4207-A1FE-3212041F5F9B}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF7A2295-D1D9-4112-8FEA-E661D62AE082}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF7A2295-D1D9-4112-8FEA-E661D62AE082}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF7A2295-D1D9-4112-8FEA-E661D62AE082}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF7A2295-D1D9-4112-8FEA-E661D62AE082}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B108DF95-A6B4-4D2B-8770-DF8AA7F551E4} = {FA8CAD1B-1371-4162-A8DE-E59D7840ED26}
{4BC6071E-F484-4207-A1FE-3212041F5F9B} = {B108DF95-A6B4-4D2B-8770-DF8AA7F551E4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {22B21558-9072-4EF8-B2EA-151679E7F1B1}
EndGlobalSection
EndGlobal