-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSegmentationCore.sln
More file actions
43 lines (43 loc) · 2.61 KB
/
SegmentationCore.sln
File metadata and controls
43 lines (43 loc) · 2.61 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharpPureSegmenter", "FSharpPureSegmenter\FSharpPureSegmenter.fsproj", "{D8D8B0BC-54DF-461F-BB30-C8916AFA1EC3}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharpPureSegmenter.UnitTests", "FSharpPureSegmenter.UnitTests\FSharpPureSegmenter.UnitTests.fsproj", "{C93E628F-FF1B-4F62-B942-5372A02D2ECE}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpImpureSegmenter", "FSharpImpureSegmenter\FSharpImpureSegmenter.fsproj", "{7A1807BE-B43E-4BB4-AE05-81DDA1790B01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpSegmenter", "CSharpSegmenter\CSharpSegmenter.csproj", "{100E445D-2CEB-46C3-A054-A7B82ABDE274}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8D8B0BC-54DF-461F-BB30-C8916AFA1EC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8D8B0BC-54DF-461F-BB30-C8916AFA1EC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8D8B0BC-54DF-461F-BB30-C8916AFA1EC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8D8B0BC-54DF-461F-BB30-C8916AFA1EC3}.Release|Any CPU.Build.0 = Release|Any CPU
{C93E628F-FF1B-4F62-B942-5372A02D2ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C93E628F-FF1B-4F62-B942-5372A02D2ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C93E628F-FF1B-4F62-B942-5372A02D2ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C93E628F-FF1B-4F62-B942-5372A02D2ECE}.Release|Any CPU.Build.0 = Release|Any CPU
{7A1807BE-B43E-4BB4-AE05-81DDA1790B01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A1807BE-B43E-4BB4-AE05-81DDA1790B01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A1807BE-B43E-4BB4-AE05-81DDA1790B01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A1807BE-B43E-4BB4-AE05-81DDA1790B01}.Release|Any CPU.Build.0 = Release|Any CPU
{100E445D-2CEB-46C3-A054-A7B82ABDE274}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{100E445D-2CEB-46C3-A054-A7B82ABDE274}.Debug|Any CPU.Build.0 = Debug|Any CPU
{100E445D-2CEB-46C3-A054-A7B82ABDE274}.Release|Any CPU.ActiveCfg = Release|Any CPU
{100E445D-2CEB-46C3-A054-A7B82ABDE274}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {584567AD-44D3-4B97-AE99-6A99379DC079}
EndGlobalSection
EndGlobal