forked from rlv-dan/PhotoSift
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PhotoSift.sln
46 lines (46 loc) · 2.56 KB
/
PhotoSift.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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhotoSift", "PhotoSift\PhotoSift.csproj", "{8533E525-96B3-4CA6-BE36-B68F6C319F12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8A67072-D017-4AEA-AE91-64B4C4CC1D49}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DummyStringGen", "DummyStringGen\DummyStringGen.csproj", "{6EBC1B48-B1AA-4403-9F6D-55E0EA4BD5DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
RLV Debug|Any CPU = RLV Debug|Any CPU
RLV Release|Any CPU = RLV Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8533E525-96B3-4CA6-BE36-B68F6C319F12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8533E525-96B3-4CA6-BE36-B68F6C319F12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8533E525-96B3-4CA6-BE36-B68F6C319F12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8533E525-96B3-4CA6-BE36-B68F6C319F12}.Release|Any CPU.Build.0 = Release|Any CPU
{8533E525-96B3-4CA6-BE36-B68F6C319F12}.RLV Debug|Any CPU.ActiveCfg = RLV Debug|Any CPU
{8533E525-96B3-4CA6-BE36-B68F6C319F12}.RLV Debug|Any CPU.Build.0 = RLV Debug|Any CPU
{8533E525-96B3-4CA6-BE36-B68F6C319F12}.RLV Release|Any CPU.ActiveCfg = RLV Release|Any CPU
{8533E525-96B3-4CA6-BE36-B68F6C319F12}.RLV Release|Any CPU.Build.0 = RLV Release|Any CPU
{6EBC1B48-B1AA-4403-9F6D-55E0EA4BD5DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EBC1B48-B1AA-4403-9F6D-55E0EA4BD5DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EBC1B48-B1AA-4403-9F6D-55E0EA4BD5DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EBC1B48-B1AA-4403-9F6D-55E0EA4BD5DA}.Release|Any CPU.Build.0 = Release|Any CPU
{6EBC1B48-B1AA-4403-9F6D-55E0EA4BD5DA}.RLV Debug|Any CPU.ActiveCfg = Release|Any CPU
{6EBC1B48-B1AA-4403-9F6D-55E0EA4BD5DA}.RLV Debug|Any CPU.Build.0 = Release|Any CPU
{6EBC1B48-B1AA-4403-9F6D-55E0EA4BD5DA}.RLV Release|Any CPU.ActiveCfg = Release|Any CPU
{6EBC1B48-B1AA-4403-9F6D-55E0EA4BD5DA}.RLV Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90F40E19-39F8-457C-8FF6-2B6A5F67C8BE}
EndGlobalSection
EndGlobal