-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBitvantage.Cisco.ConfigurationSection.sln
More file actions
40 lines (40 loc) · 2.04 KB
/
Bitvantage.Cisco.ConfigurationSection.sln
File metadata and controls
40 lines (40 loc) · 2.04 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
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34916.146
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bitvantage.Cisco.ConfigurationSection", "Bitvantage.Cisco.ConfigurationSection\Bitvantage.Cisco.ConfigurationSection.csproj", "{97DBA920-21F5-409F-AC6A-A4986407E6E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{E091208E-4798-4CA5-A4BE-00DC78D5FFEA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EB69F877-DAF5-44D0-B3D6-9750A9670730}"
ProjectSection(SolutionItems) = preProject
Bitvantage.Cisco.ConfigurationSection.sln.licenseheader = Bitvantage.Cisco.ConfigurationSection.sln.licenseheader
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
LICENSE.md = LICENSE.md
README.md = README.md
TODO.md = TODO.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97DBA920-21F5-409F-AC6A-A4986407E6E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97DBA920-21F5-409F-AC6A-A4986407E6E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97DBA920-21F5-409F-AC6A-A4986407E6E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97DBA920-21F5-409F-AC6A-A4986407E6E6}.Release|Any CPU.Build.0 = Release|Any CPU
{E091208E-4798-4CA5-A4BE-00DC78D5FFEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E091208E-4798-4CA5-A4BE-00DC78D5FFEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E091208E-4798-4CA5-A4BE-00DC78D5FFEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E091208E-4798-4CA5-A4BE-00DC78D5FFEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9DD4B906-E7FE-41B1-BB69-1DDEFF125CA4}
EndGlobalSection
EndGlobal