@@ -3,18 +3,22 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio 14
4
4
VisualStudioVersion = 14.0.23107.0
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "HelloCSharp " , "Examples\HelloCSharp\HelloCSharp .csproj" , "{3DDF07D8-2260-47D5-ABCF-2BF7B2818FAC }"
6
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "ArrayFire " , "Wrapper\ArrayFire .csproj" , "{C5F2B49F-6E49-4F37-B8FC-A70C9A061108 }"
7
7
EndProject
8
- Project ("{F2A71F9B-5D33-465A-A702-920D77279786 }" ) = "HelloFSharp " , "Examples\HelloFSharp\HelloFSharp.fsproj " , "{55144E61-0740-4116-8F43-A45F1A9909AB }"
8
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "HelloWorld (CSharp) " , "Examples\HelloWorld\CSharp\HelloWorld (CSharp).csproj " , "{3DDF07D8-2260-47D5-ABCF-2BF7B2818FAC }"
9
9
EndProject
10
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "ArrayFire " , "Wrapper\ArrayFire.csproj " , "{C5F2B49F-6E49-4F37-B8FC-A70C9A061108 }"
10
+ Project ("{F2A71F9B-5D33-465A-A702-920D77279786 }" ) = "HelloWorld (FSharp) " , "Examples\HelloWorld\FSharp\HelloWorld (FSharp).fsproj " , "{55144E61-0740-4116-8F43-A45F1A9909AB }"
11
11
EndProject
12
12
Global
13
13
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
14
14
Debug| x64 = Debug| x64
15
15
Release| x64 = Release| x64
16
16
EndGlobalSection
17
17
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
18
+ {C5F2B49F-6E49-4F37-B8FC-A70C9A061108} .Debug| x64 .ActiveCfg = Debug| x64
19
+ {C5F2B49F-6E49-4F37-B8FC-A70C9A061108} .Debug| x64 .Build .0 = Debug| x64
20
+ {C5F2B49F-6E49-4F37-B8FC-A70C9A061108} .Release| x64 .ActiveCfg = Release| x64
21
+ {C5F2B49F-6E49-4F37-B8FC-A70C9A061108} .Release| x64 .Build .0 = Release| x64
18
22
{3DDF07D8-2260-47D5-ABCF-2BF7B2818FAC} .Debug| x64 .ActiveCfg = Debug| x64
19
23
{3DDF07D8-2260-47D5-ABCF-2BF7B2818FAC} .Debug| x64 .Build .0 = Debug| x64
20
24
{3DDF07D8-2260-47D5-ABCF-2BF7B2818FAC} .Release| x64 .ActiveCfg = Release| x64
@@ -23,10 +27,6 @@ Global
23
27
{55144E61-0740-4116-8F43-A45F1A9909AB} .Debug| x64 .Build .0 = Debug| x64
24
28
{55144E61-0740-4116-8F43-A45F1A9909AB} .Release| x64 .ActiveCfg = Release| x64
25
29
{55144E61-0740-4116-8F43-A45F1A9909AB} .Release| x64 .Build .0 = Release| x64
26
- {C5F2B49F-6E49-4F37-B8FC-A70C9A061108} .Debug| x64 .ActiveCfg = Debug| x64
27
- {C5F2B49F-6E49-4F37-B8FC-A70C9A061108} .Debug| x64 .Build .0 = Debug| x64
28
- {C5F2B49F-6E49-4F37-B8FC-A70C9A061108} .Release| x64 .ActiveCfg = Release| x64
29
- {C5F2B49F-6E49-4F37-B8FC-A70C9A061108} .Release| x64 .Build .0 = Release| x64
30
30
EndGlobalSection
31
31
GlobalSection (SolutionProperties ) = preSolution
32
32
HideSolutionNode = FALSE
0 commit comments