-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPU1.sln
40 lines (40 loc) · 2.19 KB
/
PU1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PU1", "PU1\PU1.csproj", "{525438B0-C54E-43F4-A928-5430965AE9CF}"
ProjectSection(ProjectDependencies) = postProject
{3EAFC9F5-D49F-4F9F-86C8-FBD231B07D2E} = {3EAFC9F5-D49F-4F9F-86C8-FBD231B07D2E}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pylon.NETSupportLibrary", "Pylon.NETSupportLibrary\Pylon.NETSupportLibrary.csproj", "{3EAFC9F5-D49F-4F9F-86C8-FBD231B07D2E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PostMultipart", "PostMultipart\PostMultipart.csproj", "{50CFDCFE-B48C-4496-9F02-B9519B21BB93}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{525438B0-C54E-43F4-A928-5430965AE9CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{525438B0-C54E-43F4-A928-5430965AE9CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{525438B0-C54E-43F4-A928-5430965AE9CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{525438B0-C54E-43F4-A928-5430965AE9CF}.Release|Any CPU.Build.0 = Release|Any CPU
{3EAFC9F5-D49F-4F9F-86C8-FBD231B07D2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EAFC9F5-D49F-4F9F-86C8-FBD231B07D2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EAFC9F5-D49F-4F9F-86C8-FBD231B07D2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EAFC9F5-D49F-4F9F-86C8-FBD231B07D2E}.Release|Any CPU.Build.0 = Release|Any CPU
{50CFDCFE-B48C-4496-9F02-B9519B21BB93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50CFDCFE-B48C-4496-9F02-B9519B21BB93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50CFDCFE-B48C-4496-9F02-B9519B21BB93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50CFDCFE-B48C-4496-9F02-B9519B21BB93}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82E0486F-CAAA-4D44-B26C-11A54AAFB7C4}
EndGlobalSection
EndGlobal