-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimplePhotoEditor.sln
More file actions
70 lines (70 loc) · 4.24 KB
/
Copy pathSimplePhotoEditor.sln
File metadata and controls
70 lines (70 loc) · 4.24 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimplePhotoEditor", "SimplePhotoEditor\SimplePhotoEditor.csproj", "{40298CE8-EC81-458E-B7B6-6142DB8884F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimplePhotoEditor.Core", "SimplePhotoEditor.Core\SimplePhotoEditor.Core.csproj", "{B472769E-040F-4071-9C7B-CDC6B63D9179}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0D398906-7049-4373-89C9-18EC18064DB3}"
ProjectSection(SolutionItems) = preProject
design doc.txt = design doc.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimplePhotoEditor.Tests", "SimplePhotoEditor.Tests\SimplePhotoEditor.Tests.csproj", "{64B2FC49-BB87-4316-AA23-8B30C2894229}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40298CE8-EC81-458E-B7B6-6142DB8884F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40298CE8-EC81-458E-B7B6-6142DB8884F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40298CE8-EC81-458E-B7B6-6142DB8884F7}.Debug|x64.ActiveCfg = Debug|x64
{40298CE8-EC81-458E-B7B6-6142DB8884F7}.Debug|x64.Build.0 = Debug|x64
{40298CE8-EC81-458E-B7B6-6142DB8884F7}.Debug|x86.ActiveCfg = Debug|Any CPU
{40298CE8-EC81-458E-B7B6-6142DB8884F7}.Debug|x86.Build.0 = Debug|Any CPU
{40298CE8-EC81-458E-B7B6-6142DB8884F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40298CE8-EC81-458E-B7B6-6142DB8884F7}.Release|Any CPU.Build.0 = Release|Any CPU
{40298CE8-EC81-458E-B7B6-6142DB8884F7}.Release|x64.ActiveCfg = Release|x64
{40298CE8-EC81-458E-B7B6-6142DB8884F7}.Release|x64.Build.0 = Release|x64
{40298CE8-EC81-458E-B7B6-6142DB8884F7}.Release|x86.ActiveCfg = Release|Any CPU
{40298CE8-EC81-458E-B7B6-6142DB8884F7}.Release|x86.Build.0 = Release|Any CPU
{B472769E-040F-4071-9C7B-CDC6B63D9179}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B472769E-040F-4071-9C7B-CDC6B63D9179}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B472769E-040F-4071-9C7B-CDC6B63D9179}.Debug|x64.ActiveCfg = Debug|Any CPU
{B472769E-040F-4071-9C7B-CDC6B63D9179}.Debug|x64.Build.0 = Debug|Any CPU
{B472769E-040F-4071-9C7B-CDC6B63D9179}.Debug|x86.ActiveCfg = Debug|Any CPU
{B472769E-040F-4071-9C7B-CDC6B63D9179}.Debug|x86.Build.0 = Debug|Any CPU
{B472769E-040F-4071-9C7B-CDC6B63D9179}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B472769E-040F-4071-9C7B-CDC6B63D9179}.Release|Any CPU.Build.0 = Release|Any CPU
{B472769E-040F-4071-9C7B-CDC6B63D9179}.Release|x64.ActiveCfg = Release|Any CPU
{B472769E-040F-4071-9C7B-CDC6B63D9179}.Release|x64.Build.0 = Release|Any CPU
{B472769E-040F-4071-9C7B-CDC6B63D9179}.Release|x86.ActiveCfg = Release|Any CPU
{B472769E-040F-4071-9C7B-CDC6B63D9179}.Release|x86.Build.0 = Release|Any CPU
{64B2FC49-BB87-4316-AA23-8B30C2894229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64B2FC49-BB87-4316-AA23-8B30C2894229}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64B2FC49-BB87-4316-AA23-8B30C2894229}.Debug|x64.ActiveCfg = Debug|x64
{64B2FC49-BB87-4316-AA23-8B30C2894229}.Debug|x64.Build.0 = Debug|x64
{64B2FC49-BB87-4316-AA23-8B30C2894229}.Debug|x86.ActiveCfg = Debug|Any CPU
{64B2FC49-BB87-4316-AA23-8B30C2894229}.Debug|x86.Build.0 = Debug|Any CPU
{64B2FC49-BB87-4316-AA23-8B30C2894229}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64B2FC49-BB87-4316-AA23-8B30C2894229}.Release|Any CPU.Build.0 = Release|Any CPU
{64B2FC49-BB87-4316-AA23-8B30C2894229}.Release|x64.ActiveCfg = Release|x64
{64B2FC49-BB87-4316-AA23-8B30C2894229}.Release|x64.Build.0 = Release|x64
{64B2FC49-BB87-4316-AA23-8B30C2894229}.Release|x86.ActiveCfg = Release|Any CPU
{64B2FC49-BB87-4316-AA23-8B30C2894229}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70C92190-802A-477A-80BD-B3ACE331AC69}
EndGlobalSection
EndGlobal