-
Notifications
You must be signed in to change notification settings - Fork 1
/
PyLibSharp.sln
49 lines (49 loc) · 3.05 KB
/
PyLibSharp.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
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestCore", "TestCore\TestCore.csproj", "{02D4204E-2BE2-4C04-A634-AC5F9333C97B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFramework", "TestProject\TestProject\TestFramework.csproj", "{96634720-1057-4909-AB79-4618FA6127D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PyLibSharp.Requests", "PyLibSharp.Requests\PyLibSharp.Requests.csproj", "{974B9F2B-D0C6-4544-9500-8B0C826AB35F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PyLibSharp.Common", "PyLibSharp.Common\PyLibSharp.Common.csproj", "{53E16169-2A54-48F9-A3AA-DEF280160B49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PyLibSharp.Win32Friendly", "PyLibSharp.Win32Friendly\PyLibSharp.Win32Friendly.csproj", "{70FD4BD9-B7A4-41B9-968E-2189C36C7696}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02D4204E-2BE2-4C04-A634-AC5F9333C97B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02D4204E-2BE2-4C04-A634-AC5F9333C97B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02D4204E-2BE2-4C04-A634-AC5F9333C97B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02D4204E-2BE2-4C04-A634-AC5F9333C97B}.Release|Any CPU.Build.0 = Release|Any CPU
{96634720-1057-4909-AB79-4618FA6127D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96634720-1057-4909-AB79-4618FA6127D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96634720-1057-4909-AB79-4618FA6127D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96634720-1057-4909-AB79-4618FA6127D4}.Release|Any CPU.Build.0 = Release|Any CPU
{974B9F2B-D0C6-4544-9500-8B0C826AB35F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{974B9F2B-D0C6-4544-9500-8B0C826AB35F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{974B9F2B-D0C6-4544-9500-8B0C826AB35F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{974B9F2B-D0C6-4544-9500-8B0C826AB35F}.Release|Any CPU.Build.0 = Release|Any CPU
{53E16169-2A54-48F9-A3AA-DEF280160B49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53E16169-2A54-48F9-A3AA-DEF280160B49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53E16169-2A54-48F9-A3AA-DEF280160B49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53E16169-2A54-48F9-A3AA-DEF280160B49}.Release|Any CPU.Build.0 = Release|Any CPU
{70FD4BD9-B7A4-41B9-968E-2189C36C7696}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70FD4BD9-B7A4-41B9-968E-2189C36C7696}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70FD4BD9-B7A4-41B9-968E-2189C36C7696}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70FD4BD9-B7A4-41B9-968E-2189C36C7696}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F7F1EB0-5706-4C72-953F-8B3789B017DC}
EndGlobalSection
EndGlobal