forked from ForNeVeR/xaml-math
-
Notifications
You must be signed in to change notification settings - Fork 1
/
WpfMath.sln
60 lines (60 loc) · 3.05 KB
/
WpfMath.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfMath.Example", "src\WpfMath.Example\WpfMath.Example.csproj", "{FB56A927-25E4-4EC9-BA36-3A843C606B34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfMath", "src\WpfMath\WpfMath.csproj", "{010A34F1-1F3E-4528-99B4-95054DD45729}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9341AA3-BF7C-4CC1-8E11-82258967B82F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE.md = LICENSE.md
README.md = README.md
RELEASES.md = RELEASES.md
WpfMath.nuspec = WpfMath.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{853A4436-C44F-4A61-878D-1B85CE43DB31}"
ProjectSection(SolutionItems) = preProject
scripts\nuget-pack.ps1 = scripts\nuget-pack.ps1
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "WpfMath.Tests", "src\WpfMath.Tests\WpfMath.Tests.fsproj", "{F19E5FB1-EE6B-4A48-A522-41F30676BE41}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{39669369-C4F6-4AC6-9D35-B4B6086FF172}"
ProjectSection(SolutionItems) = preProject
docs\example-screenshot.png = docs\example-screenshot.png
docs\licensing-history.md = docs\licensing-history.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{010A34F1-1F3E-4528-99B4-95054DD45729}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{010A34F1-1F3E-4528-99B4-95054DD45729}.Debug|Any CPU.Build.0 = Debug|Any CPU
{010A34F1-1F3E-4528-99B4-95054DD45729}.Release|Any CPU.ActiveCfg = Release|Any CPU
{010A34F1-1F3E-4528-99B4-95054DD45729}.Release|Any CPU.Build.0 = Release|Any CPU
{FB56A927-25E4-4EC9-BA36-3A843C606B34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB56A927-25E4-4EC9-BA36-3A843C606B34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB56A927-25E4-4EC9-BA36-3A843C606B34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB56A927-25E4-4EC9-BA36-3A843C606B34}.Release|Any CPU.Build.0 = Release|Any CPU
{F19E5FB1-EE6B-4A48-A522-41F30676BE41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F19E5FB1-EE6B-4A48-A522-41F30676BE41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F19E5FB1-EE6B-4A48-A522-41F30676BE41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F19E5FB1-EE6B-4A48-A522-41F30676BE41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{853A4436-C44F-4A61-878D-1B85CE43DB31} = {D9341AA3-BF7C-4CC1-8E11-82258967B82F}
{39669369-C4F6-4AC6-9D35-B4B6086FF172} = {D9341AA3-BF7C-4CC1-8E11-82258967B82F}
EndGlobalSection
EndGlobal