Revert publish options.

This commit is contained in:
Jared Goodwin 2019-12-09 22:00:13 -08:00
parent b84bd53687
commit 3d7cfcdf90
2 changed files with 0 additions and 8 deletions

View File

@ -16,10 +16,6 @@
<Platforms>AnyCPU;x86;x64</Platforms>
<AssemblyName>Remotely_Agent</AssemblyName>
<RootNamespace>Agent</RootNamespace>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>

View File

@ -6,10 +6,6 @@
<AssemblyName>Remotely_Desktop</AssemblyName>
<RootNamespace>Remotely.Desktop.Unix</RootNamespace>
<Platforms>AnyCPU;x64;x86</Platforms>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>
<Folder Include="Models\" />