-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathparacobNET.sln
43 lines (43 loc) · 2.47 KB
/
paracobNET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "paracobNET", "paracobNET\paracobNET.csproj", "{353F9F36-DF0C-40FE-ACA9-760B0913FB2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParamXML", "ParamXML\ParamXML.csproj", "{99322FDF-DE9E-48A0-B968-790109DBE439}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "prcScript", "prcScript\prcScript.csproj", "{32EB625B-20B7-42F3-8EAB-15FFE28E3D41}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "prcEditor", "prcEditor\prcEditor.csproj", "{7A5190FF-59C9-44D5-8BD4-FAEF29CB37C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{353F9F36-DF0C-40FE-ACA9-760B0913FB2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{353F9F36-DF0C-40FE-ACA9-760B0913FB2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{353F9F36-DF0C-40FE-ACA9-760B0913FB2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{353F9F36-DF0C-40FE-ACA9-760B0913FB2B}.Release|Any CPU.Build.0 = Release|Any CPU
{99322FDF-DE9E-48A0-B968-790109DBE439}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99322FDF-DE9E-48A0-B968-790109DBE439}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99322FDF-DE9E-48A0-B968-790109DBE439}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99322FDF-DE9E-48A0-B968-790109DBE439}.Release|Any CPU.Build.0 = Release|Any CPU
{32EB625B-20B7-42F3-8EAB-15FFE28E3D41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32EB625B-20B7-42F3-8EAB-15FFE28E3D41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32EB625B-20B7-42F3-8EAB-15FFE28E3D41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32EB625B-20B7-42F3-8EAB-15FFE28E3D41}.Release|Any CPU.Build.0 = Release|Any CPU
{7A5190FF-59C9-44D5-8BD4-FAEF29CB37C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A5190FF-59C9-44D5-8BD4-FAEF29CB37C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A5190FF-59C9-44D5-8BD4-FAEF29CB37C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A5190FF-59C9-44D5-8BD4-FAEF29CB37C9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79620023-2F5B-4A76-BC8B-F17681FD2159}
EndGlobalSection
EndGlobal