We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca980d commit 970b9c2Copy full SHA for 970b9c2
4 files changed
builds/msvc/resource.h
814 Bytes
builds/msvc/resource.rc
4.26 KB
builds/msvc/vs2013/bn/bn.vcxproj
@@ -59,6 +59,7 @@
59
</ItemGroup>
60
<ItemGroup>
61
<ClInclude Include="..\..\..\..\console\executor.hpp" />
62
+ <ClInclude Include="..\..\resource.h" />
63
64
65
<ClCompile Include="..\..\..\..\console\executor.cpp" />
@@ -112,4 +113,7 @@
112
113
<Project>{5FFB5F52-0772-4404-BB2F-39BE5F82A158}</Project>
114
</ProjectReference>
115
116
+ <ItemGroup>
117
+ <ResourceCompile Include="..\..\resource.rc" />
118
+ </ItemGroup>
119
</Project>
builds/msvc/vs2013/bn/bn.vcxproj.filters
@@ -23,5 +23,9 @@
23
<ClInclude Include="..\..\..\..\console\executor.hpp">
24
<Filter>include</Filter>
25
</ClInclude>
26
27
28
29
30
31
0 commit comments