forked from TensorStack-AI/OnnxStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOnnxStackCore.sln
More file actions
38 lines (38 loc) · 2.21 KB
/
OnnxStackCore.sln
File metadata and controls
38 lines (38 loc) · 2.21 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnnxStack.Core", "OnnxStack.Core\OnnxStack.Core.csproj", "{D05A6B4D-A906-482D-9A12-42346FFA9159}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnnxStack.StableDiffusion", "OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj", "{93F03618-9D5D-40E3-A565-729D72B164BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnnxStack.IntegrationTests", "OnnxStack.IntegrationTests\OnnxStack.IntegrationTests.csproj", "{9336EF88-5290-451F-972C-CF9550EF545D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{556184C8-7C99-4F06-86EF-EAAF52165252}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
.dockerignore = .dockerignore
.gitignore = .gitignore
docker-compose.yml = docker-compose.yml
README.md = README.md
run-integration-tests-cuda.sh = run-integration-tests-cuda.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D05A6B4D-A906-482D-9A12-42346FFA9159}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D05A6B4D-A906-482D-9A12-42346FFA9159}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D05A6B4D-A906-482D-9A12-42346FFA9159}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D05A6B4D-A906-482D-9A12-42346FFA9159}.Release|Any CPU.Build.0 = Release|Any CPU
{93F03618-9D5D-40E3-A565-729D72B164BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93F03618-9D5D-40E3-A565-729D72B164BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93F03618-9D5D-40E3-A565-729D72B164BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93F03618-9D5D-40E3-A565-729D72B164BB}.Release|Any CPU.Build.0 = Release|Any CPU
{9336EF88-5290-451F-972C-CF9550EF545D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9336EF88-5290-451F-972C-CF9550EF545D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9336EF88-5290-451F-972C-CF9550EF545D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9336EF88-5290-451F-972C-CF9550EF545D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal