File tree Expand file tree Collapse file tree 3 files changed +27
-9
lines changed
Properties/PublishProfiles Expand file tree Collapse file tree 3 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 11
22Microsoft Visual Studio Solution File, Format Version 12.00
33# Visual Studio Version 17
4- VisualStudioVersion = 17.14.36221.1 d 17.14
4+ VisualStudioVersion = 17.14.36221.1
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "DemoApp" , "DemoApp\DemoApp.csproj" , "{61004604-80B3-4E50-99F2-5377453ABE6A}"
77EndProject
2424 GlobalSection (SolutionProperties ) = preSolution
2525 HideSolutionNode = FALSE
2626 EndGlobalSection
27+ GlobalSection (NestedProjects ) = preSolution
28+ {61004604-80B3-4E50-99F2-5377453ABE6A} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
29+ EndGlobalSection
2730 GlobalSection (ExtensibilityGlobals ) = postSolution
2831 SolutionGuid = {46369911-B2F4-4D3A-BC20-6B2C407535CA}
2932 EndGlobalSection
Original file line number Diff line number Diff line change 1212 <ItemGroup >
1313 <PackageReference Include =" System.Linq.Async" Version =" 6.0.3" />
1414 <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 10.0.0" />
15- <PackageReference Include =" TensorStack.Providers.DML" Version =" 0.1.39" />
16- <PackageReference Include =" TensorStack.WPF" Version =" 0.1.39" />
17- <PackageReference Include =" TensorStack.Upscaler" Version =" 0.1.39" />
18- <PackageReference Include =" TensorStack.Extractors" Version =" 0.1.39" />
19- <PackageReference Include =" TensorStack.TextGeneration" Version =" 0.1.39" />
20- <PackageReference Include =" TensorStack.StableDiffusion" Version =" 0.1.39" />
21- <PackageReference Include =" TensorStack.Video" Version =" 0.1.39" />
22- <PackageReference Include =" TensorStack.Audio.Windows" Version =" 0.1.39" />
15+ <PackageReference Include =" TensorStack.Providers.DML" Version =" 0.1.78" />
16+ <PackageReference Include =" TensorStack.WPF" Version =" 0.1.78" />
17+ <PackageReference Include =" TensorStack.Upscaler" Version =" 0.1.78" />
18+ <PackageReference Include =" TensorStack.Extractors" Version =" 0.1.78" />
19+ <PackageReference Include =" TensorStack.TextGeneration" Version =" 0.1.78" />
20+ <PackageReference Include =" TensorStack.StableDiffusion" Version =" 0.1.78" />
2321 </ItemGroup >
2422
2523
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
3+ <Project >
4+ <PropertyGroup >
5+ <Configuration >Release</Configuration >
6+ <Platform >Any CPU</Platform >
7+ <PublishDir >bin\Build\DemoApp</PublishDir >
8+ <PublishProtocol >FileSystem</PublishProtocol >
9+ <_TargetId >Folder</_TargetId >
10+ <TargetFramework >net9.0-windows10.0.17763.0</TargetFramework >
11+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
12+ <SelfContained >true</SelfContained >
13+ <PublishSingleFile >true</PublishSingleFile >
14+ <PublishReadyToRun >false</PublishReadyToRun >
15+ <PublishTrimmed >false</PublishTrimmed >
16+ </PropertyGroup >
17+ </Project >
You can’t perform that action at this time.
0 commit comments