-
Notifications
You must be signed in to change notification settings - Fork 0
/
TypeNum.sln
51 lines (51 loc) · 2.59 KB
/
TypeNum.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28711.60
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeNum", "src\TypeNum.csproj", "{C64FBD4B-20A5-48B0-865B-0F708A74C457}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeNum.Tests", "tests\TypeNum.Tests.csproj", "{DAB4E441-7F95-4870-848C-925D1F1245F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{44BFD517-B192-42D8-B16F-373AE20DABE6}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{058BAD21-D662-4697-B2F5-AE49D50D2D90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tensors", "samples\Tensors\Tensors.csproj", "{700CD753-222E-4F6C-BECD-230E49A56F23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C64FBD4B-20A5-48B0-865B-0F708A74C457}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C64FBD4B-20A5-48B0-865B-0F708A74C457}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C64FBD4B-20A5-48B0-865B-0F708A74C457}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C64FBD4B-20A5-48B0-865B-0F708A74C457}.Release|Any CPU.Build.0 = Release|Any CPU
{DAB4E441-7F95-4870-848C-925D1F1245F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAB4E441-7F95-4870-848C-925D1F1245F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAB4E441-7F95-4870-848C-925D1F1245F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAB4E441-7F95-4870-848C-925D1F1245F8}.Release|Any CPU.Build.0 = Release|Any CPU
{700CD753-222E-4F6C-BECD-230E49A56F23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{700CD753-222E-4F6C-BECD-230E49A56F23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{700CD753-222E-4F6C-BECD-230E49A56F23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{700CD753-222E-4F6C-BECD-230E49A56F23}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{700CD753-222E-4F6C-BECD-230E49A56F23} = {058BAD21-D662-4697-B2F5-AE49D50D2D90}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF6A4D21-03BB-4811-86F3-3802AD5B526C}
EndGlobalSection
EndGlobal