Skip to content

Commit 970b9c2

Browse files
committed
Add visual studio binary version resource files.
1 parent 5ca980d commit 970b9c2

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

builds/msvc/resource.h

814 Bytes
Binary file not shown.

builds/msvc/resource.rc

4.26 KB
Binary file not shown.

builds/msvc/vs2013/bn/bn.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
</ItemGroup>
6060
<ItemGroup>
6161
<ClInclude Include="..\..\..\..\console\executor.hpp" />
62+
<ClInclude Include="..\..\resource.h" />
6263
</ItemGroup>
6364
<ItemGroup>
6465
<ClCompile Include="..\..\..\..\console\executor.cpp" />
@@ -112,4 +113,7 @@
112113
<Project>{5FFB5F52-0772-4404-BB2F-39BE5F82A158}</Project>
113114
</ProjectReference>
114115
</ItemGroup>
116+
<ItemGroup>
117+
<ResourceCompile Include="..\..\resource.rc" />
118+
</ItemGroup>
115119
</Project>

builds/msvc/vs2013/bn/bn.vcxproj.filters

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@
2323
<ClInclude Include="..\..\..\..\console\executor.hpp">
2424
<Filter>include</Filter>
2525
</ClInclude>
26+
<ClInclude Include="..\..\resource.h" />
27+
</ItemGroup>
28+
<ItemGroup>
29+
<ResourceCompile Include="..\..\resource.rc" />
2630
</ItemGroup>
2731
</Project>

0 commit comments

Comments
 (0)