summaryrefslogtreecommitdiff
path: root/NW4RTools/NW4RTools.csproj
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-02-11 22:35:05 +0100
committerTreeki <treeki@gmail.com>2011-02-11 22:35:05 +0100
commit6d779d24736ad2ddb2a95e36a4122886308ecf13 (patch)
tree395e6bf4e53d16d416b880d03d6398bbfa6f0ecd /NW4RTools/NW4RTools.csproj
parentf6f657812c1973172d25d7895aabb37f900071a7 (diff)
downloadnw4rtools-6d779d24736ad2ddb2a95e36a4122886308ecf13.tar.gz
nw4rtools-6d779d24736ad2ddb2a95e36a4122886308ecf13.zip
part of a basic collada exporter
Diffstat (limited to '')
-rw-r--r--NW4RTools/NW4RTools.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/NW4RTools/NW4RTools.csproj b/NW4RTools/NW4RTools.csproj
index 8f9aa75..6e4bc3e 100644
--- a/NW4RTools/NW4RTools.csproj
+++ b/NW4RTools/NW4RTools.csproj
@@ -33,6 +33,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
+ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
@@ -56,6 +57,8 @@
<Compile Include="Enums.cs" />
<Compile Include="DisplayList.cs" />
<Compile Include="VertexSettings.cs" />
+ <Compile Include="Util\collada_schema_1_4.cs" />
+ <Compile Include="ColladaWriter.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>