Skip to content

Commit

Permalink
Added Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ignis-sec committed Feb 20, 2018
1 parent 0032550 commit f23c1ca
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Text Stats (CLR)/CLR Test/CLR Test.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,19 @@
<ClInclude Include="MyForm.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="MyForm.resx">
<DependentUpon>MyForm.h</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="CLR Test.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="Text.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,28 @@
<ClInclude Include="MyForm.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="MyForm.cpp">
<Filter>Header Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="MyForm.resx">
<Filter>Resource Files</Filter>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="CLR Test.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<Image Include="Text.ico">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Text Stats (CLR)/CLR Test/Text.ico
Binary file not shown.
16 changes: 16 additions & 0 deletions Text Stats (CLR)/CLR Test/resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by CLR Test.rc
//
#define IDI_ICON1 101

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

0 comments on commit f23c1ca

Please sign in to comment.