-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPythonRaycast.sln
More file actions
28 lines (28 loc) · 1.15 KB
/
Copy pathPythonRaycast.sln
File metadata and controls
28 lines (28 loc) · 1.15 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "PythonRaycast", "PythonRaycast\PythonRaycast.pyproj", "{BBAAD28B-89C8-48EB-A222-F1071680D14E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D7FBFC10-E155-4232-AD34-B6B263F0F9AF}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BBAAD28B-89C8-48EB-A222-F1071680D14E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBAAD28B-89C8-48EB-A222-F1071680D14E}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7B7D2CA1-262C-47E8-87B2-4C8694B14014}
EndGlobalSection
EndGlobal