forked from TensorStack-AI/OnnxStack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOnnxStack.sln
43 lines (43 loc) · 2.57 KB
/
OnnxStack.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
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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02404CEB-207F-4D19-894C-11D51394F1D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02404CEB-207F-4D19-894C-11D51394F1D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02404CEB-207F-4D19-894C-11D51394F1D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02404CEB-207F-4D19-894C-11D51394F1D5}.Release|Any CPU.Build.0 = Release|Any CPU
{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA1F61D0-490B-42EC-96F5-7DCCAB94457A}.Release|Any CPU.Build.0 = Release|Any CPU
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Release|Any CPU.Build.0 = Release|Any CPU
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {25711C54-70BD-41B2-8F35-70C810B035CB}
EndGlobalSection
EndGlobal