|
@@ -95,6 +95,9 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <ApplicationIcon>OTSSysMgr.ico</ApplicationIcon>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
@@ -195,6 +198,7 @@
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<EmbeddedResource Include="Resources\logo.jpg" />
|
|
|
+ <Content Include="OTSSysMgr.ico" />
|
|
|
<Content Include="XMLData\SystemData.xml">
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
</Content>
|