Skip to content

Commit

Permalink
introduced a dialog resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas O'Connor committed Jan 9, 2016
1 parent 50ec7a7 commit 21d6a4c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tilandis/Tilandis.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#pragma once
#pragma comment(linker,"\"/manifestdependency:type='win32' \
name='Microsoft.Windows.Common-Controls' version='6.0.0.0' \
processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
#ifndef __TILANDIS_H
#define __TILANDIS_H
// Standard headers
Expand Down
Binary file added Tilandis/Tilandis.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions Tilandis/Tilandis.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,13 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="exceptions.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="Tilandis.h" />
<ClInclude Include="Utility.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Tilandis.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
8 changes: 8 additions & 0 deletions Tilandis/Tilandis.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,13 @@
<ClInclude Include="Utility.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Tilandis.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
Binary file added Tilandis/resource.h
Binary file not shown.

0 comments on commit 21d6a4c

Please sign in to comment.