git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1061 993157c7-ee19-0410-b2c4-bb4e9862e678

This commit is contained in:
chrisf
2007-06-23 17:19:09 +00:00
parent 73c4ee6817
commit 1504ad3ca6
15 changed files with 64 additions and 75 deletions

View File

@@ -5,9 +5,10 @@ using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using ImageDecode;
using System.IO;
using OpenRa.FileFormats;
namespace ShpViewer
{
public partial class ShpViewForm : Form

View File

@@ -66,9 +66,9 @@
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImageDecode\ImageDecode.csproj">
<Project>{39352FD2-28B0-4DF5-97C7-499CE1AECCB9}</Project>
<Name>ImageDecode</Name>
<ProjectReference Include="..\OpenRa.FileFormats\OpenRa.FileFormats.csproj">
<Project>{BDAEAB25-991E-46A7-AF1E-4F0E03358DAA}</Project>
<Name>OpenRa.FileFormats</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />