Skip to content

Commit

Permalink
Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JensKrumsieck committed Aug 23, 2022
1 parent 46ad720 commit 38ec7da
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
1 change: 0 additions & 1 deletion FileClassification.ViewModel/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Text.Json.Serialization;
using ChemSharp.Molecules;
using ChemSharp.Molecules.HelixToolkit;
Expand Down
15 changes: 15 additions & 0 deletions FileClassification/FileClassification.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageId>PorphyStruct File Classification</PackageId>
<Authors>Jens Krumsieck</Authors>
<Company>Jens Krumsieck</Company>
<LangVersion>preview</LangVersion>
<Version>0.0.1</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageProjectUrl>https://github.com/JensKrumsieck/FileClassification</PackageProjectUrl>
<RepositoryUrl>https://github.com/JensKrumsieck/FileClassification</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<UseWPF>true</UseWPF>
<PublishSingleFile Condition="'$(Configuration)' == 'Release'">true</PublishSingleFile>
<SelfContained>True</SelfContained>
<IncludeAllContentForSelfExtract>True</IncludeAllContentForSelfExtract>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishReadyToRun>True</PublishReadyToRun>
<PublishReadyToRunShowWarnings>True</PublishReadyToRunShowWarnings>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion FileClassification/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.IO;
using System.Linq;
using System.Text.Json;
using System.Windows;
using System.Windows.Controls;
Expand Down

0 comments on commit 38ec7da

Please sign in to comment.