Skip to content

Commit

Permalink
Merging r377 from trunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
derceg committed Aug 19, 2011
1 parent 2b57891 commit 4c05e33
Show file tree
Hide file tree
Showing 108 changed files with 244 additions and 0 deletions.
Binary file modified Translations/Explorer++CA/Explorer++CA.xls
Binary file not shown.
Binary file modified Translations/Explorer++CA/Explorer++CA/Explorer++CA.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++CA.rc" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Version.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++CA.rc">
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++CA/Explorer++CA/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++CA/Explorer++CA/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++CS/Explorer++CS.xls
Binary file not shown.
Binary file modified Translations/Explorer++CS/Explorer++CS/Explorer++CS.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++CS/Explorer++CS/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++CS/Explorer++CS/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++DA/Explorer++DA.xls
Binary file not shown.
Binary file modified Translations/Explorer++DA/Explorer++DA/Explorer++DA.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++DA.rc" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Version.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++DA.rc">
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++DA/Explorer++DA/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++DA/Explorer++DA/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++DE/Explorer++DE.xls
Binary file not shown.
Binary file modified Translations/Explorer++DE/Explorer++DE/Explorer++DE.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++DE.rc" />
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++DE/Explorer++DE/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++DE/Explorer++DE/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++ES/Explorer++ES.xls
Binary file not shown.
Binary file modified Translations/Explorer++ES/Explorer++ES/Explorer++ES.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++ES.rc" />
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++ES/Explorer++ES/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++ES/Explorer++ES/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++FA/Explorer++FA.xls
Binary file not shown.
Binary file modified Translations/Explorer++FA/Explorer++FA/Explorer++FA.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Version.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions Translations/Explorer++FA/Explorer++FA/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++FA/Explorer++FA/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++FR/Explorer++FR.xls
Binary file not shown.
Binary file modified Translations/Explorer++FR/Explorer++FR/Explorer++FR.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++FR.rc" />
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++FR/Explorer++FR/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++FR/Explorer++FR/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++IT/Explorer++IT.xls
Binary file not shown.
Binary file modified Translations/Explorer++IT/Explorer++IT/Explorer++IT.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++IT.rc" />
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++IT/Explorer++IT/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++IT/Explorer++IT/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++JA/Explorer++JA.xls
Binary file not shown.
Binary file modified Translations/Explorer++JA/Explorer++JA/Explorer++JA.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++JA.rc" />
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++JA/Explorer++JA/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++JA/Explorer++JA/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++KO/Explorer++KO.xls
Binary file not shown.
Binary file modified Translations/Explorer++KO/Explorer++KO/Explorer++KO.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++KO.rc" />
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++KO/Explorer++KO/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++KO/Explorer++KO/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++NL/Explorer++NL.xls
Binary file not shown.
Binary file modified Translations/Explorer++NL/Explorer++NL/Explorer++NL.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++NL.rc" />
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++NL/Explorer++NL/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++NL/Explorer++NL/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++NO/Explorer++NO.xls
Binary file not shown.
Binary file modified Translations/Explorer++NO/Explorer++NO/Explorer++NO.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Version.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions Translations/Explorer++NO/Explorer++NO/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++NO/Explorer++NO/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++PL/Explorer++PL.xls
Binary file not shown.
Binary file modified Translations/Explorer++PL/Explorer++PL/Explorer++PL.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Version.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions Translations/Explorer++PL/Explorer++PL/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++PL/Explorer++PL/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++PT/Explorer++PT.xls
Binary file not shown.
Binary file modified Translations/Explorer++PT/Explorer++PT/Explorer++PT.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++PT.rc" />
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++PT/Explorer++PT/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++PT/Explorer++PT/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++RO/Explorer++RO.xls
Binary file not shown.
Binary file modified Translations/Explorer++RO/Explorer++RO/Explorer++RO.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Version.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions Translations/Explorer++RO/Explorer++RO/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++RO/Explorer++RO/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++RU/Explorer++RU.xls
Binary file not shown.
Binary file modified Translations/Explorer++RU/Explorer++RU/Explorer++RU.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++RU.rc" />
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++RU/Explorer++RU/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++RU/Explorer++RU/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++SI/Explorer++SI.xls
Binary file not shown.
Binary file modified Translations/Explorer++SI/Explorer++SI/Explorer++SI.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Explorer++SI.rc" />
Expand Down
10 changes: 10 additions & 0 deletions Translations/Explorer++SI/Explorer++SI/Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
#define MICRO_VERSION 0
#define BUILD_VERSION 0

#define QUOTE_(x) #x
#define QUOTE(x) QUOTE_(x)

#define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION)
#define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION))
Binary file modified Translations/Explorer++SI/Explorer++SI/resource.h
Binary file not shown.
Binary file modified Translations/Explorer++TR/Explorer++TR.xls
Binary file not shown.
Binary file modified Translations/Explorer++TR/Explorer++TR/Explorer++TR.rc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
<ClInclude Include="Version.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
Loading

0 comments on commit 4c05e33

Please sign in to comment.