-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathRTree.sln
More file actions
35 lines (35 loc) · 1.72 KB
/
RTree.sln
File metadata and controls
35 lines (35 loc) · 1.72 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Desktop", "Desktop\Desktop.csproj", "{C45271F6-A696-4A26-91B1-2634E92A89AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silverlight", "Silverlight\Silverlight.csproj", "{1F580DAB-5DAB-4C1E-A859-8E43322DFCE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{184F610D-6E57-4F18-A03C-CAC6B877EA29}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
EndProjectSection
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C45271F6-A696-4A26-91B1-2634E92A89AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C45271F6-A696-4A26-91B1-2634E92A89AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C45271F6-A696-4A26-91B1-2634E92A89AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C45271F6-A696-4A26-91B1-2634E92A89AC}.Release|Any CPU.Build.0 = Release|Any CPU
{1F580DAB-5DAB-4C1E-A859-8E43322DFCE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F580DAB-5DAB-4C1E-A859-8E43322DFCE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F580DAB-5DAB-4C1E-A859-8E43322DFCE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F580DAB-5DAB-4C1E-A859-8E43322DFCE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal