Skip to content

Commit

Permalink
g3
Browse files Browse the repository at this point in the history
  • Loading branch information
czhower committed Jul 29, 2017
1 parent 62e5fd1 commit c14bdd1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cd "C:\Users\zilon\AppData\Roaming\Cosmos User Kit\Kernel\"
copy "C:\source\Cosmos\source\Kernel\Cosmos.System3_Plugs\bin\Debug\netstandard1.5\Cosmos.System3_Plugs.dll"
copy "C:\source\Cosmos\source\Kernel\00-CPU\Cosmos.CPU_Plugs\bin\Debug\netstandard1.5\Cosmos.CPU_Plugs.dll"

cd C:\source\Cosmos\source\Cosmos.Build.MSBuild
copy cosmos.targets "C:\Users\zilon\AppData\Roaming\Cosmos User Kit\Build\VSIP"
copy cosmos.targets "C:\source\Cosmos\Build\VSIP\"
copy cosmos.targets "C:\source\Cosmos\Build\VSIP\MSBuild\"
copy cosmos.targets "C:\source\Cosmos\source\Cosmos.Build.MSBuild\bin\Debug\net462\win7-x86\"

@timeout 1

This file was deleted.

Binary file not shown.
1 change: 1 addition & 0 deletions source/Cosmos.Build.MSBuild/Cosmos.targets
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<Reference Remove="System.Core" />
</ItemGroup>
<ItemGroup Condition="$(UseGen3Kernel) == 'True'">
<Reference Include="Cosmos.CPU_Plugs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
<Reference Include="Cosmos.System3_Plugs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983" />
<Reference Remove="System.Core" />
</ItemGroup>
Expand Down

0 comments on commit c14bdd1

Please sign in to comment.