added AssetInfo; this is the start of syncing files over netplay

This commit is contained in:
Chris Forbes
2009-12-20 15:30:38 +13:00
parent 301873f88e
commit 32196fa223
2 changed files with 38 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
@@ -33,11 +34,15 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssetInfo.cs" />
<Compile Include="float2.cs" />
<Compile Include="int2.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />