-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcurves.sln
62 lines (62 loc) · 5.31 KB
/
curves.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "burningmime.curves", "burningmime.curves\burningmime.curves.csproj", "{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "burningmime.curves.sample", "burningmime.curves.sample\burningmime.curves.sample.csproj", "{437432C5-584B-40E2-8B62-C64F92C1B148}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "burningmime.curves.perftest", "burningmime.curves.perftest\burningmime.curves.perftest.csproj", "{060AD270-09E6-41ED-90E0-55904422C674}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug (System.Numerics)|Any CPU = Debug (System.Numerics)|Any CPU
Debug (System.Windows)|Any CPU = Debug (System.Windows)|Any CPU
Debug (Unity)|Any CPU = Debug (Unity)|Any CPU
Release (System.Numerics)|Any CPU = Release (System.Numerics)|Any CPU
Release (System.Windows)|Any CPU = Release (System.Windows)|Any CPU
Release (Unity)|Any CPU = Release (Unity)|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}.Debug (System.Numerics)|Any CPU.ActiveCfg = Debug (System.Numerics)|Any CPU
{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}.Debug (System.Numerics)|Any CPU.Build.0 = Debug (System.Numerics)|Any CPU
{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}.Debug (System.Windows)|Any CPU.ActiveCfg = Debug (System.Windows)|Any CPU
{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}.Debug (System.Windows)|Any CPU.Build.0 = Debug (System.Windows)|Any CPU
{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}.Debug (Unity)|Any CPU.ActiveCfg = Debug (Unity)|Any CPU
{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}.Debug (Unity)|Any CPU.Build.0 = Debug (Unity)|Any CPU
{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}.Release (System.Numerics)|Any CPU.ActiveCfg = Release (System.Numerics)|Any CPU
{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}.Release (System.Numerics)|Any CPU.Build.0 = Release (System.Numerics)|Any CPU
{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}.Release (System.Windows)|Any CPU.ActiveCfg = Release (System.Windows)|Any CPU
{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}.Release (System.Windows)|Any CPU.Build.0 = Release (System.Windows)|Any CPU
{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}.Release (Unity)|Any CPU.ActiveCfg = Release (Unity)|Any CPU
{7D86BD9E-3BCD-43F6-975D-8A15F3FB2CFC}.Release (Unity)|Any CPU.Build.0 = Release (Unity)|Any CPU
{437432C5-584B-40E2-8B62-C64F92C1B148}.Debug (System.Numerics)|Any CPU.ActiveCfg = Debug (System.Numerics)|Any CPU
{437432C5-584B-40E2-8B62-C64F92C1B148}.Debug (System.Numerics)|Any CPU.Build.0 = Debug (System.Numerics)|Any CPU
{437432C5-584B-40E2-8B62-C64F92C1B148}.Debug (System.Windows)|Any CPU.ActiveCfg = Debug (System.Windows)|Any CPU
{437432C5-584B-40E2-8B62-C64F92C1B148}.Debug (System.Windows)|Any CPU.Build.0 = Debug (System.Windows)|Any CPU
{437432C5-584B-40E2-8B62-C64F92C1B148}.Debug (Unity)|Any CPU.ActiveCfg = Debug (Unity)|Any CPU
{437432C5-584B-40E2-8B62-C64F92C1B148}.Debug (Unity)|Any CPU.Build.0 = Debug (Unity)|Any CPU
{437432C5-584B-40E2-8B62-C64F92C1B148}.Release (System.Numerics)|Any CPU.ActiveCfg = Release (System.Numerics)|Any CPU
{437432C5-584B-40E2-8B62-C64F92C1B148}.Release (System.Numerics)|Any CPU.Build.0 = Release (System.Numerics)|Any CPU
{437432C5-584B-40E2-8B62-C64F92C1B148}.Release (System.Windows)|Any CPU.ActiveCfg = Release (System.Windows)|Any CPU
{437432C5-584B-40E2-8B62-C64F92C1B148}.Release (System.Windows)|Any CPU.Build.0 = Release (System.Windows)|Any CPU
{437432C5-584B-40E2-8B62-C64F92C1B148}.Release (Unity)|Any CPU.ActiveCfg = Release (Unity)|Any CPU
{437432C5-584B-40E2-8B62-C64F92C1B148}.Release (Unity)|Any CPU.Build.0 = Release (Unity)|Any CPU
{060AD270-09E6-41ED-90E0-55904422C674}.Debug (System.Numerics)|Any CPU.ActiveCfg = Debug (System.Numerics)|Any CPU
{060AD270-09E6-41ED-90E0-55904422C674}.Debug (System.Numerics)|Any CPU.Build.0 = Debug (System.Numerics)|Any CPU
{060AD270-09E6-41ED-90E0-55904422C674}.Debug (System.Windows)|Any CPU.ActiveCfg = Debug (System.Windows)|Any CPU
{060AD270-09E6-41ED-90E0-55904422C674}.Debug (System.Windows)|Any CPU.Build.0 = Debug (System.Windows)|Any CPU
{060AD270-09E6-41ED-90E0-55904422C674}.Debug (Unity)|Any CPU.ActiveCfg = Debug (Unity)|Any CPU
{060AD270-09E6-41ED-90E0-55904422C674}.Debug (Unity)|Any CPU.Build.0 = Debug (Unity)|Any CPU
{060AD270-09E6-41ED-90E0-55904422C674}.Release (System.Numerics)|Any CPU.ActiveCfg = Release (System.Numerics)|Any CPU
{060AD270-09E6-41ED-90E0-55904422C674}.Release (System.Numerics)|Any CPU.Build.0 = Release (System.Numerics)|Any CPU
{060AD270-09E6-41ED-90E0-55904422C674}.Release (System.Windows)|Any CPU.ActiveCfg = Release (System.Windows)|Any CPU
{060AD270-09E6-41ED-90E0-55904422C674}.Release (System.Windows)|Any CPU.Build.0 = Release (System.Windows)|Any CPU
{060AD270-09E6-41ED-90E0-55904422C674}.Release (Unity)|Any CPU.ActiveCfg = Release (Unity)|Any CPU
{060AD270-09E6-41ED-90E0-55904422C674}.Release (Unity)|Any CPU.Build.0 = Release (Unity)|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal