-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSingleInstanceHelper.sln
46 lines (46 loc) · 2.43 KB
/
SingleInstanceHelper.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
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28306.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SingleInstanceHelper", "SingleInstanceHelper\SingleInstanceHelper.csproj", "{12262B18-D591-4F2F-8BFF-9C1FC6F2A758}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FBF07FAB-ACBE-4239-9BB6-604FA86DCC4F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.Props = Directory.Build.Props
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfTestApp", "WpfTestApp\WpfTestApp.csproj", "{8452C49F-B016-4C85-A473-E80D8E426C78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormsTestApp", "WinFormsTestApp\WinFormsTestApp.csproj", "{183C10EB-5823-4E93-9030-193A1343DF98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12262B18-D591-4F2F-8BFF-9C1FC6F2A758}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12262B18-D591-4F2F-8BFF-9C1FC6F2A758}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12262B18-D591-4F2F-8BFF-9C1FC6F2A758}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12262B18-D591-4F2F-8BFF-9C1FC6F2A758}.Release|Any CPU.Build.0 = Release|Any CPU
{8452C49F-B016-4C85-A473-E80D8E426C78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8452C49F-B016-4C85-A473-E80D8E426C78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8452C49F-B016-4C85-A473-E80D8E426C78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8452C49F-B016-4C85-A473-E80D8E426C78}.Release|Any CPU.Build.0 = Release|Any CPU
{183C10EB-5823-4E93-9030-193A1343DF98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{183C10EB-5823-4E93-9030-193A1343DF98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{183C10EB-5823-4E93-9030-193A1343DF98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{183C10EB-5823-4E93-9030-193A1343DF98}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A4A0099D-94A6-4C01-AEA4-F46B19F6340B}
EndGlobalSection
EndGlobal