forked from damageboy/csmatio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSMatIO.sln
More file actions
43 lines (43 loc) · 2.58 KB
/
CSMatIO.sln
File metadata and controls
43 lines (43 loc) · 2.58 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 Version 17
VisualStudioVersion = 17.12.35728.132
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csmatio", "src\csmatio.csproj", "{D6EB17BF-9074-484F-9950-E06169A3C39D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csmatio.test", "test\csmatio.test.csproj", "{1425535D-7FE0-417E-8B2A-837F498B4792}"
ProjectSection(ProjectDependencies) = postProject
{D6EB17BF-9074-484F-9950-E06169A3C39D} = {D6EB17BF-9074-484F-9950-E06169A3C39D}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsMatIoTestExampleWpf", "demo-wpf\CsMatIoTestExampleWpf.csproj", "{A5A2B6A5-2F80-44BA-8852-562D5048C019}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsMatIoTestExampleForms", "demo-forms\CsMatIoTestExampleForms.csproj", "{C5C58FCB-2DDA-4472-ACED-0C97FE09F7C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6EB17BF-9074-484F-9950-E06169A3C39D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6EB17BF-9074-484F-9950-E06169A3C39D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6EB17BF-9074-484F-9950-E06169A3C39D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6EB17BF-9074-484F-9950-E06169A3C39D}.Release|Any CPU.Build.0 = Release|Any CPU
{1425535D-7FE0-417E-8B2A-837F498B4792}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1425535D-7FE0-417E-8B2A-837F498B4792}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1425535D-7FE0-417E-8B2A-837F498B4792}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1425535D-7FE0-417E-8B2A-837F498B4792}.Release|Any CPU.Build.0 = Release|Any CPU
{A5A2B6A5-2F80-44BA-8852-562D5048C019}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5A2B6A5-2F80-44BA-8852-562D5048C019}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5A2B6A5-2F80-44BA-8852-562D5048C019}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5A2B6A5-2F80-44BA-8852-562D5048C019}.Release|Any CPU.Build.0 = Release|Any CPU
{C5C58FCB-2DDA-4472-ACED-0C97FE09F7C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5C58FCB-2DDA-4472-ACED-0C97FE09F7C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5C58FCB-2DDA-4472-ACED-0C97FE09F7C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5C58FCB-2DDA-4472-ACED-0C97FE09F7C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal