Replaced the old VS templates with ones that offer more flexiblity. Started replacing the Content Project for the samples with our custom project type. Inlcuded a basic not yet working AssimpImporter.
115 lines
11 KiB
XML
115 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-16"?>
|
||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
<PropertyGroup>
|
||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
<ProductVersion>10.0.20506</ProductVersion>
|
||
<SchemaVersion>2.0</SchemaVersion>
|
||
<ProjectGuid>{0A29E2CA-F59D-4467-8FBC-6CA686CAAA3B}</ProjectGuid>
|
||
<OutputType>Library</OutputType>
|
||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||
<RootNamespace>Microsoft.VisualStudio.Project.IntegrationTests</RootNamespace>
|
||
<AssemblyName>Microsoft.VisualStudio.Project.IntegrationTests</AssemblyName>
|
||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||
<FileAlignment>512</FileAlignment>
|
||
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||
<SccProjectName>SAK</SccProjectName>
|
||
<SccLocalPath>SAK</SccLocalPath>
|
||
<SccAuxPath>SAK</SccAuxPath>
|
||
<SccProvider>SAK</SccProvider>
|
||
<AllowedGlobalAssemblyNamePrefix>$(AllowedGlobalAssemblyNamePrefix);Microsoft.Internal</AllowedGlobalAssemblyNamePrefix>
|
||
<TargetFrameworkProfile />
|
||
</PropertyGroup>
|
||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
<DebugSymbols>true</DebugSymbols>
|
||
<DebugType>full</DebugType>
|
||
<Optimize>false</Optimize>
|
||
<OutputPath>bin\Debug\</OutputPath>
|
||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||
<ErrorReport>prompt</ErrorReport>
|
||
<WarningLevel>4</WarningLevel>
|
||
<Prefer32Bit>false</Prefer32Bit>
|
||
</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>
|
||
<Prefer32Bit>false</Prefer32Bit>
|
||
</PropertyGroup>
|
||
<ItemGroup>
|
||
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||
<Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||
<Reference Include="Microsoft.Build">
|
||
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
||
</Reference>
|
||
<Reference Include="Microsoft.VisualStudio.CommonIDE, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||
<SpecificVersion>True</SpecificVersion>
|
||
</Reference>
|
||
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
<Private>True</Private>
|
||
</Reference>
|
||
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
|
||
<Reference Include="Microsoft.VisualStudio.Shell.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
||
<Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
<Private>True</Private>
|
||
</Reference>
|
||
<Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||
</Reference>
|
||
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
<Private>True</Private>
|
||
</Reference>
|
||
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
<Private>True</Private>
|
||
</Reference>
|
||
<Reference Include="Microsoft.VSSDK.TestHostFramework, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
||
<Reference Include="System" />
|
||
<Reference Include="System.Configuration.Install">
|
||
<Private>True</Private>
|
||
</Reference>
|
||
<Reference Include="System.Core">
|
||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||
</Reference>
|
||
<Reference Include="System.Data" />
|
||
<Reference Include="System.Drawing" />
|
||
<Reference Include="System.Management">
|
||
<Private>True</Private>
|
||
</Reference>
|
||
<Reference Include="System.Windows.Forms" />
|
||
<Reference Include="System.XML">
|
||
<Private>True</Private>
|
||
</Reference>
|
||
<Reference Include="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<Compile Include="BaseTest.cs" />
|
||
<Compile Include="DialogboxPurger.cs" />
|
||
<Compile Include="NativeMethods.cs" />
|
||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
<Compile Include="TestAutomation.cs" />
|
||
<Compile Include="TestGlobalProperties.cs" />
|
||
<Compile Include="TestNode.cs" />
|
||
<Compile Include="TestProject.cs" />
|
||
<Compile Include="Utilities.cs" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<EmbeddedResource Include="Project.nestedproj" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<ProjectReference Include="..\..\Samples\CSharp\NestedProject\Src\NestedProject.csproj">
|
||
<Project>{E9B43C9E-60AA-4387-A955-CAFB7EFA8C27}</Project>
|
||
<Name>NestedProject</Name>
|
||
</ProjectReference>
|
||
</ItemGroup>
|
||
<Import Project="$(MSBuildBinPath)\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> |