-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTesting18.sln
More file actions
41 lines (41 loc) · 2.4 KB
/
Testing18.sln
File metadata and controls
41 lines (41 loc) · 2.4 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
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VuforiaScripts", "VuforiaScripts.csproj", "{E660E4AB-5697-3674-0C0C-2951678F4513}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{9777ACB3-3ED8-B51F-66EB-8E5E4B05E4F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VuforiaEditorScripts", "VuforiaEditorScripts.csproj", "{A3D02292-9DF7-0078-4068-12C34A964F40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{1CF2A573-F954-07A9-B3EE-B59371E49803}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E660E4AB-5697-3674-0C0C-2951678F4513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E660E4AB-5697-3674-0C0C-2951678F4513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E660E4AB-5697-3674-0C0C-2951678F4513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E660E4AB-5697-3674-0C0C-2951678F4513}.Release|Any CPU.Build.0 = Release|Any CPU
{9777ACB3-3ED8-B51F-66EB-8E5E4B05E4F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9777ACB3-3ED8-B51F-66EB-8E5E4B05E4F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9777ACB3-3ED8-B51F-66EB-8E5E4B05E4F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9777ACB3-3ED8-B51F-66EB-8E5E4B05E4F5}.Release|Any CPU.Build.0 = Release|Any CPU
{A3D02292-9DF7-0078-4068-12C34A964F40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3D02292-9DF7-0078-4068-12C34A964F40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3D02292-9DF7-0078-4068-12C34A964F40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3D02292-9DF7-0078-4068-12C34A964F40}.Release|Any CPU.Build.0 = Release|Any CPU
{1CF2A573-F954-07A9-B3EE-B59371E49803}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CF2A573-F954-07A9-B3EE-B59371E49803}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CF2A573-F954-07A9-B3EE-B59371E49803}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CF2A573-F954-07A9-B3EE-B59371E49803}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal