|
@@ -49,7 +49,7 @@
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
- <PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
@@ -67,7 +67,7 @@
|
|
<SignManifests>false</SignManifests>
|
|
<SignManifests>false</SignManifests>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
- <ApplicationIcon>Taskbar.ico</ApplicationIcon>
|
|
|
|
|
|
+ <ApplicationIcon>Logo.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
@@ -544,6 +544,9 @@
|
|
<Install>false</Install>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Resource Include="Logo.ico" />
|
|
|
|
+ </ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<ProjectExtensions>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<VisualStudio>
|