forked from BrannonKing/NLoptNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NLoptNet.sln
47 lines (47 loc) · 2.68 KB
/
NLoptNet.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLoptNet", "NLoptNet\NLoptNet.csproj", "{861744EF-3C2B-4755-8753-1EEB13AF30B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLoptNet.Tests", "NLoptNet.Tests\NLoptNet.Tests.csproj", "{3FBAF56F-C4EB-4AB0-82EB-947ADD2E6E97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLoptNet.NuGet.Tests", "NLoptNet.NuGet.Tests\NLoptNet.NuGet.Tests.csproj", "{6781C965-513E-4717-A0AD-A1EF339DDEC1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{861744EF-3C2B-4755-8753-1EEB13AF30B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{861744EF-3C2B-4755-8753-1EEB13AF30B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{861744EF-3C2B-4755-8753-1EEB13AF30B7}.Debug|x64.ActiveCfg = Debug|Any CPU
{861744EF-3C2B-4755-8753-1EEB13AF30B7}.Debug|x64.Build.0 = Debug|Any CPU
{861744EF-3C2B-4755-8753-1EEB13AF30B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{861744EF-3C2B-4755-8753-1EEB13AF30B7}.Release|Any CPU.Build.0 = Release|Any CPU
{861744EF-3C2B-4755-8753-1EEB13AF30B7}.Release|x64.ActiveCfg = Release|Any CPU
{861744EF-3C2B-4755-8753-1EEB13AF30B7}.Release|x64.Build.0 = Release|Any CPU
{3FBAF56F-C4EB-4AB0-82EB-947ADD2E6E97}.Debug|Any CPU.ActiveCfg = Debug|x64
{3FBAF56F-C4EB-4AB0-82EB-947ADD2E6E97}.Debug|x64.ActiveCfg = Debug|x64
{3FBAF56F-C4EB-4AB0-82EB-947ADD2E6E97}.Debug|x64.Build.0 = Debug|x64
{3FBAF56F-C4EB-4AB0-82EB-947ADD2E6E97}.Release|Any CPU.ActiveCfg = Release|x64
{3FBAF56F-C4EB-4AB0-82EB-947ADD2E6E97}.Release|x64.ActiveCfg = Release|x64
{3FBAF56F-C4EB-4AB0-82EB-947ADD2E6E97}.Release|x64.Build.0 = Release|x64
{3FBAF56F-C4EB-4AB0-82EB-947ADD2E6E97}.Debug|Any CPU.Build.0 = Debug|x64
{3FBAF56F-C4EB-4AB0-82EB-947ADD2E6E97}.Release|Any CPU.Build.0 = Release|x64
{6781C965-513E-4717-A0AD-A1EF339DDEC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6781C965-513E-4717-A0AD-A1EF339DDEC1}.Debug|x64.ActiveCfg = Debug|Any CPU
{6781C965-513E-4717-A0AD-A1EF339DDEC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6781C965-513E-4717-A0AD-A1EF339DDEC1}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BDE66F1-ABC8-43A4-8953-05CF1B001EB7}
EndGlobalSection
EndGlobal