-
Notifications
You must be signed in to change notification settings - Fork 0
/
GutenTag.sln
41 lines (41 loc) · 2.18 KB
/
GutenTag.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AWZhome.GutenTag", "AWZhome.GutenTag\AWZhome.GutenTag.csproj", "{4BCCEC45-56FD-4A35-9353-EBF9FF732E52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B2194B78-6810-4CD9-9CB0-E39FDC253186}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{4B67CCB9-6CFA-4B82-B3A5-39A28155E262}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AWZhome.GutenTag.Tests", "AWZhome.GutenTag.Tests\AWZhome.GutenTag.Tests.csproj", "{CABA59E6-F146-4E2D-9236-E51DFA4D72F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BCCEC45-56FD-4A35-9353-EBF9FF732E52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BCCEC45-56FD-4A35-9353-EBF9FF732E52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BCCEC45-56FD-4A35-9353-EBF9FF732E52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BCCEC45-56FD-4A35-9353-EBF9FF732E52}.Release|Any CPU.Build.0 = Release|Any CPU
{4B67CCB9-6CFA-4B82-B3A5-39A28155E262}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B67CCB9-6CFA-4B82-B3A5-39A28155E262}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CABA59E6-F146-4E2D-9236-E51DFA4D72F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CABA59E6-F146-4E2D-9236-E51DFA4D72F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CABA59E6-F146-4E2D-9236-E51DFA4D72F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CABA59E6-F146-4E2D-9236-E51DFA4D72F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA7CE926-2256-4EBC-A139-A84B6EADB6E9}
EndGlobalSection
EndGlobal