OSDN Git Service

Cppcheck: Local variable '...' shadows outer function
[winmerge-jp/winmerge-jp.git] / Src / MergeLang.vs2015.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="UnicodeDebug|Win32">
5       <Configuration>UnicodeDebug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="UnicodeDebug|x64">
9       <Configuration>UnicodeDebug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="UnicodeRelease|Win32">
13       <Configuration>UnicodeRelease</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="UnicodeRelease|x64">
17       <Configuration>UnicodeRelease</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectName>MergeLang</ProjectName>
23     <ProjectGuid>{4B011DDA-2279-437D-903C-8028913AF31B}</ProjectGuid>
24     <RootNamespace>MergeLang</RootNamespace>
25     <Keyword>Win32Proj</Keyword>
26     <WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
27   </PropertyGroup>
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'" Label="Configuration">
30     <ConfigurationType>Utility</ConfigurationType>
31     <CharacterSet>Unicode</CharacterSet>
32     <PlatformToolset>v140_xp</PlatformToolset>
33   </PropertyGroup>
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'" Label="Configuration">
35     <ConfigurationType>Utility</ConfigurationType>
36     <CharacterSet>Unicode</CharacterSet>
37     <PlatformToolset>v140_xp</PlatformToolset>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|x64'" Label="Configuration">
40     <ConfigurationType>Utility</ConfigurationType>
41     <CharacterSet>Unicode</CharacterSet>
42     <PlatformToolset>v140_xp</PlatformToolset>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|x64'" Label="Configuration">
45     <ConfigurationType>Utility</ConfigurationType>
46     <CharacterSet>Unicode</CharacterSet>
47     <PlatformToolset>v140_xp</PlatformToolset>
48   </PropertyGroup>
49   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50   <ImportGroup Label="ExtensionSettings">
51   </ImportGroup>
52   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'" Label="PropertySheets">
53     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54   </ImportGroup>
55   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'" Label="PropertySheets">
56     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57   </ImportGroup>
58   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|x64'" Label="PropertySheets">
59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60   </ImportGroup>
61   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|x64'" Label="PropertySheets">
62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63   </ImportGroup>
64   <PropertyGroup Label="UserMacros" />
65   <PropertyGroup>
66     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
67     <OutDir Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'">.\..\Build\MergeUnicodeDebug\</OutDir>
68     <IntDir Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'">.\..\BuildTmp\MergeLang\$(Configuration)\</IntDir>
69     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'">true</LinkIncremental>
70     <OutDir Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|x64'">.\..\Build\$(Platform)\Merge$(Configuration)\</OutDir>
71     <IntDir Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|x64'">.\..\BuildTmp\MergeLang\$(Platform)\$(Configuration)\</IntDir>
72     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|x64'">true</LinkIncremental>
73     <OutDir Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'">.\..\Build\MergeUnicodeRelease\</OutDir>
74     <IntDir Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'">.\..\BuildTmp\MergeLang\$(Configuration)\</IntDir>
75     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'">false</LinkIncremental>
76     <OutDir Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|x64'">.\..\Build\$(Platform)\Merge$(Configuration)\</OutDir>
77     <IntDir Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|x64'">.\..\BuildTmp\MergeLang\$(Platform)\$(Configuration)\</IntDir>
78     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|x64'">false</LinkIncremental>
79   </PropertyGroup>
80   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|Win32'">
81     <PreBuildEvent>
82       <Command>
83       </Command>
84     </PreBuildEvent>
85     <PostBuildEvent>
86       <Command>mkdir $(OutDir)\Languages\ 2&gt; NUL
87 copy /Y "$(ProjectDir)..\Translations\WinMerge\*.po" "$(OutDir)\Languages\"</Command>
88     </PostBuildEvent>
89   </ItemDefinitionGroup>
90   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeDebug|x64'">
91     <PreBuildEvent>
92       <Command>
93       </Command>
94     </PreBuildEvent>
95     <Midl>
96       <TargetEnvironment>X64</TargetEnvironment>
97     </Midl>
98     <PostBuildEvent>
99       <Command>pushd $(ProjectDir)..\Translations\WinMerge
100 cscript UpdatePoFilesFromPotFile.vbs
101 popd
102 mkdir $(OutDir)\Languages\ 2&gt; NUL
103 copy /Y "$(ProjectDir)..\Translations\WinMerge\*.po" "$(OutDir)\Languages\"</Command>
104     </PostBuildEvent>
105   </ItemDefinitionGroup>
106   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|Win32'">
107     <PreBuildEvent>
108       <Command>
109       </Command>
110     </PreBuildEvent>
111     <PostBuildEvent>
112       <Command>pushd $(ProjectDir)..\Translations\WinMerge
113 cscript UpdatePoFilesFromPotFile.vbs
114 popd
115 mkdir $(OutDir)\Languages\ 2&gt; NUL
116 copy /Y "$(ProjectDir)..\Translations\WinMerge\*.po" "$(OutDir)\Languages\"
117 </Command>
118     </PostBuildEvent>
119   </ItemDefinitionGroup>
120   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='UnicodeRelease|x64'">
121     <PreBuildEvent>
122       <Command>
123       </Command>
124     </PreBuildEvent>
125     <Midl>
126       <TargetEnvironment>X64</TargetEnvironment>
127     </Midl>
128     <PostBuildEvent>
129       <Command>pushd $(ProjectDir)..\Translations\WinMerge
130 cscript UpdatePoFilesFromPotFile.vbs
131 popd
132 mkdir $(OutDir)\Languages\ 2&gt; NUL
133 copy /Y "$(ProjectDir)..\Translations\WinMerge\*.po" "$(OutDir)\Languages\"</Command>
134     </PostBuildEvent>
135   </ItemDefinitionGroup>
136   <ItemGroup>
137     <CustomBuild Include="Merge.rc">
138       <Command>pushd ..\Translations\WinMerge
139
140 cscript CreateMasterPotFile.vbs
141 cscript UpdatePoFilesFromPotFile.vbs
142 popd
143 </Command>
144       <Command>pushd ..\Translations\WinMerge
145 date /t &gt; MergeLang.lastbuild
146 attrib -a English.pot
147 del English.pot.prev English.pot.flt English.pot.prev.flt 2&gt; NUL
148 move English.pot English.pot.prev 2&gt; NUL
149 cscript CreateMasterPotFile.vbs
150 attrib -a English.pot
151 findstr /v POT-Creation-Date English.pot &gt; English.pot.flt
152 findstr /v POT-Creation-Date English.pot.prev &gt; English.pot.prev.flt
153 fc English.pot.flt English.pot.prev.flt
154 if not errorlevel 1 copy /y English.pot.prev English.pot
155 del English.pot.prev English.pot.flt English.pot.prev.flt
156 cscript UpdatePoFilesFromPotFile.vbs
157 popd
158 </Command>
159       <Outputs>$(ProjectDir)..\Translations\WinMerge\MergeLang.lastbuild</Outputs>
160     </CustomBuild>
161   </ItemGroup>
162   <ItemGroup>
163     <None Include="..\Translations\WinMerge\CreateMasterPotFile.vbs" />
164     <None Include="..\Translations\WinMerge\UpdatePoFilesFromPotFile.vbs" />
165   </ItemGroup>
166   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
167   <ImportGroup Label="ExtensionTargets">
168   </ImportGroup>
169 </Project>