-
Notifications
You must be signed in to change notification settings - Fork 8
/
GogoKit.sln
44 lines (44 loc) · 2.06 KB
/
GogoKit.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 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{75EE1875-244F-49A6-A723-3FDB3ECEA069}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
Version.props = Version.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GogoKit", "src\GogoKit\GogoKit.csproj", "{983D1D4A-1919-47BA-9A56-2393CB1D3662}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GogoKit.Tests", "tests\GogoKit.Tests\GogoKit.Tests.csproj", "{967052B3-DDCD-403E-ABB1-38165B605615}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{8849B856-9E21-4EC4-B9BB-8D01992E2FA0}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{983D1D4A-1919-47BA-9A56-2393CB1D3662}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{983D1D4A-1919-47BA-9A56-2393CB1D3662}.Debug|Any CPU.Build.0 = Debug|Any CPU
{983D1D4A-1919-47BA-9A56-2393CB1D3662}.Release|Any CPU.ActiveCfg = Release|Any CPU
{983D1D4A-1919-47BA-9A56-2393CB1D3662}.Release|Any CPU.Build.0 = Release|Any CPU
{967052B3-DDCD-403E-ABB1-38165B605615}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{967052B3-DDCD-403E-ABB1-38165B605615}.Debug|Any CPU.Build.0 = Debug|Any CPU
{967052B3-DDCD-403E-ABB1-38165B605615}.Release|Any CPU.ActiveCfg = Release|Any CPU
{967052B3-DDCD-403E-ABB1-38165B605615}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FEEC4A0C-A51C-4E34-9B34-467E564B3592}
EndGlobalSection
EndGlobal