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.
231 lines
22 KiB
XML
231 lines
22 KiB
XML
<?xml version="1.0" encoding="utf-16"?>
|
||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||
<PropertyGroup>
|
||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
<ProductVersion>10.0.20506</ProductVersion>
|
||
<SchemaVersion>2.0</SchemaVersion>
|
||
<ProjectGuid>{E9B43C9E-60AA-4387-A955-CAFB7EFA8C27}</ProjectGuid>
|
||
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||
<OutputType>Library</OutputType>
|
||
<StartupObject>
|
||
</StartupObject>
|
||
<RootNamespace>Microsoft.VisualStudio.Project.Samples.NestedProject</RootNamespace>
|
||
<NoStandardLibraries>false</NoStandardLibraries>
|
||
<AssemblyName>Microsoft.VisualStudio.Project.Samples.NestedProject</AssemblyName>
|
||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||
<SccProjectName>SAK</SccProjectName>
|
||
<SccLocalPath>SAK</SccLocalPath>
|
||
<SccAuxPath>SAK</SccAuxPath>
|
||
<SccProvider>SAK</SccProvider>
|
||
<PublishUrl>publish\</PublishUrl>
|
||
<Install>true</Install>
|
||
<InstallFrom>Disk</InstallFrom>
|
||
<UpdateEnabled>false</UpdateEnabled>
|
||
<UpdateMode>Foreground</UpdateMode>
|
||
<UpdateInterval>7</UpdateInterval>
|
||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||
<UpdatePeriodically>false</UpdatePeriodically>
|
||
<UpdateRequired>false</UpdateRequired>
|
||
<MapFileExtensions>true</MapFileExtensions>
|
||
<ApplicationRevision>0</ApplicationRevision>
|
||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||
<UseApplicationTrust>false</UseApplicationTrust>
|
||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||
<FileUpgradeFlags>
|
||
</FileUpgradeFlags>
|
||
<UpgradeBackupLocation>
|
||
</UpgradeBackupLocation>
|
||
<OldToolsVersion>4.0</OldToolsVersion>
|
||
<TargetFrameworkProfile />
|
||
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
||
</PropertyGroup>
|
||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||
<DebugSymbols>true</DebugSymbols>
|
||
<Optimize>false</Optimize>
|
||
<OutputPath>.\bin\Debug\</OutputPath>
|
||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||
<WarningLevel>4</WarningLevel>
|
||
<IncrementalBuild>false</IncrementalBuild>
|
||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||
<Prefer32Bit>false</Prefer32Bit>
|
||
</PropertyGroup>
|
||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||
<DebugSymbols>false</DebugSymbols>
|
||
<Optimize>true</Optimize>
|
||
<OutputPath>.\bin\Release\</OutputPath>
|
||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||
<DefineConstants>TRACE</DefineConstants>
|
||
<WarningLevel>4</WarningLevel>
|
||
<IncrementalBuild>false</IncrementalBuild>
|
||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||
<Prefer32Bit>false</Prefer32Bit>
|
||
</PropertyGroup>
|
||
<ItemGroup>
|
||
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||
<Reference Include="envdte100, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||
</Reference>
|
||
<Reference Include="EnvDTE90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||
<Reference Include="Microsoft.Build.Tasks.v4.0" />
|
||
<Reference Include="Microsoft.VisualStudio.Designer.Interfaces" />
|
||
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
<SpecificVersion>False</SpecificVersion>
|
||
<Private>False</Private>
|
||
</Reference>
|
||
<Reference Include="Microsoft.VisualStudio.Shell.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
||
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||
<SpecificVersion>True</SpecificVersion>
|
||
</Reference>
|
||
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
||
<Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0">
|
||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||
</Reference>
|
||
<Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
<SpecificVersion>False</SpecificVersion>
|
||
<Private>False</Private>
|
||
</Reference>
|
||
<Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.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>False</Private>
|
||
</Reference>
|
||
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
|
||
<Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||
<SpecificVersion>False</SpecificVersion>
|
||
<Private>False</Private>
|
||
</Reference>
|
||
<Reference Include="System">
|
||
<Name>System</Name>
|
||
</Reference>
|
||
<Reference Include="System.Core">
|
||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||
</Reference>
|
||
<Reference Include="System.Data">
|
||
<Name>System.Data</Name>
|
||
</Reference>
|
||
<Reference Include="System.Drawing" />
|
||
<Reference Include="System.Windows.Forms" />
|
||
<Reference Include="System.Xml" />
|
||
<Reference Include="VSLangProj90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||
<Reference Include="WindowsBase" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
<Compile Include="Attributes\LocDisplayNameAttribute.cs" />
|
||
<Compile Include="Attributes\ResourcesCategoryAttribute.cs" />
|
||
<Compile Include="Attributes\ResourcesDescriptionAttribute.cs" />
|
||
<Compile Include="Automation\OANestedProject.cs">
|
||
<SubType>Code</SubType>
|
||
</Compile>
|
||
<Compile Include="Automation\OANestedProjectProperties.cs">
|
||
<SubType>Code</SubType>
|
||
</Compile>
|
||
<Compile Include="Automation\OANestedProjectProperty.cs">
|
||
<SubType>Code</SubType>
|
||
</Compile>
|
||
<Compile Include="ConfigurationPropertyPages.cs" />
|
||
<Compile Include="GeneralPropertyPage.cs" />
|
||
<Compile Include="GeneralPropertyPageTag.cs" />
|
||
<Compile Include="GuidStrings.cs" />
|
||
<Compile Include="NestedProjectFactory.cs" />
|
||
<Compile Include="NestedProjectNode.cs" />
|
||
<Compile Include="NestedProjectPackage.cs" />
|
||
<Compile Include="Resources.cs">
|
||
<SubType>Code</SubType>
|
||
</Compile>
|
||
<None Include="extension.vsixmanifest" />
|
||
<None Include="Templates\Projects\Application.nestedproj" />
|
||
<None Include="Templates\Projects\AssemblyInfo.cs" />
|
||
<None Include="Templates\Projects\Program.cs" />
|
||
<None Include="Templates\ProjectItems\Class.cs" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<EmbeddedResource Include="Resources.resx">
|
||
<SubType>Designer</SubType>
|
||
</EmbeddedResource>
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<AppDesigner Include="Properties\" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<None Include="source.extension.vsixmanifest" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
||
<Visible>False</Visible>
|
||
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
||
<Install>true</Install>
|
||
</BootstrapperPackage>
|
||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||
<Visible>False</Visible>
|
||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
||
<Install>false</Install>
|
||
</BootstrapperPackage>
|
||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||
<Visible>False</Visible>
|
||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||
<Install>false</Install>
|
||
</BootstrapperPackage>
|
||
<BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
|
||
<Visible>False</Visible>
|
||
<ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
|
||
<Install>true</Install>
|
||
</BootstrapperPackage>
|
||
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
||
<Visible>False</Visible>
|
||
<ProductName>Windows Installer 3.1</ProductName>
|
||
<Install>true</Install>
|
||
</BootstrapperPackage>
|
||
</ItemGroup>
|
||
<!-- This import the files which makes up the project base classes -->
|
||
<PropertyGroup>
|
||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||
</PropertyGroup>
|
||
<Import Project="..\..\..\..\src\csharp\ProjectBase.Files" />
|
||
<PropertyGroup>
|
||
<!--
|
||
To specify a different registry root to register your package, uncomment the TargetRegistryRoot
|
||
tag and specify a registry root in it.
|
||
<TargetRegistryRoot></TargetRegistryRoot>
|
||
-->
|
||
<RegisterOutputPackage>true</RegisterOutputPackage>
|
||
<RegisterWithCodebase>true</RegisterWithCodebase>
|
||
</PropertyGroup>
|
||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
|
||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" Condition="false" />
|
||
<!-- 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>
|
||
-->
|
||
<PropertyGroup>
|
||
<CopyPkgDefDependsOn>$(CopyPkgDefDependsOn);FixPkgdefTarget</CopyPkgDefDependsOn>
|
||
</PropertyGroup>
|
||
<Target Name="FixPkgdefTarget">
|
||
<FixPkgdef PkgdefPath="$(MSBuildProjectDirectory)\$(IntermediateOutputPath)$(TargetName).pkgdef" />
|
||
</Target>
|
||
<UsingTask TaskName="FixPkgdef" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll">
|
||
<ParameterGroup>
|
||
<PkgdefPath ParameterType="System.String" Required="true" />
|
||
</ParameterGroup>
|
||
<Task>
|
||
<Using Namespace="System" />
|
||
<Using Namespace="System.IO" />
|
||
<Code Type="Fragment" Language="cs"><![CDATA[
|
||
// Replace all "$PackageFolder$" with the actual path in the pkgdef
|
||
String content = File.ReadAllText(PkgdefPath);
|
||
String dllPath = Path.GetDirectoryName(PkgdefPath);
|
||
content = content.Replace("$PackageFolder$", dllPath);
|
||
File.WriteAllText(PkgdefPath, content);
|
||
]]></Code>
|
||
</Task>
|
||
</UsingTask>
|
||
</Project> |