-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiLoveIMG.sln
More file actions
37 lines (37 loc) · 2.01 KB
/
Copy pathiLoveIMG.sln
File metadata and controls
37 lines (37 loc) · 2.01 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iLoveIMG", "iLoveIMG\iLoveIMG.csproj", "{EE3D269F-8302-49FD-90C0-6A6741C38203}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iLoveIMG.Tests", "iLoveIMG.Tests\iLoveIMG.Tests.csproj", "{E6CD01AE-CD42-46D2-A59D-9ADA295C4081}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Samples", "Samples\Samples.csproj", "{EEB328AA-374E-47CA-923D-D5AD85890E7F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE3D269F-8302-49FD-90C0-6A6741C38203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE3D269F-8302-49FD-90C0-6A6741C38203}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE3D269F-8302-49FD-90C0-6A6741C38203}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE3D269F-8302-49FD-90C0-6A6741C38203}.Release|Any CPU.Build.0 = Release|Any CPU
{E6CD01AE-CD42-46D2-A59D-9ADA295C4081}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6CD01AE-CD42-46D2-A59D-9ADA295C4081}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6CD01AE-CD42-46D2-A59D-9ADA295C4081}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{E6CD01AE-CD42-46D2-A59D-9ADA295C4081}.Release|Any CPU.Build.0 = Debug|Any CPU
{EEB328AA-374E-47CA-923D-D5AD85890E7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEB328AA-374E-47CA-923D-D5AD85890E7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEB328AA-374E-47CA-923D-D5AD85890E7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEB328AA-374E-47CA-923D-D5AD85890E7F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6A1B068-8B54-4EC2-8AD8-96EC273ADE51}
EndGlobalSection
EndGlobal