-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathModelingTools.sln
More file actions
56 lines (56 loc) · 3.39 KB
/
ModelingTools.sln
File metadata and controls
56 lines (56 loc) · 3.39 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
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DatesGenerator", "DatesGenerator\DatesGenerator.csproj", "{86C0D51D-B82C-40E9-8784-3EB614396B3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PFunction2D", "PFunction2D\PFunction2D.csproj", "{61982E89-DAB3-4E01-BBE7-1BD5E3C71297}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModelingTools.Tests", "ModelingTools.Tests\ModelingTools.Tests.csproj", "{E056296C-95D8-4A2B-A228-83B5FB28A1BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatesGenerator.Gui", "DatesGeneratorGui\DatesGenerator.Gui.csproj", "{E2F0ED13-2030-42EF-B033-F6AC90E5EBAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PFunction2D.Gui", "PFunction2DGui\PFunction2D.Gui.csproj", "{D8CF708F-3C72-4B79-8F91-66F09524382E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC0F75FB-4799-45C8-B940-ADC60D0F28D1}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
Fairmat-icon.png = Fairmat-icon.png
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86C0D51D-B82C-40E9-8784-3EB614396B3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86C0D51D-B82C-40E9-8784-3EB614396B3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86C0D51D-B82C-40E9-8784-3EB614396B3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86C0D51D-B82C-40E9-8784-3EB614396B3B}.Release|Any CPU.Build.0 = Release|Any CPU
{61982E89-DAB3-4E01-BBE7-1BD5E3C71297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61982E89-DAB3-4E01-BBE7-1BD5E3C71297}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61982E89-DAB3-4E01-BBE7-1BD5E3C71297}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61982E89-DAB3-4E01-BBE7-1BD5E3C71297}.Release|Any CPU.Build.0 = Release|Any CPU
{E056296C-95D8-4A2B-A228-83B5FB28A1BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E056296C-95D8-4A2B-A228-83B5FB28A1BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E056296C-95D8-4A2B-A228-83B5FB28A1BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E056296C-95D8-4A2B-A228-83B5FB28A1BD}.Release|Any CPU.Build.0 = Release|Any CPU
{E2F0ED13-2030-42EF-B033-F6AC90E5EBAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2F0ED13-2030-42EF-B033-F6AC90E5EBAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2F0ED13-2030-42EF-B033-F6AC90E5EBAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2F0ED13-2030-42EF-B033-F6AC90E5EBAE}.Release|Any CPU.Build.0 = Release|Any CPU
{D8CF708F-3C72-4B79-8F91-66F09524382E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8CF708F-3C72-4B79-8F91-66F09524382E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8CF708F-3C72-4B79-8F91-66F09524382E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8CF708F-3C72-4B79-8F91-66F09524382E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C38DDDC-9EEF-4109-B5A7-4B6D63EDE90A}
EndGlobalSection
EndGlobal