-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGreenScreenHelper.sln
More file actions
62 lines (62 loc) · 3.57 KB
/
GreenScreenHelper.sln
File metadata and controls
62 lines (62 loc) · 3.57 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Phone
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenScreenHelper", "GreenScreenHelper\GreenScreenHelper.csproj", "{6D143043-9582-46E3-94D0-8CA99097CFB1}"
ProjectSection(ProjectDependencies) = postProject
{088EA2D1-FB48-420D-B3EA-F2470D28C665} = {088EA2D1-FB48-420D-B3EA-F2470D28C665}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenScreenTools", "GreenScreenTools\GreenScreenTools.csproj", "{088EA2D1-FB48-420D-B3EA-F2470D28C665}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C39F5AFF-54EA-40AF-9871-AADA8C63A457}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Debug|ARM.ActiveCfg = Debug|ARM
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Debug|ARM.Build.0 = Debug|ARM
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Debug|ARM.Deploy.0 = Debug|ARM
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Debug|x86.ActiveCfg = Debug|x86
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Debug|x86.Build.0 = Debug|x86
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Debug|x86.Deploy.0 = Debug|x86
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Release|Any CPU.Build.0 = Release|Any CPU
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Release|Any CPU.Deploy.0 = Release|Any CPU
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Release|ARM.ActiveCfg = Release|ARM
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Release|ARM.Build.0 = Release|ARM
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Release|ARM.Deploy.0 = Release|ARM
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Release|x86.ActiveCfg = Release|x86
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Release|x86.Build.0 = Release|x86
{6D143043-9582-46E3-94D0-8CA99097CFB1}.Release|x86.Deploy.0 = Release|x86
{088EA2D1-FB48-420D-B3EA-F2470D28C665}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{088EA2D1-FB48-420D-B3EA-F2470D28C665}.Debug|Any CPU.Build.0 = Debug|Any CPU
{088EA2D1-FB48-420D-B3EA-F2470D28C665}.Debug|ARM.ActiveCfg = Debug|ARM
{088EA2D1-FB48-420D-B3EA-F2470D28C665}.Debug|ARM.Build.0 = Debug|ARM
{088EA2D1-FB48-420D-B3EA-F2470D28C665}.Debug|x86.ActiveCfg = Debug|x86
{088EA2D1-FB48-420D-B3EA-F2470D28C665}.Debug|x86.Build.0 = Debug|x86
{088EA2D1-FB48-420D-B3EA-F2470D28C665}.Release|Any CPU.ActiveCfg = Release|Any CPU
{088EA2D1-FB48-420D-B3EA-F2470D28C665}.Release|Any CPU.Build.0 = Release|Any CPU
{088EA2D1-FB48-420D-B3EA-F2470D28C665}.Release|ARM.ActiveCfg = Release|ARM
{088EA2D1-FB48-420D-B3EA-F2470D28C665}.Release|ARM.Build.0 = Release|ARM
{088EA2D1-FB48-420D-B3EA-F2470D28C665}.Release|x86.ActiveCfg = Release|x86
{088EA2D1-FB48-420D-B3EA-F2470D28C665}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal