diff options
Diffstat (limited to 'src/thmviewer')
-rw-r--r-- | src/thmviewer/thmviewer.cpp | 2 | ||||
-rw-r--r-- | src/thmviewer/thmviewer.v3.ncrunchproject | 7 | ||||
-rw-r--r-- | src/thmviewer/thmviewer.vcxproj.filters | 4 |
3 files changed, 11 insertions, 2 deletions
diff --git a/src/thmviewer/thmviewer.cpp b/src/thmviewer/thmviewer.cpp index 511272a9..425cdf43 100644 --- a/src/thmviewer/thmviewer.cpp +++ b/src/thmviewer/thmviewer.cpp | |||
@@ -98,7 +98,7 @@ int WINAPI wWinMain( | |||
98 | ofn.hwndOwner = hWnd; | 98 | ofn.hwndOwner = hWnd; |
99 | ofn.lpstrFile = wzFile; | 99 | ofn.lpstrFile = wzFile; |
100 | ofn.nMaxFile = countof(wzFile); | 100 | ofn.nMaxFile = countof(wzFile); |
101 | ofn.lpstrFilter = L"Theme Files\0*.thm\0XML Files\0*.xml\0All Files\0*.*\0"; | 101 | ofn.lpstrFilter = L"Theme Files (*.thm)\0*.thm\0XML Files (*.xml)\0*.xml\0All Files (*.*)\0*.*\0"; |
102 | ofn.nFilterIndex = 1; | 102 | ofn.nFilterIndex = 1; |
103 | ofn.Flags = OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST; | 103 | ofn.Flags = OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST; |
104 | ofn.lpstrTitle = vpTheme->sczCaption; | 104 | ofn.lpstrTitle = vpTheme->sczCaption; |
diff --git a/src/thmviewer/thmviewer.v3.ncrunchproject b/src/thmviewer/thmviewer.v3.ncrunchproject new file mode 100644 index 00000000..3cffd6ce --- /dev/null +++ b/src/thmviewer/thmviewer.v3.ncrunchproject | |||
@@ -0,0 +1,7 @@ | |||
1 | <ProjectConfiguration> | ||
2 | <Settings> | ||
3 | <AdditionalFilesToIncludeForProject> | ||
4 | <Value>thmviewer.manifest</Value> | ||
5 | </AdditionalFilesToIncludeForProject> | ||
6 | </Settings> | ||
7 | </ProjectConfiguration> \ No newline at end of file | ||
diff --git a/src/thmviewer/thmviewer.vcxproj.filters b/src/thmviewer/thmviewer.vcxproj.filters index 79e08275..9a1eff3f 100644 --- a/src/thmviewer/thmviewer.vcxproj.filters +++ b/src/thmviewer/thmviewer.vcxproj.filters | |||
@@ -24,9 +24,11 @@ | |||
24 | <ClCompile Include="load.cpp"> | 24 | <ClCompile Include="load.cpp"> |
25 | <Filter>Source Files</Filter> | 25 | <Filter>Source Files</Filter> |
26 | </ClCompile> | 26 | </ClCompile> |
27 | <ClCompile Include="precomp.cpp"> | ||
28 | <Filter>Source Files</Filter> | ||
29 | </ClCompile> | ||
27 | </ItemGroup> | 30 | </ItemGroup> |
28 | <ItemGroup> | 31 | <ItemGroup> |
29 | <None Include="thmviewer.build" /> | ||
30 | <None Include="Resources\thm.xml"> | 32 | <None Include="Resources\thm.xml"> |
31 | <Filter>Resource Files</Filter> | 33 | <Filter>Resource Files</Filter> |
32 | </None> | 34 | </None> |