-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPiSlicedDayPhotos.sln
More file actions
34 lines (34 loc) · 1.99 KB
/
Copy pathPiSlicedDayPhotos.sln
File metadata and controls
34 lines (34 loc) · 1.99 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PiSlicedDayPhotos", "PiSlicedDayPhotos\PiSlicedDayPhotos.csproj", "{31359950-DB81-4AD6-B171-F22EDFD6F39D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PiSlicedDayPhotos.Test", "PiSlicedDayPhotos.Test\PiSlicedDayPhotos.Test.csproj", "{7365E5D7-1F4D-4A4A-8BF7-5D5A1718AD17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PiSlicedDayPhotos.Utility", "PiSlicedDayPhotos.Utility\PiSlicedDayPhotos.Utility.csproj", "{0093A08D-7CB2-4A1C-B626-109AC87347A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31359950-DB81-4AD6-B171-F22EDFD6F39D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31359950-DB81-4AD6-B171-F22EDFD6F39D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31359950-DB81-4AD6-B171-F22EDFD6F39D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31359950-DB81-4AD6-B171-F22EDFD6F39D}.Release|Any CPU.Build.0 = Release|Any CPU
{7365E5D7-1F4D-4A4A-8BF7-5D5A1718AD17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7365E5D7-1F4D-4A4A-8BF7-5D5A1718AD17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7365E5D7-1F4D-4A4A-8BF7-5D5A1718AD17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7365E5D7-1F4D-4A4A-8BF7-5D5A1718AD17}.Release|Any CPU.Build.0 = Release|Any CPU
{0093A08D-7CB2-4A1C-B626-109AC87347A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0093A08D-7CB2-4A1C-B626-109AC87347A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0093A08D-7CB2-4A1C-B626-109AC87347A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0093A08D-7CB2-4A1C-B626-109AC87347A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal