diff options
Diffstat (limited to 'NW4RTools/NW4RTools.csproj')
-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> |