Pdb2Xml.csproj 1.6 KB
Newer Older
J
Jared Parsons 已提交
1
<?xml version="1.0" encoding="utf-8"?>
2 3
<!-- 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">
J
Jared Parsons 已提交
4
  <Import Project="..\..\..\..\build\Targets\VSL.Settings.targets" />
5 6 7 8 9 10
  <PropertyGroup>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{CF450DCE-D12B-4A11-8D2D-A7A125372C48}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>Pdb2Xml</RootNamespace>
    <AssemblyName>Pdb2Xml</AssemblyName>
11
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
12 13
    <Prefer32Bit>false</Prefer32Bit>
    <LargeAddressAware>true</LargeAddressAware>
14
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
  </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>
30
    <None Include="project.json" />
31
  </ItemGroup>
J
Jared Parsons 已提交
32
  <Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
J
Jared Parsons 已提交
33
</Project>