mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
79 lines
3.4 KiB
XML
79 lines
3.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net471;netcoreapp2.1</TargetFrameworks>
|
|
<SignAssembly>false</SignAssembly>
|
|
<NuspecFile>$(MSBuildThisFileDirectory)Capnpc.Csharp.MsBuild.Generation.nuspec</NuspecFile>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
<NoPackageAnalysis>true</NoPackageAnalysis>
|
|
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.VisualStudio.Composition" />
|
|
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem" />
|
|
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK" />
|
|
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK.Tools" />
|
|
<PackageReference Include="Microsoft.VisualStudio.Threading" />
|
|
<PackageReference Include="System.Collections.Immutable" />
|
|
</ItemGroup>
|
|
|
|
<ItemDefinitionGroup>
|
|
<PackageReference>
|
|
<PrivateAssets>All</PrivateAssets>
|
|
</PackageReference>
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Build.Framework" Version="15.8.166" />
|
|
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.8.166" />
|
|
<PackageReference Update="@(PackageReference)" PrivateAssets="All" />
|
|
<PackageReference Update="Microsoft.VisualStudio.Composition" Version="15.8.98" />
|
|
<PackageReference Update="Microsoft.VisualStudio.ProjectSystem" Version="15.8.243" />
|
|
<PackageReference Update="Microsoft.VisualStudio.ProjectSystem.SDK" Version="15.8.243" />
|
|
<PackageReference Update="Microsoft.VisualStudio.ProjectSystem.SDK.Tools" Version="15.8.243" />
|
|
<PackageReference Update="Microsoft.VisualStudio.Threading" Version="15.8.132" />
|
|
<PackageReference Update="System.Collections.Immutable" Version="1.5.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="FrameworkDependent\**\*.cs" />
|
|
<Compile Include="FrameworkDependent\*.cs" />
|
|
<None Include="FrameworkDependent\**\*.cs" />
|
|
<Compile Include="FrameworkDependent\FullFramework\**\*.cs" Condition="'$(TargetFramework)' == '$(CapnpcCsharp_FullFramework_Tools_TFM)'" />
|
|
<Compile Include="FrameworkDependent\DotNetCore\**\*.cs" Condition="'$(TargetFramework)' == '$(CapnpcCsharp_Core_Tools_TFM)'" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="FrameworkDependent\DotNetCore\" />
|
|
<Folder Include="FrameworkDependent\FullFramework\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Build">
|
|
<HintPath>Microsoft.Build</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Build.Framework">
|
|
<HintPath>Microsoft.Build.Framework</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Build.Utilities.Core">
|
|
<HintPath>Microsoft.Build.Utilities.Core</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="build\CPS\Buildsystem\Rules\CapnpFileType.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</None>
|
|
<None Update="build\CPS\Buildsystem\Rules\ProjectItemsSchema.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
</Project> |