Sicherung
This commit is contained in:
@@ -1,22 +1,35 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<UseWPF>true</UseWPF>
|
||||
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
||||
<ApplicationIcon>Icons\FondiumU.ico</ApplicationIcon>
|
||||
<AssemblyVersion>2.0</AssemblyVersion>
|
||||
<Version>2.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Icons\Folders.png" />
|
||||
<None Remove="Icons\Iba.jpg" />
|
||||
<None Remove="Icons\txt.png" />
|
||||
<Compile Remove="ExtTools\kalk\**" />
|
||||
<EmbeddedResource Remove="ExtTools\kalk\**" />
|
||||
<None Remove="ExtTools\kalk\**" />
|
||||
<Page Remove="ExtTools\kalk\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="ExtTools\kalk.zip" />
|
||||
<None Remove="Icons\Folders.png" />
|
||||
<None Remove="Icons\Iba.jpg" />
|
||||
<None Remove="Icons\txt.png" />
|
||||
<None Remove="Icons\VolDown.png" />
|
||||
<None Remove="Icons\VolOff.png" />
|
||||
<None Remove="Icons\VolOn.png" />
|
||||
<None Remove="Icons\VolUp.png" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -59,10 +72,24 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Resource Include="Icons\txt.png" />
|
||||
<EmbeddedResource Include="ExtTools\kalk.zip" />
|
||||
<Resource Include="Icons\VolDown.png" />
|
||||
<Resource Include="Icons\VolOff.png" />
|
||||
<Resource Include="Icons\VolOn.png" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Autoupdater.NET.Official" Version="1.7.6" />
|
||||
<PackageReference Include="TextCopy" Version="6.2.1" />
|
||||
<PackageReference Include="DotNetZip" Version="1.16.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Resource Include="Icons\txt.png" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\AutoCompleteTextBox\AutoCompleteTextBox.csproj" />
|
||||
<ProjectReference Include="..\Config.Net\Config.Net.csproj" />
|
||||
<ProjectReference Include="..\FSI.Lib\FSI.Lib\FSI.Lib.csproj" />
|
||||
<ProjectReference Include="..\NHotkey\NHotkey.Wpf\NHotkey.Wpf.csproj" />
|
||||
@@ -73,7 +100,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<Resource Include="Icons\1087815.png">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Resource Include="Icons\Admin.jpg" />
|
||||
<Resource Include="Icons\Apps.png" />
|
||||
@@ -109,6 +136,7 @@
|
||||
<Resource Include="Icons\TotalCmd.jfif" />
|
||||
<Resource Include="Icons\Vnc.png" />
|
||||
<Resource Include="Icons\VncAdrBook.png" />
|
||||
<Resource Include="Icons\VolUp.png" />
|
||||
<Resource Include="Icons\Vs.png" />
|
||||
<Resource Include="Icons\VsCode.png" />
|
||||
<Resource Include="Icons\TeXstudio.png" />
|
||||
@@ -116,14 +144,19 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="config.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="nlog.config">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="config.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="nlog.config">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<ProjectExtensions><VisualStudio><UserProperties config_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
|
||||
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<UserProperties config_1json__JsonSchema="" />
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user