-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPixel.sln
40 lines (40 loc) · 2.36 KB
/
Pixel.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{151D2E53-A2C4-4D7D-83FE-D05416EBD58E}") = "Pixel", "Pixel\Pixel.deployproj", "{43067238-0A1A-46C8-A68F-7732051113B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PixelApp", "PixelApp\PixelApp.csproj", "{87F75367-3AE7-4D23-8B41-3E153A9E25EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceCollector", "ResourceCollector\ResourceCollector.csproj", "{8CE4BCE1-4727-402D-BA06-80716035EEC9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pixel.Common", "Pixel.Common\Pixel.Common.csproj", "{A0C8886F-4FBF-4E44-B996-61EB43BDE888}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43067238-0A1A-46C8-A68F-7732051113B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43067238-0A1A-46C8-A68F-7732051113B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43067238-0A1A-46C8-A68F-7732051113B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43067238-0A1A-46C8-A68F-7732051113B4}.Release|Any CPU.Build.0 = Release|Any CPU
{87F75367-3AE7-4D23-8B41-3E153A9E25EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87F75367-3AE7-4D23-8B41-3E153A9E25EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87F75367-3AE7-4D23-8B41-3E153A9E25EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87F75367-3AE7-4D23-8B41-3E153A9E25EB}.Release|Any CPU.Build.0 = Release|Any CPU
{8CE4BCE1-4727-402D-BA06-80716035EEC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CE4BCE1-4727-402D-BA06-80716035EEC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CE4BCE1-4727-402D-BA06-80716035EEC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CE4BCE1-4727-402D-BA06-80716035EEC9}.Release|Any CPU.Build.0 = Release|Any CPU
{A0C8886F-4FBF-4E44-B996-61EB43BDE888}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0C8886F-4FBF-4E44-B996-61EB43BDE888}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0C8886F-4FBF-4E44-B996-61EB43BDE888}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0C8886F-4FBF-4E44-B996-61EB43BDE888}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal