diff options
Diffstat (limited to 'NW4RTools/NW4RTools.csproj')
-rw-r--r-- | NW4RTools/NW4RTools.csproj | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/NW4RTools/NW4RTools.csproj b/NW4RTools/NW4RTools.csproj new file mode 100644 index 0000000..f8f89e8 --- /dev/null +++ b/NW4RTools/NW4RTools.csproj @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>9.0.21022</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{A9C9FABD-0A5F-4DAB-979D-9F288F96866F}</ProjectGuid> + <OutputType>Library</OutputType> + <RootNamespace>NW4RTools</RootNamespace> + <AssemblyName>NW4RTools</AssemblyName> + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug</OutputPath> + <DefineConstants>DEBUG</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>none</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Release</OutputPath> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <ConsolePause>false</ConsolePause> + </PropertyGroup> + <ItemGroup> + <Reference Include="System" /> + </ItemGroup> + <ItemGroup> + <Compile Include="AssemblyInfo.cs" /> + <Compile Include="Logger.cs" /> + <Compile Include="InputStream.cs" /> + <Compile Include="Types.cs" /> + <Compile Include="ResDict.cs" /> + <Compile Include="BrresReader.cs" /> + <Compile Include="ResFile.cs" /> + <Compile Include="Models\Model.cs" /> + <Compile Include="Models\ByteCode.cs" /> + <Compile Include="Models\Node.cs" /> + <Compile Include="Util\IOrderedDictionary.cs" /> + <Compile Include="Util\OrderedDictionary.cs" /> + <Compile Include="Models\VertexData.cs" /> + <Compile Include="Models\Material.cs" /> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <ItemGroup> + <Folder Include="Models\" /> + <Folder Include="Util\" /> + </ItemGroup> +</Project>
\ No newline at end of file |