-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoppler.sln
More file actions
39 lines (39 loc) · 2.09 KB
/
Doppler.sln
File metadata and controls
39 lines (39 loc) · 2.09 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32714.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AF15AEB7-BC17-4BE3-B204-E5044F6A1A83}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Doppler.Extensions.Configuration", "src\Doppler.Extensions.Configuration\Doppler.Extensions.Configuration.csproj", "{68C9D72B-1EF5-4611-8931-CE9FBBB0A8E7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{8B2371A8-860D-4D21-AEB7-A51E00A9E290}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DopplerSample", "sample\DopplerSample\DopplerSample.csproj", "{55572436-0FFB-4571-8A23-633730281F1F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68C9D72B-1EF5-4611-8931-CE9FBBB0A8E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68C9D72B-1EF5-4611-8931-CE9FBBB0A8E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68C9D72B-1EF5-4611-8931-CE9FBBB0A8E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68C9D72B-1EF5-4611-8931-CE9FBBB0A8E7}.Release|Any CPU.Build.0 = Release|Any CPU
{55572436-0FFB-4571-8A23-633730281F1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55572436-0FFB-4571-8A23-633730281F1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55572436-0FFB-4571-8A23-633730281F1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55572436-0FFB-4571-8A23-633730281F1F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{68C9D72B-1EF5-4611-8931-CE9FBBB0A8E7} = {AF15AEB7-BC17-4BE3-B204-E5044F6A1A83}
{55572436-0FFB-4571-8A23-633730281F1F} = {8B2371A8-860D-4D21-AEB7-A51E00A9E290}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {205D206C-21D1-4DA6-B76D-D66E1842346D}
EndGlobalSection
EndGlobal