Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
ready to run
Browse files Browse the repository at this point in the history
  • Loading branch information
JensKrumsieck committed Feb 4, 2021
1 parent 161a387 commit 0ef4be4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,5 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc
*.pubxml
14 changes: 13 additions & 1 deletion SPCViewer.WPF/SPCViewer.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Version>3.0.0-beta1</Version>
<LangVersion>latest</LangVersion>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net5.0-windows10.0.17763.0</TargetFramework>
<UseWPF>true</UseWPF>
<PackageProjectUrl>https://github.com/JensKrumsieck/BluEPRint2</PackageProjectUrl>
<RepositoryUrl>https://github.com/JensKrumsieck/BluEPRint2</RepositoryUrl>
Expand All @@ -15,6 +15,12 @@
<PackageIcon>Resources\spc_icon.ico</PackageIcon>
<AssemblyName>SPCViewer</AssemblyName>
<RootNamespace>SPCViewer</RootNamespace>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
<ItemGroup>
<None Remove="Resources\spc_icon.ico" />
Expand All @@ -34,4 +40,10 @@
<ProjectReference Include="..\SPCViewer.ViewModel\SPCViewer.ViewModel.csproj" />
</ItemGroup>

<ItemGroup>
<TrimmerRootAssembly Include="System.Runtime" />
<TrimmerRootAssembly Include="System.Diagnostics.Debug" />
<TrimmerRootAssembly Include="System.Runtime.Extensions" />
</ItemGroup>

</Project>

0 comments on commit 0ef4be4

Please sign in to comment.