diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-06-17 10:08:39 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-06-17 10:08:39 +0200 |
commit | 9d9c24c8d347aa44efbd63e8f8c8dfb5b3cddedb (patch) | |
tree | 936bb6fce5c26b3876a7324ec82ee0bb232875d7 /src/xtm/xtm.csproj | |
parent | 0d1e485ae83439140ec3cefeb420db47104ce862 (diff) |
Another bunch of fixes and additions to the XTM
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. |