forked from TensorStack-AI/OnnxStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOnnxStack.sln
More file actions
87 lines (87 loc) · 5.82 KB
/
OnnxStack.sln
File metadata and controls
87 lines (87 loc) · 5.82 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnnxStack.Core", "OnnxStack.Core\OnnxStack.Core.csproj", "{02404CEB-207F-4D19-894C-11D51394F1D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnnxStack.StableDiffusion", "OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj", "{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnnxStack.Console", "OnnxStack.Console\OnnxStack.Console.csproj", "{46A43C80-A440-4461-B7EB-81FA998FB24B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnnxStack.UI", "OnnxStack.UI\OnnxStack.UI.csproj", "{85BB1855-8C3B-4049-A2DD-1130FA6CD846}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnnxStack.ImageUpscaler", "OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj", "{A33D08BF-7881-4910-8439-5AE46646C1DD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OnnxStack.Adapter", "OnnxStack.Adapter\OnnxStack.Adapter.vcxproj", "{5A64FC26-6926-4A45-ACCE-1FE173166990}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug-Cuda|x64 = Debug-Cuda|x64
Debug-TensorRT|x64 = Debug-TensorRT|x64
Release|x64 = Release|x64
Release-Cuda|x64 = Release-Cuda|x64
Release-TensorRT|x64 = Release-TensorRT|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02404CEB-207F-4D19-894C-11D51394F1D5}.Debug|x64.ActiveCfg = Debug|x64
{02404CEB-207F-4D19-894C-11D51394F1D5}.Debug|x64.Build.0 = Debug|x64
{02404CEB-207F-4D19-894C-11D51394F1D5}.Debug-Cuda|x64.ActiveCfg = Debug|x64
{02404CEB-207F-4D19-894C-11D51394F1D5}.Debug-Cuda|x64.Build.0 = Debug|x64
{02404CEB-207F-4D19-894C-11D51394F1D5}.Debug-TensorRT|x64.ActiveCfg = Debug|x64
{02404CEB-207F-4D19-894C-11D51394F1D5}.Release|x64.ActiveCfg = Release|x64
{02404CEB-207F-4D19-894C-11D51394F1D5}.Release-Cuda|x64.ActiveCfg = Release|x64
{02404CEB-207F-4D19-894C-11D51394F1D5}.Release-TensorRT|x64.ActiveCfg = Release|x64
{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}.Debug|x64.ActiveCfg = Debug|x64
{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}.Debug|x64.Build.0 = Debug|x64
{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}.Debug-Cuda|x64.ActiveCfg = Debug|x64
{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}.Debug-Cuda|x64.Build.0 = Debug|x64
{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}.Debug-TensorRT|x64.ActiveCfg = Debug|x64
{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}.Release|x64.ActiveCfg = Release|x64
{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}.Release-Cuda|x64.ActiveCfg = Release|x64
{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}.Release-TensorRT|x64.ActiveCfg = Release|x64
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Debug|x64.ActiveCfg = Debug|x64
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Debug|x64.Build.0 = Debug|x64
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Debug-Cuda|x64.ActiveCfg = Debug-Cuda|x64
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Debug-Cuda|x64.Build.0 = Debug-Cuda|x64
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Debug-TensorRT|x64.ActiveCfg = Debug-TensorRT|x64
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Release|x64.ActiveCfg = Release|x64
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Release-Cuda|x64.ActiveCfg = Release-Cuda|x64
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Release-TensorRT|x64.ActiveCfg = Release-TensorRT|x64
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Debug|x64.ActiveCfg = Debug|x64
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Debug|x64.Build.0 = Debug|x64
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Debug-Cuda|x64.ActiveCfg = Debug-Cuda|x64
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Debug-Cuda|x64.Build.0 = Debug-Cuda|x64
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Debug-TensorRT|x64.ActiveCfg = Debug-TensorRT|x64
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Release|x64.ActiveCfg = Release|x64
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Release-Cuda|x64.ActiveCfg = Release-Cuda|x64
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Release-TensorRT|x64.ActiveCfg = Release-TensorRT|x64
{A33D08BF-7881-4910-8439-5AE46646C1DD}.Debug|x64.ActiveCfg = Debug|x64
{A33D08BF-7881-4910-8439-5AE46646C1DD}.Debug|x64.Build.0 = Debug|x64
{A33D08BF-7881-4910-8439-5AE46646C1DD}.Debug-Cuda|x64.ActiveCfg = Debug|x64
{A33D08BF-7881-4910-8439-5AE46646C1DD}.Debug-Cuda|x64.Build.0 = Debug|x64
{A33D08BF-7881-4910-8439-5AE46646C1DD}.Debug-TensorRT|x64.ActiveCfg = Debug|x64
{A33D08BF-7881-4910-8439-5AE46646C1DD}.Release|x64.ActiveCfg = Release|x64
{A33D08BF-7881-4910-8439-5AE46646C1DD}.Release-Cuda|x64.ActiveCfg = Release|x64
{A33D08BF-7881-4910-8439-5AE46646C1DD}.Release-TensorRT|x64.ActiveCfg = Release|x64
{5A64FC26-6926-4A45-ACCE-1FE173166990}.Debug|x64.ActiveCfg = Debug|x64
{5A64FC26-6926-4A45-ACCE-1FE173166990}.Debug|x64.Build.0 = Debug|x64
{5A64FC26-6926-4A45-ACCE-1FE173166990}.Debug-Cuda|x64.ActiveCfg = Debug|x64
{5A64FC26-6926-4A45-ACCE-1FE173166990}.Debug-Cuda|x64.Build.0 = Debug|x64
{5A64FC26-6926-4A45-ACCE-1FE173166990}.Debug-TensorRT|x64.ActiveCfg = Debug|x64
{5A64FC26-6926-4A45-ACCE-1FE173166990}.Debug-TensorRT|x64.Build.0 = Debug|x64
{5A64FC26-6926-4A45-ACCE-1FE173166990}.Release|x64.ActiveCfg = Release|x64
{5A64FC26-6926-4A45-ACCE-1FE173166990}.Release|x64.Build.0 = Release|x64
{5A64FC26-6926-4A45-ACCE-1FE173166990}.Release-Cuda|x64.ActiveCfg = Release|x64
{5A64FC26-6926-4A45-ACCE-1FE173166990}.Release-Cuda|x64.Build.0 = Release|x64
{5A64FC26-6926-4A45-ACCE-1FE173166990}.Release-TensorRT|x64.ActiveCfg = Release|x64
{5A64FC26-6926-4A45-ACCE-1FE173166990}.Release-TensorRT|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {25711C54-70BD-41B2-8F35-70C810B035CB}
EndGlobalSection
EndGlobal