forked from zirplsoftware/ZCalcEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZirpl.CalcEngine.sln
66 lines (66 loc) · 3.83 KB
/
Zirpl.CalcEngine.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
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{32D3234E-0C52-4833-A019-354D2391F548}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
.nuget\Zirpl.CalcEngine.nuspec = .nuget\Zirpl.CalcEngine.nuspec
.nuget\build.ps1 = .nuget\build.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zirpl.CalcEngine.Tests", "Zirpl.CalcEngine.Portable.Tests\Zirpl.CalcEngine.Tests.csproj", "{C1C81EC6-8368-4282-8475-BB36E8DD222F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{91B683C2-FDBE-4381-BAE7-5294E1F57D1A}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
releasenotes.md = releasenotes.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zirpl.CalcEngine", "Zirpl.CalcEngine\Zirpl.CalcEngine.csproj", "{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1C81EC6-8368-4282-8475-BB36E8DD222F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1C81EC6-8368-4282-8475-BB36E8DD222F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1C81EC6-8368-4282-8475-BB36E8DD222F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C1C81EC6-8368-4282-8475-BB36E8DD222F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C1C81EC6-8368-4282-8475-BB36E8DD222F}.Debug|x86.ActiveCfg = Debug|Any CPU
{C1C81EC6-8368-4282-8475-BB36E8DD222F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1C81EC6-8368-4282-8475-BB36E8DD222F}.Release|Any CPU.Build.0 = Release|Any CPU
{C1C81EC6-8368-4282-8475-BB36E8DD222F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C1C81EC6-8368-4282-8475-BB36E8DD222F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C1C81EC6-8368-4282-8475-BB36E8DD222F}.Release|x86.ActiveCfg = Release|Any CPU
{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}.Debug|x86.ActiveCfg = Debug|Any CPU
{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}.Debug|x86.Build.0 = Debug|Any CPU
{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}.Release|Any CPU.Build.0 = Release|Any CPU
{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}.Release|x86.ActiveCfg = Release|Any CPU
{B450AAE5-01AB-4F56-9FEA-EDFAA8DF3EB3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8;packages\EnterpriseLibrary.TransientFaultHandling.Data.6.0.1304.1\lib\NET45
EndGlobalSection
EndGlobal