-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRCRPlanner.sln
37 lines (37 loc) · 2.03 KB
/
RCRPlanner.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RCRPlanner", "RCRPlanner\RCRPlanner.csproj", "{2BF2CC78-F432-465B-809C-BF7717A0D849}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RCRUpdater", "RCRUpdater\RCRUpdater.csproj", "{0BD4DDC3-25E1-4EB9-9D78-6CA1A81279E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RCRCustomSeries", "RCRCustomSeries\RCRCustomSeries.csproj", "{F94A0D30-A9F3-40D7-86DE-12E7365E4BCC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2BF2CC78-F432-465B-809C-BF7717A0D849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BF2CC78-F432-465B-809C-BF7717A0D849}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BF2CC78-F432-465B-809C-BF7717A0D849}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BF2CC78-F432-465B-809C-BF7717A0D849}.Release|Any CPU.Build.0 = Release|Any CPU
{0BD4DDC3-25E1-4EB9-9D78-6CA1A81279E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BD4DDC3-25E1-4EB9-9D78-6CA1A81279E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BD4DDC3-25E1-4EB9-9D78-6CA1A81279E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BD4DDC3-25E1-4EB9-9D78-6CA1A81279E3}.Release|Any CPU.Build.0 = Release|Any CPU
{F94A0D30-A9F3-40D7-86DE-12E7365E4BCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F94A0D30-A9F3-40D7-86DE-12E7365E4BCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F94A0D30-A9F3-40D7-86DE-12E7365E4BCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F94A0D30-A9F3-40D7-86DE-12E7365E4BCC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2DF28CF-D18B-48F7-AC0D-ABEB64BA754C}
EndGlobalSection
EndGlobal