summary refs log tree commit diff stats
path: root/src/xtm/xtm.csproj
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-06-17 06:41:29 +0200
committerBerke Viktor <berkeviktor@aol.com>2012-06-17 06:41:29 +0200
commit8ec3e46978ddd4f3af6e46f825176d106ca42dd7 (patch)
treef0e3ac72ce3da23fe44b02eee782ccf8265603b4 /src/xtm/xtm.csproj
parent6bca080d93e73132a7d41977687bffc476cff697 (diff)
Fix a few more crashes in XTM
Diffstat (limited to 'src/xtm/xtm.csproj')
-rw-r--r--src/xtm/xtm.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xtm/xtm.csproj b/src/xtm/xtm.csproj
index 5acac6de..f5a343aa 100644
--- a/src/xtm/xtm.csproj
+++ b/src/xtm/xtm.csproj
@@ -128,9 +128,6 @@
     </Compile>

   </ItemGroup>

   <ItemGroup>

-    <Content Include="Resources\xchat.ico" />

-  </ItemGroup>

-  <ItemGroup>

     <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">

       <Visible>False</Visible>

       <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>

@@ -152,6 +149,9 @@
       <Install>true</Install>

     </BootstrapperPackage>

   </ItemGroup>

+  <ItemGroup>

+    <Content Include="Resources\xchat.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. 
        Other similar extension points exist, see Microsoft.Common.targets.