-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathCSharpEssentials.sln
34 lines (34 loc) · 1.99 KB
/
CSharpEssentials.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22528.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpEssentials", "Source\CSharpEssentials\CSharpEssentials.csproj", "{956DB36B-CFC3-446F-B80B-A464CADB9C17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpEssentials.Vsix", "Source\CSharpEssentials.Vsix\CSharpEssentials.Vsix.csproj", "{492E0C25-5F7B-4E4B-8E70-902B67CEF12F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpEssentials.Tests", "Source\CSharpEssentials.Tests\CSharpEssentials.Tests.csproj", "{D2EEB787-CDD1-457B-9730-A8945C09C2E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{956DB36B-CFC3-446F-B80B-A464CADB9C17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{956DB36B-CFC3-446F-B80B-A464CADB9C17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{956DB36B-CFC3-446F-B80B-A464CADB9C17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{956DB36B-CFC3-446F-B80B-A464CADB9C17}.Release|Any CPU.Build.0 = Release|Any CPU
{492E0C25-5F7B-4E4B-8E70-902B67CEF12F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{492E0C25-5F7B-4E4B-8E70-902B67CEF12F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{492E0C25-5F7B-4E4B-8E70-902B67CEF12F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{492E0C25-5F7B-4E4B-8E70-902B67CEF12F}.Release|Any CPU.Build.0 = Release|Any CPU
{D2EEB787-CDD1-457B-9730-A8945C09C2E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2EEB787-CDD1-457B-9730-A8945C09C2E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2EEB787-CDD1-457B-9730-A8945C09C2E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2EEB787-CDD1-457B-9730-A8945C09C2E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal