Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 4b71a07

Browse files
authored
Merge pull request #13 from james-s-tayler/master
add solution without dependencies on example projects
2 parents f29bfa4 + f2ffde9 commit 4b71a07

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

OnnxStackCore.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnnxStack.Core", "OnnxStack.Core\OnnxStack.Core.csproj", "{D05A6B4D-A906-482D-9A12-42346FFA9159}"
4+
EndProject
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnnxStack.StableDiffusion", "OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj", "{93F03618-9D5D-40E3-A565-729D72B164BB}"
6+
EndProject
7+
Global
8+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9+
Debug|Any CPU = Debug|Any CPU
10+
Release|Any CPU = Release|Any CPU
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{D05A6B4D-A906-482D-9A12-42346FFA9159}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{D05A6B4D-A906-482D-9A12-42346FFA9159}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{D05A6B4D-A906-482D-9A12-42346FFA9159}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{D05A6B4D-A906-482D-9A12-42346FFA9159}.Release|Any CPU.Build.0 = Release|Any CPU
17+
{93F03618-9D5D-40E3-A565-729D72B164BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
18+
{93F03618-9D5D-40E3-A565-729D72B164BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
19+
{93F03618-9D5D-40E3-A565-729D72B164BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
20+
{93F03618-9D5D-40E3-A565-729D72B164BB}.Release|Any CPU.Build.0 = Release|Any CPU
21+
EndGlobalSection
22+
EndGlobal

0 commit comments

Comments
 (0)