Mercurial > pub > ImplabNet
comparison 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 |
comparison
equal
deleted
inserted
replaced
266:254d1f255d87 | 267:6b3e5c48131b |
---|---|
1 <Project Sdk="Microsoft.NET.Sdk"> | 1 <Project Sdk="Microsoft.NET.Sdk"> |
2 <PropertyGroup Condition="'$(OSTYPE)'=='linux'"> | 2 <PropertyGroup Condition="'$(OSTYPE)'=='linux'"> |
3 <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> | 3 <TargetFramework>netcoreapp2.0</TargetFramework> |
4 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.6-api/</FrameworkPathOverride> | 4 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.6-api/</FrameworkPathOverride> |
5 </PropertyGroup> | 5 </PropertyGroup> |
6 | 6 |
7 <PropertyGroup Condition="'$(OSTYPE)'=='windows'"> | 7 <PropertyGroup Condition="'$(OSTYPE)'=='windows'"> |
8 <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> | 8 <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> |
12 <OutputType>Exe</OutputType> | 12 <OutputType>Exe</OutputType> |
13 <IsPackable>false</IsPackable> | 13 <IsPackable>false</IsPackable> |
14 </PropertyGroup> | 14 </PropertyGroup> |
15 | 15 |
16 <ItemGroup> | 16 <ItemGroup> |
17 <ProjectReference Include="../Implab/Implab.csproj"/> | 17 <ProjectReference Include="../Implab/Implab.csproj" /> |
18 <ProjectReference Include="..\Implab.ServiceHost\Implab.ServiceHost.csproj" /> | |
18 </ItemGroup> | 19 </ItemGroup> |
19 | 20 |
21 <ItemGroup> | |
22 <PackageReference Include="Unity" Version="5.8.5" /> | |
23 </ItemGroup> | |
24 | |
20 </Project> | 25 </Project> |