Fixed project templates.

This commit is contained in:
José Pedro 2018-04-19 23:17:43 +01:00
parent 0248b6fa12
commit fb03edc5e8
No known key found for this signature in database
GPG key ID: B8247B9301707B83
7 changed files with 6 additions and 4 deletions

View file

@ -1,9 +1,5 @@
<Project>
<PropertyGroup>
<SelfContained>True</SelfContained>
</PropertyGroup>
<PropertyGroup>
<CosmosDir Condition="$(CosmosDir) == ''">$(AppData)\Cosmos User Kit</CosmosDir>
<KernelAssembliesDir>$(CosmosDir)\Kernel\</KernelAssembliesDir>

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifier>cosmos</RuntimeIdentifier>
<SelfContained>True</SelfContained>
</PropertyGroup>
<PropertyGroup>

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifier>cosmos</RuntimeIdentifier>
<SelfContained>True</SelfContained>
</PropertyGroup>
<PropertyGroup>

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifier>cosmos</RuntimeIdentifier>
<SelfContained>True</SelfContained>
</PropertyGroup>
<PropertyGroup>

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifier>cosmos</RuntimeIdentifier>
<SelfContained>True</SelfContained>
</PropertyGroup>
<ItemGroup>

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifier>cosmos</RuntimeIdentifier>
<SelfContained>True</SelfContained>
</PropertyGroup>
<ItemGroup>

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifier>cosmos</RuntimeIdentifier>
<SelfContained>True</SelfContained>
</PropertyGroup>
<ItemGroup>