-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRhino.sln
43 lines (43 loc) · 2.3 KB
/
Rhino.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 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{488D3B5D-C8B4-4305-8AA7-5728E05F5346}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3946C2C0-4A2F-4257-86F7-FAF854031B4B}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rhino.Website", "src\Rhino.Website\Rhino.Website.csproj", "{61137092-3918-4FB2-B30C-E7920D267B33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rhino", "src\Rhino\Rhino.csproj", "{E6116792-BCD2-41BD-9901-9E7DC27D0CF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rhino.Fsck", "src\Rhino.Fsck\Rhino.Fsck.csproj", "{F3D95CAD-C0B5-4E3D-A114-1664223707FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61137092-3918-4FB2-B30C-E7920D267B33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61137092-3918-4FB2-B30C-E7920D267B33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61137092-3918-4FB2-B30C-E7920D267B33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61137092-3918-4FB2-B30C-E7920D267B33}.Release|Any CPU.Build.0 = Release|Any CPU
{E6116792-BCD2-41BD-9901-9E7DC27D0CF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6116792-BCD2-41BD-9901-9E7DC27D0CF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6116792-BCD2-41BD-9901-9E7DC27D0CF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6116792-BCD2-41BD-9901-9E7DC27D0CF5}.Release|Any CPU.Build.0 = Release|Any CPU
{F3D95CAD-C0B5-4E3D-A114-1664223707FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3D95CAD-C0B5-4E3D-A114-1664223707FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3D95CAD-C0B5-4E3D-A114-1664223707FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3D95CAD-C0B5-4E3D-A114-1664223707FC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal