| Index: source/common/common.vcxproj.filters
|
| diff --git a/source/common/common.vcxproj.filters b/source/common/common.vcxproj.filters
|
| index 01b0625e64ef6f7359c439d255b65ddb27498701..4a4954b41342a7437a0521ee891edddb965776af 100644
|
| --- a/source/common/common.vcxproj.filters
|
| +++ b/source/common/common.vcxproj.filters
|
| @@ -343,7 +343,10 @@
|
| <ClCompile Include="uresbund.cpp">
|
| <Filter>locales & resources</Filter>
|
| </ClCompile>
|
| - <ClCompile Include="uresdata.c">
|
| + <ClCompile Include="uresdata.cpp">
|
| + <Filter>locales & resources</Filter>
|
| + </ClCompile>
|
| + <ClCompile Include="resource.cpp">
|
| <Filter>locales & resources</Filter>
|
| </ClCompile>
|
| <ClCompile Include="caniter.cpp">
|
| @@ -769,6 +772,9 @@
|
| <ClInclude Include="uresdata.h">
|
| <Filter>locales & resources</Filter>
|
| </ClInclude>
|
| + <ClInclude Include="resource.h">
|
| + <Filter>locales & resources</Filter>
|
| + </ClInclude>
|
| <ClInclude Include="uresimp.h">
|
| <Filter>locales & resources</Filter>
|
| </ClInclude>
|
|
|