@@ -3,18 +3,22 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33# Visual Studio 14
44VisualStudioVersion = 14.0.23107.0
55MinimumVisualStudioVersion = 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 }"
77EndProject
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 }"
99EndProject
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 }"
1111EndProject
1212Global
1313 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1414 Debug| x64 = Debug| x64
1515 Release| x64 = Release| x64
1616 EndGlobalSection
1717 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
1822 {3DDF07D8-2260-47D5-ABCF-2BF7B2818FAC} .Debug| x64 .ActiveCfg = Debug| x64
1923 {3DDF07D8-2260-47D5-ABCF-2BF7B2818FAC} .Debug| x64 .Build .0 = Debug| x64
2024 {3DDF07D8-2260-47D5-ABCF-2BF7B2818FAC} .Release| x64 .ActiveCfg = Release| x64
@@ -23,10 +27,6 @@ Global
2327 {55144E61-0740-4116-8F43-A45F1A9909AB} .Debug| x64 .Build .0 = Debug| x64
2428 {55144E61-0740-4116-8F43-A45F1A9909AB} .Release| x64 .ActiveCfg = Release| x64
2529 {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
3030 EndGlobalSection
3131 GlobalSection (SolutionProperties ) = preSolution
3232 HideSolutionNode = FALSE
0 commit comments