-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathOpenScreen.sln
35 lines (35 loc) · 1.89 KB
/
OpenScreen.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenScreen.Core", "OpenScreen.Core\OpenScreen.Core.csproj", "{666657B0-CDE6-4274-BD25-3E72A1FB87FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenScreen", "OpenScreen\OpenScreen.csproj", "{B088B160-DBC1-484C-BEF7-62BF5F15BC98}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "OpenScreen.Installer", "OpenScreen.Installer\OpenScreen.Installer.vdproj", "{FB3B3370-2C47-424F-9001-2642A031B475}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{666657B0-CDE6-4274-BD25-3E72A1FB87FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{666657B0-CDE6-4274-BD25-3E72A1FB87FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{666657B0-CDE6-4274-BD25-3E72A1FB87FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{666657B0-CDE6-4274-BD25-3E72A1FB87FB}.Release|Any CPU.Build.0 = Release|Any CPU
{B088B160-DBC1-484C-BEF7-62BF5F15BC98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B088B160-DBC1-484C-BEF7-62BF5F15BC98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B088B160-DBC1-484C-BEF7-62BF5F15BC98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B088B160-DBC1-484C-BEF7-62BF5F15BC98}.Release|Any CPU.Build.0 = Release|Any CPU
{FB3B3370-2C47-424F-9001-2642A031B475}.Debug|Any CPU.ActiveCfg = Debug
{FB3B3370-2C47-424F-9001-2642A031B475}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BAA0F3D7-7F65-4C59-B549-88765170BA85}
EndGlobalSection
EndGlobal