comparison IBBoard.WarFoundry.GUI.WinForms.csproj @ 30:eb470dc9aaa6

Re #112: WinForms UI won't build on other machines * Fix problems with reference to IBBoard project going up two levels * Problems with output path are still out-standing because the available macros are limited and $(HOMEDRIVE)$(HOMEPATH) isn't recognised and interpreted Also: * Remove reference to removed log4net.xml file and properties
author IBBoard <dev@ibboard.co.uk>
date Mon, 03 Aug 2009 20:07:23 +0000
parents fcfe7e12616a
children 9320e5a35c9d
comparison
equal deleted inserted replaced
29:f72a3da5059b 30:eb470dc9aaa6
48 <DebugType>full</DebugType> 48 <DebugType>full</DebugType>
49 <ErrorReport>prompt</ErrorReport> 49 <ErrorReport>prompt</ErrorReport>
50 <UseVSHostingProcess>true</UseVSHostingProcess> 50 <UseVSHostingProcess>true</UseVSHostingProcess>
51 </PropertyGroup> 51 </PropertyGroup>
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53 <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Debug\</OutputPath> 53 <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Release\</OutputPath>
54 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 54 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
55 <BaseAddress>285212672</BaseAddress> 55 <BaseAddress>285212672</BaseAddress>
56 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> 56 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
57 <ConfigurationOverrideFile> 57 <ConfigurationOverrideFile>
58 </ConfigurationOverrideFile> 58 </ConfigurationOverrideFile>
93 <ProjectReference Include="..\IBBoard.Windows.Forms\IBBoard.Windows.Forms.csproj"> 93 <ProjectReference Include="..\IBBoard.Windows.Forms\IBBoard.Windows.Forms.csproj">
94 <Name>IBBoard.Windows.Forms</Name> 94 <Name>IBBoard.Windows.Forms</Name>
95 <Project>{E3790268-2082-4975-B1A3-C70B37842CE8}</Project> 95 <Project>{E3790268-2082-4975-B1A3-C70B37842CE8}</Project>
96 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 96 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
97 </ProjectReference> 97 </ProjectReference>
98 <ProjectReference Include="..\..\IBBoard\IBBoard.csproj"> 98 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
99 <Name>IBBoard</Name> 99 <Name>IBBoard</Name>
100 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> 100 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
101 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 101 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
102 </ProjectReference> 102 </ProjectReference>
103 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> 103 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj">
107 </ProjectReference> 107 </ProjectReference>
108 </ItemGroup> 108 </ItemGroup>
109 <ItemGroup> 109 <ItemGroup>
110 <Content Include="App.ico" /> 110 <Content Include="App.ico" />
111 <Content Include="libs\log4net.dll" /> 111 <Content Include="libs\log4net.dll" />
112 <Content Include="libs\log4net.xml" />
113 <Content Include="WarFoundryPref.xml"> 112 <Content Include="WarFoundryPref.xml">
114 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 113 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
115 </Content> 114 </Content>
116 <Compile Include="AssemblyInfo.cs"> 115 <Compile Include="AssemblyInfo.cs">
117 <SubType>Code</SubType> 116 <SubType>Code</SubType>
193 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 192 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
194 </None> 193 </None>
195 <None Include="WarFoundry.exe.log4net"> 194 <None Include="WarFoundry.exe.log4net">
196 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 195 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
197 </None> 196 </None>
198 </ItemGroup>
199 <ItemGroup>
200 <Folder Include="Properties\" />
201 </ItemGroup> 197 </ItemGroup>
202 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 198 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
203 <PropertyGroup> 199 <PropertyGroup>
204 <PreBuildEvent> 200 <PreBuildEvent>
205 </PreBuildEvent> 201 </PreBuildEvent>