view Implab.Playground/Implab.Playground.csproj @ 267:6b3e5c48131b v3

Working on Unity xml configuration
author cin
date Fri, 20 Apr 2018 19:05:12 +0300
parents 547a2fc0d93e
children
line wrap: on
line source

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup Condition="'$(OSTYPE)'=='linux'">
    <TargetFramework>netcoreapp2.0</TargetFramework>
    <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.6-api/</FrameworkPathOverride>
  </PropertyGroup>

  <PropertyGroup Condition="'$(OSTYPE)'=='windows'">
    <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
  </PropertyGroup>

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <IsPackable>false</IsPackable>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="../Implab/Implab.csproj" />
    <ProjectReference Include="..\Implab.ServiceHost\Implab.ServiceHost.csproj" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="Unity" Version="5.8.5" />
  </ItemGroup>
 
</Project>