Skip to content

Commit

Permalink
Add visual studio binary version resource files.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Mar 8, 2017
1 parent 5ca980d commit 970b9c2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file added builds/msvc/resource.h
Binary file not shown.
Binary file added builds/msvc/resource.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions builds/msvc/vs2013/bn/bn.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\console\executor.hpp" />
<ClInclude Include="..\..\resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\console\executor.cpp" />
Expand Down Expand Up @@ -112,4 +113,7 @@
<Project>{5FFB5F52-0772-4404-BB2F-39BE5F82A158}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\resource.rc" />
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions builds/msvc/vs2013/bn/bn.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
<ClInclude Include="..\..\..\..\console\executor.hpp">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="..\..\resource.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\resource.rc" />
</ItemGroup>
</Project>

0 comments on commit 970b9c2

Please sign in to comment.