-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbsn.CommandLine.sln
37 lines (37 loc) · 1.88 KB
/
bsn.CommandLine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bsn.CommandLine", "bsn.CommandLine\bsn.CommandLine.csproj", "{0F603313-DA30-4402-AB10-D0A94F01FA69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bsn.CommandLine.Test", "bsn.CommandLine.Test\bsn.CommandLine.Test.csproj", "{1E42C4A2-5EFD-48CC-A7E1-DB40D5954E3B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F311E365-D195-4852-A202-8B5AB7C02532}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Rebracer.xml = Rebracer.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F603313-DA30-4402-AB10-D0A94F01FA69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F603313-DA30-4402-AB10-D0A94F01FA69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F603313-DA30-4402-AB10-D0A94F01FA69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F603313-DA30-4402-AB10-D0A94F01FA69}.Release|Any CPU.Build.0 = Release|Any CPU
{1E42C4A2-5EFD-48CC-A7E1-DB40D5954E3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E42C4A2-5EFD-48CC-A7E1-DB40D5954E3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E42C4A2-5EFD-48CC-A7E1-DB40D5954E3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E42C4A2-5EFD-48CC-A7E1-DB40D5954E3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SpecExplorer.ActivityCompletionStatus) = preSolution
SpecExplorer.ActivityCompletionStatus =
EndGlobalSection
EndGlobal