<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="3.5" DefaultTargets="Build" 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>{A0CE9ED2-A27E-40AE-95F5-FEF94BB7E131}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Assimp</RootNamespace> <AssemblyName>Assimp.Interop</AssemblyName> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkSubset> </TargetFrameworkSubset> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>..\..\..\bin\%24%28ProjectName%29_%24%28ConfigurationName%29_%24%28PlatformName%29\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\x86\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <DebugType>full</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <OutputPath>bin\x86\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> <Reference Include="Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> <Reference Include="System" /> <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Xml.Linq"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Data.DataSetExtensions"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Assimp.NET\Assimp.NET.vcproj"> <Project>{A86A8AF2-3B4D-4381-BB01-9CA2AE88450E}</Project> <Name>Assimp_NET</Name> </ProjectReference> </ItemGroup> <ItemGroup> <Compile Include="aiAnimation.cs" /> <Compile Include="aiAnimationVector.cs" /> <Compile Include="aiAnimBehaviour.cs" /> <Compile Include="aiAnimMesh.cs" /> <Compile Include="aiAnimMeshVector.cs" /> <Compile Include="aiBlendMode.cs" /> <Compile Include="aiBone.cs" /> <Compile Include="aiBoneVector.cs" /> <Compile Include="aiCamera.cs" /> <Compile Include="aiCameraVector.cs" /> <Compile Include="aiColor3D.cs" /> <Compile Include="aiColor4D.cs" /> <Compile Include="aiColor4DVector.cs" /> <Compile Include="aiColor4DVectorVector.cs" /> <Compile Include="aiComponent.cs" /> <Compile Include="aiDefaultLogStream.cs" /> <Compile Include="aiFace.cs" /> <Compile Include="aiFaceVector.cs" /> <Compile Include="aiLight.cs" /> <Compile Include="aiLightSourceType.cs" /> <Compile Include="aiLightVector.cs" /> <Compile Include="aiMaterial.cs" /> <Compile Include="aiMaterialProperty.cs" /> <Compile Include="aiMaterialVector.cs" /> <Compile Include="aiMatrix3x3.cs" /> <Compile Include="aiMatrix4x4.cs" /> <Compile Include="aiMemoryInfo.cs" /> <Compile Include="aiMesh.cs" /> <Compile Include="aiMeshAnim.cs" /> <Compile Include="aiMeshAnimVector.cs" /> <Compile Include="aiMeshKey.cs" /> <Compile Include="aiMeshKeyVector.cs" /> <Compile Include="aiMeshVector.cs" /> <Compile Include="aiNode.cs" /> <Compile Include="aiNodeAnim.cs" /> <Compile Include="aiNodeAnimVector.cs" /> <Compile Include="aiNodeVector.cs" /> <Compile Include="aiOrigin.cs" /> <Compile Include="aiPlane.cs" /> <Compile Include="aiPostProcessSteps.cs" /> <Compile Include="aiPrimitiveType.cs" /> <Compile Include="aiPropertyTypeInfo.cs" /> <Compile Include="aiQuaternion.cs" /> <Compile Include="aiQuatKey.cs" /> <Compile Include="aiQuatKeyVector.cs" /> <Compile Include="aiRay.cs" /> <Compile Include="aiReturn.cs" /> <Compile Include="aiScene.cs" /> <Compile Include="aiShadingMode.cs" /> <Compile Include="aiString.cs" /> <Compile Include="aiTexel.cs" /> <Compile Include="aiTexture.cs" /> <Compile Include="aiTextureFlags.cs" /> <Compile Include="aiTextureMapMode.cs" /> <Compile Include="aiTextureMapping.cs" /> <Compile Include="aiTextureOp.cs" /> <Compile Include="aiTextureType.cs" /> <Compile Include="aiTextureVector.cs" /> <Compile Include="aiUVTransform.cs" /> <Compile Include="aiVector2D.cs" /> <Compile Include="aiVector3D.cs" /> <Compile Include="aiVector3DVector.cs" /> <Compile Include="aiVector3DVectorVector.cs" /> <Compile Include="aiVectorKey.cs" /> <Compile Include="aiVectorKeyVector.cs" /> <Compile Include="aiVertexWeight.cs" /> <Compile Include="aiVertexWeightVector.cs" /> <Compile Include="Assimp.cs" /> <Compile Include="AssimpPINVOKE.cs" /> <Compile Include="FloatVector.cs" /> <Compile Include="Importer.cs" /> <Compile Include="UintVector.cs" /> </ItemGroup> <ItemGroup> <Folder Include="Properties\" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>