diff 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 diff
--- a/Implab.Playground/Implab.Playground.csproj	Mon Apr 16 19:45:18 2018 +0300
+++ b/Implab.Playground/Implab.Playground.csproj	Fri Apr 20 19:05:12 2018 +0300
@@ -1,20 +1,25 @@
-<Project Sdk="Microsoft.NET.Sdk">
-  <PropertyGroup Condition="'$(OSTYPE)'=='linux'">
-    <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
-    <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"/>
-  </ItemGroup>
-  
-</Project>
+<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>