Added RuntimeIdentifier to Cosmos.Build.targets.

This commit is contained in:
José Pedro 2018-04-01 23:55:17 +01:00
parent baba3cba0a
commit d4d4327066
No known key found for this signature in database
GPG key ID: B8247B9301707B83

View file

@ -1,5 +1,10 @@
<Project>
<PropertyGroup>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<AppendRuntimeIdentifierToOutputPath>False</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
<PropertyGroup>
<CosmosDir Condition="$(CosmosDir) == ''">$(AppData)\Cosmos User Kit</CosmosDir>
<KernelAssembliesDir>$(CosmosDir)\Kernel\</KernelAssembliesDir>