diff options
Diffstat (limited to 'src/xtm/xtm.csproj')
-rw-r--r-- | src/xtm/xtm.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xtm/xtm.csproj b/src/xtm/xtm.csproj index f5a343aa..10a9ccce 100644 --- a/src/xtm/xtm.csproj +++ b/src/xtm/xtm.csproj @@ -42,7 +42,7 @@ <CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode> </PropertyGroup> <PropertyGroup> - <ApplicationIcon>Resources\xchat.ico</ApplicationIcon> + <ApplicationIcon>Resources\xtm.ico</ApplicationIcon> </PropertyGroup> <PropertyGroup> <ManifestCertificateThumbprint>25412E3EF25458D894050F8209E4D9DCCDF432D7</ManifestCertificateThumbprint> @@ -150,7 +150,7 @@ </BootstrapperPackage> </ItemGroup> <ItemGroup> - <Content Include="Resources\xchat.ico" /> + <Content Include="Resources\xtm.ico" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |