-
Notifications
You must be signed in to change notification settings - Fork 77
/
PiP Tool.sln
47 lines (47 loc) · 2.86 KB
/
PiP Tool.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PiP-Tool.Native", "PiP-Tool.Native\PiP-Tool.Native.csproj", "{C1E4ED3B-147C-4F7C-8F78-007ABB3ACF3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PiP-Tool", "PiP-Tool\PiP-Tool.csproj", "{C11CF462-9B98-4FAF-9ECB-7A069599BA15}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "PiP-Tool.Installer", "PiP-Tool.Installer\PiP-Tool.Installer.vdproj", "{20B4BDFC-E688-450F-AB69-D6891B63C729}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PiP-Tool.MachineLearning", "PiP-Tool.MachineLearning\PiP-Tool.MachineLearning.csproj", "{E42FCF21-8C65-44AE-82F5-43F0ACC09755}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PiP-Tool.Shared", "PiP-Tool.Shared\PiP-Tool.Shared.csproj", "{4D729D44-0AC3-4AFA-B438-FB2C4E959646}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1E4ED3B-147C-4F7C-8F78-007ABB3ACF3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1E4ED3B-147C-4F7C-8F78-007ABB3ACF3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1E4ED3B-147C-4F7C-8F78-007ABB3ACF3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1E4ED3B-147C-4F7C-8F78-007ABB3ACF3A}.Release|Any CPU.Build.0 = Release|Any CPU
{C11CF462-9B98-4FAF-9ECB-7A069599BA15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C11CF462-9B98-4FAF-9ECB-7A069599BA15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C11CF462-9B98-4FAF-9ECB-7A069599BA15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C11CF462-9B98-4FAF-9ECB-7A069599BA15}.Release|Any CPU.Build.0 = Release|Any CPU
{20B4BDFC-E688-450F-AB69-D6891B63C729}.Debug|Any CPU.ActiveCfg = Debug
{20B4BDFC-E688-450F-AB69-D6891B63C729}.Release|Any CPU.ActiveCfg = Release
{E42FCF21-8C65-44AE-82F5-43F0ACC09755}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E42FCF21-8C65-44AE-82F5-43F0ACC09755}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E42FCF21-8C65-44AE-82F5-43F0ACC09755}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E42FCF21-8C65-44AE-82F5-43F0ACC09755}.Release|Any CPU.Build.0 = Release|Any CPU
{4D729D44-0AC3-4AFA-B438-FB2C4E959646}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D729D44-0AC3-4AFA-B438-FB2C4E959646}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D729D44-0AC3-4AFA-B438-FB2C4E959646}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D729D44-0AC3-4AFA-B438-FB2C4E959646}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CE73404-1EC3-4514-BA3F-28DC2C47E048}
EndGlobalSection
EndGlobal