Skip to content

Commit

Permalink
added rel links for json instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaker26 committed Jun 17, 2020
1 parent b913300 commit c9aeea2
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 360 deletions.
180 changes: 0 additions & 180 deletions SAP1EMU.Engine-CLI/InstructionSets.json

This file was deleted.

6 changes: 6 additions & 0 deletions SAP1EMU.Engine-CLI/SAP1EMU.Engine-CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<None Remove="packages-microsoft-prod.deb" />
</ItemGroup>

<ItemGroup>
<Content Include="..\SAP1EMU.Lib\InstructionSets.json" Link="InstructionSets.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions SAP1EMU.Lib.Test/SAP1EMU.Lib.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<Content Include="..\SAP1EMU.Lib\InstructionSets.json" Link="InstructionSets.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
Expand All @@ -18,10 +24,4 @@
<ProjectReference Include="..\SAP1EMU.Lib\SAP1EMU.Lib.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="InstructionSets.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
File renamed without changes.
8 changes: 7 additions & 1 deletion SAP1EMU.Lib/SAP1EMU.Lib.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<None Update="InstructionSets.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
Loading

0 comments on commit c9aeea2

Please sign in to comment.