-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSingleAppInstance.sln
More file actions
31 lines (31 loc) · 1.61 KB
/
SingleAppInstance.sln
File metadata and controls
31 lines (31 loc) · 1.61 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SingleAppInstance", "SingleAppInstance\SingleAppInstance.csproj", "{C8A4356B-3A5A-4CEA-833E-4281EE14C4BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SingleAppInstance.Test", "SingleAppInstance.Test\SingleAppInstance.Test.csproj", "{A1D028B6-FD1F-3FB8-219A-154AA3C6A877}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8A4356B-3A5A-4CEA-833E-4281EE14C4BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8A4356B-3A5A-4CEA-833E-4281EE14C4BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8A4356B-3A5A-4CEA-833E-4281EE14C4BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8A4356B-3A5A-4CEA-833E-4281EE14C4BF}.Release|Any CPU.Build.0 = Release|Any CPU
{A1D028B6-FD1F-3FB8-219A-154AA3C6A877}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1D028B6-FD1F-3FB8-219A-154AA3C6A877}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1D028B6-FD1F-3FB8-219A-154AA3C6A877}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1D028B6-FD1F-3FB8-219A-154AA3C6A877}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D7275C7-63E2-453F-A3EC-AD1D9FFC4C55}
EndGlobalSection
EndGlobal