Skip to content

Commit

Permalink
Add required vcredist dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
astenlund committed Nov 14, 2020
1 parent 907ff9e commit e43371f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions fs2ff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,26 @@
</ItemGroup>

<ItemGroup>
<ContentWithTargetPath Include="lib\concrt140.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>concrt140.dll</TargetPath>
</ContentWithTargetPath>
<ContentWithTargetPath Include="lib\msvcp140.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>msvcp140.dll</TargetPath>
</ContentWithTargetPath>
<ContentWithTargetPath Include="lib\SimConnect.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>SimConnect.dll</TargetPath>
</ContentWithTargetPath>
<ContentWithTargetPath Include="lib\vcruntime140.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>vcruntime140.dll</TargetPath>
</ContentWithTargetPath>
<ContentWithTargetPath Include="lib\vcruntime140_1.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>vcruntime140_1.dll</TargetPath>
</ContentWithTargetPath>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e43371f

Please sign in to comment.