diff options
author | Treeki <treeki@gmail.com> | 2011-02-13 04:03:59 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-02-13 04:03:59 +0100 |
commit | 52aada22e106b6fd36b6b94fb3064510ac3ee40c (patch) | |
tree | 5cf5eb6866e33b023bfdaaf94ab1deb4b8ff71ab /NW4RTools/NW4RTools.csproj | |
parent | 8b48608d45c8266b765e8ee29e612fb18376aa65 (diff) | |
download | nw4rtools-52aada22e106b6fd36b6b94fb3064510ac3ee40c.tar.gz nw4rtools-52aada22e106b6fd36b6b94fb3064510ac3ee40c.zip |
it converts textures too, now! some formats missing, I'll add them later.
Diffstat (limited to '')
-rw-r--r-- | NW4RTools/NW4RTools.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NW4RTools/NW4RTools.csproj b/NW4RTools/NW4RTools.csproj index 6e4bc3e..0a462a3 100644 --- a/NW4RTools/NW4RTools.csproj +++ b/NW4RTools/NW4RTools.csproj @@ -34,6 +34,7 @@ <ItemGroup> <Reference Include="System" /> <Reference Include="System.Xml" /> + <Reference Include="System.Drawing" /> </ItemGroup> <ItemGroup> <Compile Include="AssemblyInfo.cs" /> @@ -59,6 +60,8 @@ <Compile Include="VertexSettings.cs" /> <Compile Include="Util\collada_schema_1_4.cs" /> <Compile Include="ColladaWriter.cs" /> + <Compile Include="Texture.cs" /> + <Compile Include="Misc.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup> |