diff options
Diffstat (limited to 'src/xtm/xtm.csproj')
-rw-r--r-- | src/xtm/xtm.csproj | 6 |
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. |