-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTwitchGQL.sln
More file actions
46 lines (46 loc) · 2.64 KB
/
Copy pathTwitchGQL.sln
File metadata and controls
46 lines (46 loc) · 2.64 KB
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
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwitchGQL.Client", "src\TwitchGQL.Client\TwitchGQL.Client.csproj", "{8895FC44-A6AB-4FD5-B757-9F475058B02E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwitchGQL.Models", "src\TwitchGQL.Models\TwitchGQL.Models.csproj", "{BED187B3-C46A-4121-A833-B42A49E58C33}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{09BF8BFB-59E8-4470-BE6F-03AC1C692922}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6E72F5C2-66A5-4D6C-80B5-8904C88B000D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwitchGQL.Client.Tests", "tests\TwitchGQL.Client.Tests\TwitchGQL.Client.Tests.csproj", "{6EC17751-A680-414C-9EA1-E1D63C47D9B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8895FC44-A6AB-4FD5-B757-9F475058B02E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8895FC44-A6AB-4FD5-B757-9F475058B02E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8895FC44-A6AB-4FD5-B757-9F475058B02E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8895FC44-A6AB-4FD5-B757-9F475058B02E}.Release|Any CPU.Build.0 = Release|Any CPU
{BED187B3-C46A-4121-A833-B42A49E58C33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BED187B3-C46A-4121-A833-B42A49E58C33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BED187B3-C46A-4121-A833-B42A49E58C33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BED187B3-C46A-4121-A833-B42A49E58C33}.Release|Any CPU.Build.0 = Release|Any CPU
{6EC17751-A680-414C-9EA1-E1D63C47D9B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EC17751-A680-414C-9EA1-E1D63C47D9B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EC17751-A680-414C-9EA1-E1D63C47D9B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EC17751-A680-414C-9EA1-E1D63C47D9B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8895FC44-A6AB-4FD5-B757-9F475058B02E} = {09BF8BFB-59E8-4470-BE6F-03AC1C692922}
{BED187B3-C46A-4121-A833-B42A49E58C33} = {09BF8BFB-59E8-4470-BE6F-03AC1C692922}
{6EC17751-A680-414C-9EA1-E1D63C47D9B1} = {6E72F5C2-66A5-4D6C-80B5-8904C88B000D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9AF7C40A-16AA-4248-A01F-042FC71F01E1}
EndGlobalSection
EndGlobal