Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Windows.csproj « Compat « ref « System.Windows « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80e90ab57f8d918f32309f3c415e20dfa3832c3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
    <OutputType>Library</OutputType>
    <PackageTargetFramework>net46</PackageTargetFramework>
    <NuGetTargetMoniker>.NETFramework,Version=v4.6</NuGetTargetMoniker>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <ProjectGuid>{01ADBDF9-2371-45B8-9645-9E3A534CE328}</ProjectGuid>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="System.Windows.cs" />
    <ProjectReference Include="..\..\..\mscorlib\ref\Compat\mscorlib.csproj" />
    <ProjectReference Include="..\..\..\System\ref\Compat\System.csproj" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>