|
|
@ -6,6 +6,7 @@
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
|
|
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
@ -43,6 +44,7 @@
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
</Content>
|
|
|
|
</Content>
|
|
|
|
|
|
|
|
<Content Include="favicon.ico" />
|
|
|
|
<Content Include="Log4net.config">
|
|
|
|
<Content Include="Log4net.config">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|