summaryrefslogtreecommitdiff
path: root/csharp/src/IceBox/msbuild/iceboxlib/netstandard2.0/iceboxlib.csproj
blob: c755e8db943f8cfac9f554169fb6a63326db2c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
  <Import Project="../../../../../msbuild/ice.common.props" />
  <PropertyGroup>
    <AssemblyName>IceBox</AssemblyName>
    <Version>$(IceVersion)</Version>
    <OutputPath>../../../../../lib</OutputPath>
    <TargetFramework>netstandard2.0</TargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <SliceCompile Include="../../../../../../slice/IceBox/IceBox.ice" />
    <Compile Include="../../../AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="zeroc.icebuilder.msbuild" Version="5.0.4" PrivateAssets="All" />
    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-20204-02" PrivateAssets="All" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="../../../../Ice/msbuild/netstandard2.0/ice.csproj" />
  </ItemGroup>
  <Import Project="$(MSBuildThisFileDirectory)../../../../../msbuild/ice.sign.targets" />
</Project>