-
Notifications
You must be signed in to change notification settings - Fork 0
/
Milliman.FileCalc.sln
34 lines (34 loc) · 1.99 KB
/
Milliman.FileCalc.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.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Milliman.FileCalc", "Milliman.FileCalc\Milliman.FileCalc.csproj", "{DBCB7CB0-62AF-4887-B108-478E1B1DF8B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Milliman.FileCalc.Test", "Milliman.FileCalc.Test\Milliman.FileCalc.Test.csproj", "{3B7A741E-D528-4682-A7DB-05088708C60A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Milliman.FileCalc.Console", "Milliman.FileCalc.Console\Milliman.FileCalc.Console.csproj", "{A4A351F2-9F33-41EB-9AC6-7F47B25E346A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DBCB7CB0-62AF-4887-B108-478E1B1DF8B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBCB7CB0-62AF-4887-B108-478E1B1DF8B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBCB7CB0-62AF-4887-B108-478E1B1DF8B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBCB7CB0-62AF-4887-B108-478E1B1DF8B1}.Release|Any CPU.Build.0 = Release|Any CPU
{3B7A741E-D528-4682-A7DB-05088708C60A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B7A741E-D528-4682-A7DB-05088708C60A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B7A741E-D528-4682-A7DB-05088708C60A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B7A741E-D528-4682-A7DB-05088708C60A}.Release|Any CPU.Build.0 = Release|Any CPU
{A4A351F2-9F33-41EB-9AC6-7F47B25E346A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4A351F2-9F33-41EB-9AC6-7F47B25E346A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4A351F2-9F33-41EB-9AC6-7F47B25E346A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4A351F2-9F33-41EB-9AC6-7F47B25E346A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal