-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIgdbApi.Lib.sln
More file actions
37 lines (37 loc) · 2.07 KB
/
Copy pathIgdbApi.Lib.sln
File metadata and controls
37 lines (37 loc) · 2.07 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35201.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IgdbApi.Lib", "IgdbApi.Lib\IgdbApi.Lib.csproj", "{ED1C69DF-A387-4D24-B8E0-D494EFCAE659}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestHarness.Console", "TestHarness.Console\TestHarness.Console.csproj", "{1F5968D1-2D57-4893-BA65-AEF5F4755A04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestHarness.Visual", "TestHarness.Visual\TestHarness.Visual.csproj", "{8E8AE337-3FC1-4C94-B219-F428D17A8A50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED1C69DF-A387-4D24-B8E0-D494EFCAE659}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED1C69DF-A387-4D24-B8E0-D494EFCAE659}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED1C69DF-A387-4D24-B8E0-D494EFCAE659}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED1C69DF-A387-4D24-B8E0-D494EFCAE659}.Release|Any CPU.Build.0 = Release|Any CPU
{1F5968D1-2D57-4893-BA65-AEF5F4755A04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F5968D1-2D57-4893-BA65-AEF5F4755A04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F5968D1-2D57-4893-BA65-AEF5F4755A04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F5968D1-2D57-4893-BA65-AEF5F4755A04}.Release|Any CPU.Build.0 = Release|Any CPU
{8E8AE337-3FC1-4C94-B219-F428D17A8A50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E8AE337-3FC1-4C94-B219-F428D17A8A50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E8AE337-3FC1-4C94-B219-F428D17A8A50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E8AE337-3FC1-4C94-B219-F428D17A8A50}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7673EF8B-AEB3-4187-9ADE-F8E5A32F5EB5}
EndGlobalSection
EndGlobal