forked from khalidsalomao/SimpleHelpers.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleHelpers.sln
37 lines (37 loc) · 2.05 KB
/
SimpleHelpers.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 13.00
# Visual Studio 2013
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleHelpers", "SimpleHelpers\SimpleHelpers.csproj", "{AA0F6CEA-2779-4B7E-807C-56ADA8892B01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{301E413A-6429-4EA0-BCD6-9DB7E78282C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E6DE1472-50F0-424A-B5DA-0EA59C562603}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceTest", "PerformanceTest\PerformanceTest.csproj", "{1464863B-4CDA-4707-9EEA-475F56C19140}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA0F6CEA-2779-4B7E-807C-56ADA8892B01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA0F6CEA-2779-4B7E-807C-56ADA8892B01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA0F6CEA-2779-4B7E-807C-56ADA8892B01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA0F6CEA-2779-4B7E-807C-56ADA8892B01}.Release|Any CPU.Build.0 = Release|Any CPU
{301E413A-6429-4EA0-BCD6-9DB7E78282C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{301E413A-6429-4EA0-BCD6-9DB7E78282C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{301E413A-6429-4EA0-BCD6-9DB7E78282C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{301E413A-6429-4EA0-BCD6-9DB7E78282C0}.Release|Any CPU.Build.0 = Release|Any CPU
{1464863B-4CDA-4707-9EEA-475F56C19140}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1464863B-4CDA-4707-9EEA-475F56C19140}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1464863B-4CDA-4707-9EEA-475F56C19140}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1464863B-4CDA-4707-9EEA-475F56C19140}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal