-
Notifications
You must be signed in to change notification settings - Fork 5
/
GenericTensor.sln
48 lines (48 loc) · 2.74 KB
/
GenericTensor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenericTensor", "GenericTensor\GenericTensor.csproj", "{D4ED9D4A-82AB-419C-B3AD-BF35104A6613}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "Sample\Sample.csproj", "{DF4C5CB0-7D93-4126-B967-5BA2A2BB6489}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{3104462C-7792-4003-AC2A-A34F74F52701}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "Benchmark\Benchmark.csproj", "{E307577A-08C0-468E-BC6A-79398B1D6AAD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DD9FA32-C26B-4630-ADB1-4DE2E36AA672}"
ProjectSection(SolutionItems) = preProject
GenericTensor.sln.licenseheader = GenericTensor.sln.licenseheader
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4ED9D4A-82AB-419C-B3AD-BF35104A6613}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4ED9D4A-82AB-419C-B3AD-BF35104A6613}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4ED9D4A-82AB-419C-B3AD-BF35104A6613}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4ED9D4A-82AB-419C-B3AD-BF35104A6613}.Release|Any CPU.Build.0 = Release|Any CPU
{DF4C5CB0-7D93-4126-B967-5BA2A2BB6489}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF4C5CB0-7D93-4126-B967-5BA2A2BB6489}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF4C5CB0-7D93-4126-B967-5BA2A2BB6489}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF4C5CB0-7D93-4126-B967-5BA2A2BB6489}.Release|Any CPU.Build.0 = Release|Any CPU
{3104462C-7792-4003-AC2A-A34F74F52701}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3104462C-7792-4003-AC2A-A34F74F52701}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3104462C-7792-4003-AC2A-A34F74F52701}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3104462C-7792-4003-AC2A-A34F74F52701}.Release|Any CPU.Build.0 = Release|Any CPU
{E307577A-08C0-468E-BC6A-79398B1D6AAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E307577A-08C0-468E-BC6A-79398B1D6AAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E307577A-08C0-468E-BC6A-79398B1D6AAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E307577A-08C0-468E-BC6A-79398B1D6AAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3AE1B7D-B3AB-4B03-97CC-EC583184E39D}
EndGlobalSection
EndGlobal