|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0"> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 5 | + </PropertyGroup> |
| 6 | + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))\EnlistmentInfo.props" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))' != '' " /> |
| 7 | + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| 8 | + <PropertyGroup> |
| 9 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 10 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 11 | + <ProjectGuid>{AA9EADF7-B399-4DC3-B616-5E0B8A796DFE}</ProjectGuid> |
| 12 | + <OutputType>Library</OutputType> |
| 13 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 14 | + <RootNamespace>PInvoke</RootNamespace> |
| 15 | + <AssemblyName>PInvoke.DwmApi</AssemblyName> |
| 16 | + <FileAlignment>512</FileAlignment> |
| 17 | + </PropertyGroup> |
| 18 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 19 | + </PropertyGroup> |
| 20 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 21 | + </PropertyGroup> |
| 22 | + <ItemGroup> |
| 23 | + <Reference Include="System" /> |
| 24 | + <Reference Include="System.Core" /> |
| 25 | + <Reference Include="Microsoft.CSharp" /> |
| 26 | + </ItemGroup> |
| 27 | + <ItemGroup> |
| 28 | + <ProjectReference Include="..\CodeGenerationAttributes.Net40\CodeGenerationAttributes.Net40.csproj"> |
| 29 | + <Project>{6a77281b-c503-44ea-90c1-0e9868d06cd0}</Project> |
| 30 | + <Name>CodeGenerationAttributes.Net40</Name> |
| 31 | + <ExcludeFromNuPkg>true</ExcludeFromNuPkg> |
| 32 | + </ProjectReference> |
| 33 | + <ProjectReference Include="..\CodeGeneration\CodeGeneration.csproj"> |
| 34 | + <Project>{C1815471-02AF-4BB9-8D83-652ADBAFF5B6}</Project> |
| 35 | + <Name>CodeGeneration</Name> |
| 36 | + <ExcludeFromNuPkg>true</ExcludeFromNuPkg> |
| 37 | + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 38 | + </ProjectReference> |
| 39 | + <ProjectReference Include="..\Windows.Core\Windows.Core.csproj"> |
| 40 | + <Project>{b08c3c79-4cdd-4d37-933c-07d3452fd5f1}</Project> |
| 41 | + <Name>Windows.Core</Name> |
| 42 | + </ProjectReference> |
| 43 | + </ItemGroup> |
| 44 | + <ItemGroup> |
| 45 | + <None Include="project.json" /> |
| 46 | + </ItemGroup> |
| 47 | + <ItemGroup> |
| 48 | + <Compile Include="DwmApi.cs"> |
| 49 | + <Generator>MSBuild:GenerateCodeFromAttributes</Generator> |
| 50 | + </Compile> |
| 51 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
| 52 | + </ItemGroup> |
| 53 | + <ItemGroup> |
| 54 | + <Content Include="DwmApi.exports.txt"> |
| 55 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 56 | + </Content> |
| 57 | + </ItemGroup> |
| 58 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 59 | + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " /> |
| 60 | +</Project> |
0 commit comments