mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
Added RuntimeIdentifier to Cosmos.Build.targets.
This commit is contained in:
parent
baba3cba0a
commit
d4d4327066
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
<Project>
|
<Project>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
|
||||||
|
<AppendRuntimeIdentifierToOutputPath>False</AppendRuntimeIdentifierToOutputPath>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<CosmosDir Condition="$(CosmosDir) == ''">$(AppData)\Cosmos User Kit</CosmosDir>
|
<CosmosDir Condition="$(CosmosDir) == ''">$(AppData)\Cosmos User Kit</CosmosDir>
|
||||||
<KernelAssembliesDir>$(CosmosDir)\Kernel\</KernelAssembliesDir>
|
<KernelAssembliesDir>$(CosmosDir)\Kernel\</KernelAssembliesDir>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue