-
Notifications
You must be signed in to change notification settings - Fork 0
/
Expresso.sln
54 lines (54 loc) · 3.01 KB
/
Expresso.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{D61C8926-6C34-48EF-905E-C08A4C2E9504}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{4E2C38BD-5763-465B-9685-3ACAE48D1B7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Expresso.Net45", "Source\Expresso.Net45\Expresso.Net45.csproj", "{3CCB6378-51BC-4383-A641-2289C017B3E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Expresso.Net45.Tests", "Tests\Expresso.Net45.Tests\Expresso.Net45.Tests.csproj", "{2829EE51-0AF8-4BC7-BE87-03866CEE8508}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CCB6378-51BC-4383-A641-2289C017B3E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CCB6378-51BC-4383-A641-2289C017B3E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CCB6378-51BC-4383-A641-2289C017B3E8}.Debug|ARM.ActiveCfg = Debug|Any CPU
{3CCB6378-51BC-4383-A641-2289C017B3E8}.Debug|x64.ActiveCfg = Debug|Any CPU
{3CCB6378-51BC-4383-A641-2289C017B3E8}.Debug|x86.ActiveCfg = Debug|Any CPU
{3CCB6378-51BC-4383-A641-2289C017B3E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CCB6378-51BC-4383-A641-2289C017B3E8}.Release|Any CPU.Build.0 = Release|Any CPU
{3CCB6378-51BC-4383-A641-2289C017B3E8}.Release|ARM.ActiveCfg = Release|Any CPU
{3CCB6378-51BC-4383-A641-2289C017B3E8}.Release|x64.ActiveCfg = Release|Any CPU
{3CCB6378-51BC-4383-A641-2289C017B3E8}.Release|x86.ActiveCfg = Release|Any CPU
{2829EE51-0AF8-4BC7-BE87-03866CEE8508}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2829EE51-0AF8-4BC7-BE87-03866CEE8508}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2829EE51-0AF8-4BC7-BE87-03866CEE8508}.Debug|ARM.ActiveCfg = Debug|Any CPU
{2829EE51-0AF8-4BC7-BE87-03866CEE8508}.Debug|x64.ActiveCfg = Debug|Any CPU
{2829EE51-0AF8-4BC7-BE87-03866CEE8508}.Debug|x86.ActiveCfg = Debug|Any CPU
{2829EE51-0AF8-4BC7-BE87-03866CEE8508}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2829EE51-0AF8-4BC7-BE87-03866CEE8508}.Release|Any CPU.Build.0 = Release|Any CPU
{2829EE51-0AF8-4BC7-BE87-03866CEE8508}.Release|ARM.ActiveCfg = Release|Any CPU
{2829EE51-0AF8-4BC7-BE87-03866CEE8508}.Release|x64.ActiveCfg = Release|Any CPU
{2829EE51-0AF8-4BC7-BE87-03866CEE8508}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3CCB6378-51BC-4383-A641-2289C017B3E8} = {D61C8926-6C34-48EF-905E-C08A4C2E9504}
{2829EE51-0AF8-4BC7-BE87-03866CEE8508} = {4E2C38BD-5763-465B-9685-3ACAE48D1B7F}
EndGlobalSection
EndGlobal