-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPhotonPattern.sln
More file actions
36 lines (36 loc) · 1.76 KB
/
PhotonPattern.sln
File metadata and controls
36 lines (36 loc) · 1.76 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PhotonPattern", "PhotonPattern\PhotonPattern.csproj", "{FDEDBED9-2FAE-49C3-A45A-A6CEC0A2E747}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{4BBBF2D8-F034-498B-B6DE-08893C003FD7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{CBDA20F3-A663-4145-B1EB-51F24B2BE8AE}"
ProjectSection(SolutionItems) = preProject
Files\ToDo.txt = Files\ToDo.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FDEDBED9-2FAE-49C3-A45A-A6CEC0A2E747}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDEDBED9-2FAE-49C3-A45A-A6CEC0A2E747}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDEDBED9-2FAE-49C3-A45A-A6CEC0A2E747}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDEDBED9-2FAE-49C3-A45A-A6CEC0A2E747}.Release|Any CPU.Build.0 = Release|Any CPU
{4BBBF2D8-F034-498B-B6DE-08893C003FD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BBBF2D8-F034-498B-B6DE-08893C003FD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BBBF2D8-F034-498B-B6DE-08893C003FD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BBBF2D8-F034-498B-B6DE-08893C003FD7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {00BF171B-BDCE-4686-8B69-20E91373054D}
EndGlobalSection
EndGlobal