-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTorchSharp.BitsAndBytes.sln
65 lines (65 loc) · 3.71 KB
/
TorchSharp.BitsAndBytes.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
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TorchSharp.BitsAndBytes", "TorchSharp.BitsAndBytes\TorchSharp.BitsAndBytes.csproj", "{0F73B028-9527-4400-B33A-45BE14E0A186}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5883F1D7-DE24-40D6-812E-16E861C08597}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitmodules = .gitmodules
BranchInfo.props = BranchInfo.props
Dependencies.props = Dependencies.props
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Redist", "Redist", "{376B8812-3CD4-4983-A80B-4805886D6C1D}"
ProjectSection(SolutionItems) = preProject
Redist\build.proj = Redist\build.proj
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TorchSharp.BitsAndBytes.Tests", "TorchSharp.BitsAndBytes.Tests\TorchSharp.BitsAndBytes.Tests.csproj", "{ED3785A5-4DE0-4FB3-8DCB-5B589031F2BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TorchSharp.BitsAndBytes.Benchmark", "TorchSharp.BitsAndBytes.Benchmark\TorchSharp.BitsAndBytes.Benchmark.csproj", "{52615AA3-5002-4EFC-A296-745475616379}"
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
{0F73B028-9527-4400-B33A-45BE14E0A186}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F73B028-9527-4400-B33A-45BE14E0A186}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F73B028-9527-4400-B33A-45BE14E0A186}.Debug|x64.ActiveCfg = Debug|x64
{0F73B028-9527-4400-B33A-45BE14E0A186}.Debug|x64.Build.0 = Debug|x64
{0F73B028-9527-4400-B33A-45BE14E0A186}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F73B028-9527-4400-B33A-45BE14E0A186}.Release|Any CPU.Build.0 = Release|Any CPU
{0F73B028-9527-4400-B33A-45BE14E0A186}.Release|x64.ActiveCfg = Release|x64
{0F73B028-9527-4400-B33A-45BE14E0A186}.Release|x64.Build.0 = Release|x64
{ED3785A5-4DE0-4FB3-8DCB-5B589031F2BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED3785A5-4DE0-4FB3-8DCB-5B589031F2BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED3785A5-4DE0-4FB3-8DCB-5B589031F2BB}.Debug|x64.ActiveCfg = Debug|Any CPU
{ED3785A5-4DE0-4FB3-8DCB-5B589031F2BB}.Debug|x64.Build.0 = Debug|Any CPU
{ED3785A5-4DE0-4FB3-8DCB-5B589031F2BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED3785A5-4DE0-4FB3-8DCB-5B589031F2BB}.Release|Any CPU.Build.0 = Release|Any CPU
{ED3785A5-4DE0-4FB3-8DCB-5B589031F2BB}.Release|x64.ActiveCfg = Release|Any CPU
{ED3785A5-4DE0-4FB3-8DCB-5B589031F2BB}.Release|x64.Build.0 = Release|Any CPU
{52615AA3-5002-4EFC-A296-745475616379}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52615AA3-5002-4EFC-A296-745475616379}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52615AA3-5002-4EFC-A296-745475616379}.Debug|x64.ActiveCfg = Debug|Any CPU
{52615AA3-5002-4EFC-A296-745475616379}.Debug|x64.Build.0 = Debug|Any CPU
{52615AA3-5002-4EFC-A296-745475616379}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52615AA3-5002-4EFC-A296-745475616379}.Release|Any CPU.Build.0 = Release|Any CPU
{52615AA3-5002-4EFC-A296-745475616379}.Release|x64.ActiveCfg = Release|Any CPU
{52615AA3-5002-4EFC-A296-745475616379}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal