Pdb2Xml.csproj 1.9 KB
Newer Older
1 2 3 4
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft.  All Rights Reserved.  Licensed under the Apache License, Version 2.0.  See License.txt in the project root for license information. -->
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="Settings">
A
Andy Gocke 已提交
5
    <Import Project="..\..\..\..\build\Targets\VSL.Settings.targets" />
6 7 8 9 10 11 12 13
  </ImportGroup>
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{CF450DCE-D12B-4A11-8D2D-A7A125372C48}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>Pdb2Xml</RootNamespace>
    <AssemblyName>Pdb2Xml</AssemblyName>
14
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
15 16 17 18
    <Prefer32Bit>false</Prefer32Bit>
    <LargeAddressAware>true</LargeAddressAware>
    <SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\..\</SolutionDir>
    <RestorePackages>true</RestorePackages>
19
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="PdbToXmlApp.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\Test\PdbUtilities\PdbUtilities.csproj">
      <Project>{afde6bea-5038-4a4a-a88e-dbd2e4088eed}</Project>
      <Name>PdbUtilities</Name>
    </ProjectReference>
35
    <None Include="project.json" />
36 37
  </ItemGroup>
  <ImportGroup Label="Targets">
A
Andy Gocke 已提交
38
    <Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
39 40
  </ImportGroup>
</Project>