-
Notifications
You must be signed in to change notification settings - Fork 5
/
ClickOnceGet.sln
43 lines (43 loc) · 2.53 KB
/
ClickOnceGet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30626.31
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClickOnceGet.Server", "Server\ClickOnceGet.Server.csproj", "{B1C48691-F16A-4A8F-B666-4DDC22DE0AF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClickOnceGet.Client", "Client\ClickOnceGet.Client.csproj", "{D4AFD85F-930B-4691-9EEF-2DC45046D601}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClickOnceGet.Shared", "Shared\ClickOnceGet.Shared.csproj", "{B1414306-A637-4920-B6DE-3856DC3ED795}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClickOnceGet.Test", "Test\ClickOnceGet.Test.csproj", "{29E531C2-BE97-4683-83D0-7208D569DB56}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1C48691-F16A-4A8F-B666-4DDC22DE0AF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1C48691-F16A-4A8F-B666-4DDC22DE0AF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1C48691-F16A-4A8F-B666-4DDC22DE0AF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1C48691-F16A-4A8F-B666-4DDC22DE0AF5}.Release|Any CPU.Build.0 = Release|Any CPU
{D4AFD85F-930B-4691-9EEF-2DC45046D601}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4AFD85F-930B-4691-9EEF-2DC45046D601}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4AFD85F-930B-4691-9EEF-2DC45046D601}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4AFD85F-930B-4691-9EEF-2DC45046D601}.Release|Any CPU.Build.0 = Release|Any CPU
{B1414306-A637-4920-B6DE-3856DC3ED795}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1414306-A637-4920-B6DE-3856DC3ED795}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1414306-A637-4920-B6DE-3856DC3ED795}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1414306-A637-4920-B6DE-3856DC3ED795}.Release|Any CPU.Build.0 = Release|Any CPU
{29E531C2-BE97-4683-83D0-7208D569DB56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29E531C2-BE97-4683-83D0-7208D569DB56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29E531C2-BE97-4683-83D0-7208D569DB56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29E531C2-BE97-4683-83D0-7208D569DB56}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1405B12F-75CB-4807-B1D2-4E56862F6D00}
EndGlobalSection
EndGlobal