-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExpressoFunctions.sln
39 lines (39 loc) · 2.08 KB
/
ExpressoFunctions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{852A14F4-69DD-435B-8555-206CC20302D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{1C585A8F-8C4D-4A74-9F21-0B3F4E501283}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressoFunctions", "src\ExpressoFunctions\ExpressoFunctions.csproj", "{FCE722BE-557F-43BF-BAD8-7033713DA776}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpressoFunctions.UnitTests", "test\ExpressoFunctions.UnitTests\ExpressoFunctions.UnitTests.csproj", "{3C64E1FB-F77D-470B-9B39-943776BE9294}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FCE722BE-557F-43BF-BAD8-7033713DA776}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCE722BE-557F-43BF-BAD8-7033713DA776}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCE722BE-557F-43BF-BAD8-7033713DA776}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCE722BE-557F-43BF-BAD8-7033713DA776}.Release|Any CPU.Build.0 = Release|Any CPU
{3C64E1FB-F77D-470B-9B39-943776BE9294}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C64E1FB-F77D-470B-9B39-943776BE9294}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C64E1FB-F77D-470B-9B39-943776BE9294}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C64E1FB-F77D-470B-9B39-943776BE9294}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FCE722BE-557F-43BF-BAD8-7033713DA776} = {852A14F4-69DD-435B-8555-206CC20302D2}
{3C64E1FB-F77D-470B-9B39-943776BE9294} = {1C585A8F-8C4D-4A74-9F21-0B3F4E501283}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF9030B2-E43E-4782-86FC-8826628417B9}
EndGlobalSection
EndGlobal