Mercurial > repos > IBBoard.WarFoundry.API
comparison IBBoard.WarFoundry.API.csproj @ 20:b7c93a5821cd
* Remove unnecessary project dependency
* Change logging on invalid file exception on load
* Add logging when a non-native loader is asked to load a file it doesn't understand
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 01 Mar 2009 15:00:03 +0000 |
parents | 3c228f093a71 |
children | f9846f896df3 |
comparison
equal
deleted
inserted
replaced
19:57451981545c | 20:b7c93a5821cd |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 <PropertyGroup> | 3 <PropertyGroup> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 <ProductVersion>8.0.50727</ProductVersion> | 6 <ProductVersion>8.0.50727</ProductVersion> |
119 <ItemGroup> | 119 <ItemGroup> |
120 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> | 120 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> |
121 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> | 121 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> |
122 <Name>IBBoard</Name> | 122 <Name>IBBoard</Name> |
123 </ProjectReference> | 123 </ProjectReference> |
124 <ProjectReference Include="..\IBBoard.Log4Net\IBBoard.Log4Net.csproj"> | |
125 <Project>{DCBA3FB1-267A-4D89-955B-5C05785EE1CD}</Project> | |
126 <Name>IBBoard.Log4Net</Name> | |
127 </ProjectReference> | |
128 </ItemGroup> | 124 </ItemGroup> |
129 <ItemGroup> | 125 <ItemGroup> |
130 <Reference Include="System.Xml" /> | 126 <Reference Include="System.Xml" /> |
131 <Reference Include="System" /> | 127 <Reference Include="System" /> |
132 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73"> | 128 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73"> |