comparison IBBoard.WarFoundry.GUI.QtSharp.csproj @ 1:4ff09911ef64

Re #242: Create Qt# UI for WarFoundry * Convert to Visual Studio 2005 project * Add Solution file * Update compile script to be more readable and to check whether rebuilds are needed
author IBBoard <dev@ibboard.co.uk>
date Sat, 23 Jan 2010 19:55:54 +0000
parents
children cf68a996b3f1
comparison
equal deleted inserted replaced
0:620c62ba4d07 1:4ff09911ef64
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{299D84D6-C84A-45CD-B709-AF536FCBA937}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <RootNamespace>IBBoard.WarFoundry.GUI.QtSharp</RootNamespace>
11 <AssemblyName>IBBoard.WarFoundry.GUI.QtSharp</AssemblyName>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>false</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CustomCommands>
22 <CustomCommands>
23 <Command type="BeforeBuild" command="compile-ui.sh" workingdir="${ProjectDir}" />
24 </CustomCommands>
25 </CustomCommands>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>false</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 </PropertyGroup>
34 <ItemGroup>
35 <Compile Include="AssemblyInfo.cs" />
36 <Compile Include="MainWindow.cs" />
37 <Compile Include="Main.cs" />
38 <Compile Include="qt-gui\MainWindowLayout.cs" />
39 </ItemGroup>
40 <ItemGroup>
41 <None Include="compile-ui.sh" />
42 <None Include="qt-gui\MainWindowLayout.ui" />
43 </ItemGroup>
44 <ItemGroup>
45 <Folder Include="qt-gui\" />
46 <Folder Include="icons\" />
47 </ItemGroup>
48 <ItemGroup>
49 <Content Include="icons\App.png">
50 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
51 </Content>
52 </ItemGroup>
53 <ItemGroup>
54 <Reference Include="System" />
55 <Reference Include="qt-dotnet, Version=4.5.0.0, Culture=neutral, PublicKeyToken=194a23ba31c08164" />
56 </ItemGroup>
57 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
58 <ItemGroup>
59 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj">
60 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project>
61 <Name>IBBoard.WarFoundry.API</Name>
62 </ProjectReference>
63 </ItemGroup>
64 </Project>