mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +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>
|
||||
|
||||
<PropertyGroup>
|
||||
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
|
||||
<AppendRuntimeIdentifierToOutputPath>False</AppendRuntimeIdentifierToOutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<CosmosDir Condition="$(CosmosDir) == ''">$(AppData)\Cosmos User Kit</CosmosDir>
|
||||
<KernelAssembliesDir>$(CosmosDir)\Kernel\</KernelAssembliesDir>
|
||||
|
|
|
|||
Loading…
Reference in a new issue