-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPRo3D.SPICE.sln
44 lines (44 loc) · 2.42 KB
/
PRo3D.SPICE.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34112.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{444D528F-C9E0-480D-9021-4765FD7CBAAD}"
ProjectSection(SolutionItems) = preProject
adapt.cmd = adapt.cmd
paket.dependencies = paket.dependencies
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PRo3D.SPICE", "src\PRo3D.SPICE\PRo3D.SPICE.fsproj", "{F4FF1271-E0D0-45FE-B6C4-0E80E9BFFA92}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "PRo3D.SPICE.Tests", "src\PRo3D.SPICE.Tests\PRo3D.SPICE.Tests.fsproj", "{1C10AD61-C36D-444B-85D1-4A6B9CBC8E26}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "PRo3D.SPICE.RenderingDemo", "src\PRo3D.SPICE.RenderingDemo\PRo3D.SPICE.RenderingDemo.fsproj", "{2CA8BE9C-504B-4FC1-B7BB-BA3F6A21EB34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4FF1271-E0D0-45FE-B6C4-0E80E9BFFA92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4FF1271-E0D0-45FE-B6C4-0E80E9BFFA92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4FF1271-E0D0-45FE-B6C4-0E80E9BFFA92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4FF1271-E0D0-45FE-B6C4-0E80E9BFFA92}.Release|Any CPU.Build.0 = Release|Any CPU
{1C10AD61-C36D-444B-85D1-4A6B9CBC8E26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C10AD61-C36D-444B-85D1-4A6B9CBC8E26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C10AD61-C36D-444B-85D1-4A6B9CBC8E26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C10AD61-C36D-444B-85D1-4A6B9CBC8E26}.Release|Any CPU.Build.0 = Release|Any CPU
{2CA8BE9C-504B-4FC1-B7BB-BA3F6A21EB34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CA8BE9C-504B-4FC1-B7BB-BA3F6A21EB34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CA8BE9C-504B-4FC1-B7BB-BA3F6A21EB34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CA8BE9C-504B-4FC1-B7BB-BA3F6A21EB34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B09CD9EC-A73C-453F-8A0B-8D54F486A3E5}
EndGlobalSection
EndGlobal