Chat Design Aktuallisierung

This commit is contained in:
Waldi
2017-10-12 12:54:33 +02:00
parent ceed10bf81
commit 7d70fe02a7
14 changed files with 34 additions and 10 deletions

View File

@@ -30,6 +30,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>ownchat_favicon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\libs\Newtonsoft.Json.dll</HintPath>
@@ -110,5 +113,14 @@
<ItemGroup>
<Resource Include="Ressourcen\SymbolRefresh32.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Ressourcen\ownChat-Background.png" />
<Resource Include="Ressourcen\ownchat_favicon.png" />
<Resource Include="Ressourcen\ownchat_icon.png" />
<Resource Include="Ressourcen\ownchat_logo.png" />
</ItemGroup>
<ItemGroup>
<Content Include="ownchat_favicon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>