-
Notifications
You must be signed in to change notification settings - Fork 8
/
Rhino.VisualStudio.Windows.sln
56 lines (56 loc) · 3.33 KB
/
Rhino.VisualStudio.Windows.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
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rhino.VisualStudio", "Rhino.VisualStudio\Rhino.VisualStudio.csproj", "{0788367E-36B1-4D60-B155-A16A36F66BA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rhino.Templates", "Rhino.Templates\Rhino.Templates.csproj", "{E5668567-39A5-426F-AD27-4681B63C64AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{816BE326-A386-4131-B3F2-07AEED53D0D4}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rhino.VisualStudio.Windows", "Rhino.VisualStudio.Windows\Rhino.VisualStudio.Windows.csproj", "{B07446AD-9535-4B51-A392-B0375441C448}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0788367E-36B1-4D60-B155-A16A36F66BA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0788367E-36B1-4D60-B155-A16A36F66BA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0788367E-36B1-4D60-B155-A16A36F66BA9}.Debug|x86.ActiveCfg = Debug|Any CPU
{0788367E-36B1-4D60-B155-A16A36F66BA9}.Debug|x86.Build.0 = Debug|Any CPU
{0788367E-36B1-4D60-B155-A16A36F66BA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0788367E-36B1-4D60-B155-A16A36F66BA9}.Release|Any CPU.Build.0 = Release|Any CPU
{0788367E-36B1-4D60-B155-A16A36F66BA9}.Release|x86.ActiveCfg = Release|Any CPU
{0788367E-36B1-4D60-B155-A16A36F66BA9}.Release|x86.Build.0 = Release|Any CPU
{E5668567-39A5-426F-AD27-4681B63C64AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5668567-39A5-426F-AD27-4681B63C64AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5668567-39A5-426F-AD27-4681B63C64AC}.Debug|x86.ActiveCfg = Debug|Any CPU
{E5668567-39A5-426F-AD27-4681B63C64AC}.Debug|x86.Build.0 = Debug|Any CPU
{E5668567-39A5-426F-AD27-4681B63C64AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5668567-39A5-426F-AD27-4681B63C64AC}.Release|Any CPU.Build.0 = Release|Any CPU
{E5668567-39A5-426F-AD27-4681B63C64AC}.Release|x86.ActiveCfg = Release|Any CPU
{E5668567-39A5-426F-AD27-4681B63C64AC}.Release|x86.Build.0 = Release|Any CPU
{B07446AD-9535-4B51-A392-B0375441C448}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B07446AD-9535-4B51-A392-B0375441C448}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B07446AD-9535-4B51-A392-B0375441C448}.Debug|x86.ActiveCfg = Debug|x86
{B07446AD-9535-4B51-A392-B0375441C448}.Debug|x86.Build.0 = Debug|x86
{B07446AD-9535-4B51-A392-B0375441C448}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B07446AD-9535-4B51-A392-B0375441C448}.Release|Any CPU.Build.0 = Release|Any CPU
{B07446AD-9535-4B51-A392-B0375441C448}.Release|x86.ActiveCfg = Release|x86
{B07446AD-9535-4B51-A392-B0375441C448}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7001DF30-9D0E-429F-B331-DB43C287DC73}
EndGlobalSection
EndGlobal