]> gitweb.ps.run Git - toc/blob - antlr4-cpp-runtime-4.9.2-source/build/runtime/utfcpp-prefix/src/utfcpp-build/tests/RUN_TESTS.vcxproj
add antlr source code and ReadMe
[toc] / antlr4-cpp-runtime-4.9.2-source / build / runtime / utfcpp-prefix / src / utfcpp-build / tests / RUN_TESTS.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <PreferredToolArchitecture>x64</PreferredToolArchitecture>\r
5   </PropertyGroup>\r
6   <ItemGroup Label="ProjectConfigurations">\r
7     <ProjectConfiguration Include="Debug|x64">\r
8       <Configuration>Debug</Configuration>\r
9       <Platform>x64</Platform>\r
10     </ProjectConfiguration>\r
11     <ProjectConfiguration Include="Release|x64">\r
12       <Configuration>Release</Configuration>\r
13       <Platform>x64</Platform>\r
14     </ProjectConfiguration>\r
15     <ProjectConfiguration Include="MinSizeRel|x64">\r
16       <Configuration>MinSizeRel</Configuration>\r
17       <Platform>x64</Platform>\r
18     </ProjectConfiguration>\r
19     <ProjectConfiguration Include="RelWithDebInfo|x64">\r
20       <Configuration>RelWithDebInfo</Configuration>\r
21       <Platform>x64</Platform>\r
22     </ProjectConfiguration>\r
23   </ItemGroup>\r
24   <PropertyGroup Label="Globals">\r
25     <ProjectGuid>{8F795307-08F1-3829-B89D-5FD99D6981DC}</ProjectGuid>\r
26     <WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>\r
27     <Keyword>Win32Proj</Keyword>\r
28     <Platform>x64</Platform>\r
29     <ProjectName>RUN_TESTS</ProjectName>\r
30     <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>\r
31   </PropertyGroup>\r
32   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
34     <ConfigurationType>Utility</ConfigurationType>\r
35     <CharacterSet>MultiByte</CharacterSet>\r
36     <PlatformToolset>v142</PlatformToolset>\r
37   </PropertyGroup>\r
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
39     <ConfigurationType>Utility</ConfigurationType>\r
40     <CharacterSet>MultiByte</CharacterSet>\r
41     <PlatformToolset>v142</PlatformToolset>\r
42   </PropertyGroup>\r
43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">\r
44     <ConfigurationType>Utility</ConfigurationType>\r
45     <CharacterSet>MultiByte</CharacterSet>\r
46     <PlatformToolset>v142</PlatformToolset>\r
47   </PropertyGroup>\r
48   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">\r
49     <ConfigurationType>Utility</ConfigurationType>\r
50     <CharacterSet>MultiByte</CharacterSet>\r
51     <PlatformToolset>v142</PlatformToolset>\r
52   </PropertyGroup>\r
53   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
54   <ImportGroup Label="ExtensionSettings">\r
55   </ImportGroup>\r
56   <ImportGroup Label="PropertySheets">\r
57     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
58   </ImportGroup>\r
59   <PropertyGroup Label="UserMacros" />\r
60   <PropertyGroup>\r
61     <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>\r
62     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>\r
63     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>\r
64     <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>\r
65     <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>\r
66   </PropertyGroup>\r
67   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
68     <Midl>\r
69       <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
70       <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>\r
71       <HeaderFileName>%(Filename).h</HeaderFileName>\r
72       <TypeLibraryName>%(Filename).tlb</TypeLibraryName>\r
73       <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>\r
74       <ProxyFileName>%(Filename)_p.c</ProxyFileName>\r
75     </Midl>\r
76     <PostBuildEvent>\r
77       <Message></Message>\r
78       <Command>setlocal\r
79 "C:\Program Files\CMake\bin\ctest.exe" --force-new-ctest-process -C $(Configuration)\r
80 if %errorlevel% neq 0 goto :cmEnd\r
81 :cmEnd\r
82 endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone\r
83 :cmErrorLevel\r
84 exit /b %1\r
85 :cmDone\r
86 if %errorlevel% neq 0 goto :VCEnd</Command>\r
87     </PostBuildEvent>\r
88   </ItemDefinitionGroup>\r
89   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
90     <Midl>\r
91       <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
92       <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>\r
93       <HeaderFileName>%(Filename).h</HeaderFileName>\r
94       <TypeLibraryName>%(Filename).tlb</TypeLibraryName>\r
95       <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>\r
96       <ProxyFileName>%(Filename)_p.c</ProxyFileName>\r
97     </Midl>\r
98     <PostBuildEvent>\r
99       <Message></Message>\r
100       <Command>setlocal\r
101 "C:\Program Files\CMake\bin\ctest.exe" --force-new-ctest-process -C $(Configuration)\r
102 if %errorlevel% neq 0 goto :cmEnd\r
103 :cmEnd\r
104 endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone\r
105 :cmErrorLevel\r
106 exit /b %1\r
107 :cmDone\r
108 if %errorlevel% neq 0 goto :VCEnd</Command>\r
109     </PostBuildEvent>\r
110   </ItemDefinitionGroup>\r
111   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">\r
112     <Midl>\r
113       <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
114       <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>\r
115       <HeaderFileName>%(Filename).h</HeaderFileName>\r
116       <TypeLibraryName>%(Filename).tlb</TypeLibraryName>\r
117       <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>\r
118       <ProxyFileName>%(Filename)_p.c</ProxyFileName>\r
119     </Midl>\r
120     <PostBuildEvent>\r
121       <Message></Message>\r
122       <Command>setlocal\r
123 "C:\Program Files\CMake\bin\ctest.exe" --force-new-ctest-process -C $(Configuration)\r
124 if %errorlevel% neq 0 goto :cmEnd\r
125 :cmEnd\r
126 endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone\r
127 :cmErrorLevel\r
128 exit /b %1\r
129 :cmDone\r
130 if %errorlevel% neq 0 goto :VCEnd</Command>\r
131     </PostBuildEvent>\r
132   </ItemDefinitionGroup>\r
133   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">\r
134     <Midl>\r
135       <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
136       <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>\r
137       <HeaderFileName>%(Filename).h</HeaderFileName>\r
138       <TypeLibraryName>%(Filename).tlb</TypeLibraryName>\r
139       <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>\r
140       <ProxyFileName>%(Filename)_p.c</ProxyFileName>\r
141     </Midl>\r
142     <PostBuildEvent>\r
143       <Message></Message>\r
144       <Command>setlocal\r
145 "C:\Program Files\CMake\bin\ctest.exe" --force-new-ctest-process -C $(Configuration)\r
146 if %errorlevel% neq 0 goto :cmEnd\r
147 :cmEnd\r
148 endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone\r
149 :cmErrorLevel\r
150 exit /b %1\r
151 :cmDone\r
152 if %errorlevel% neq 0 goto :VCEnd</Command>\r
153     </PostBuildEvent>\r
154   </ItemDefinitionGroup>\r
155   <ItemGroup>\r
156     <CustomBuild Include="C:\Users\Patrick\Documents\Studium\master\sem2\projekt\toc\antlr4-cpp-runtime-4.9.2-source\build\runtime\utfcpp-prefix\src\utfcpp-build\CMakeFiles\bf9a384c72a1c01ce8d8dc3f2424a7eb\RUN_TESTS_force.rule">\r
157       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>\r
158       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal\r
159 cd .\r
160 if %errorlevel% neq 0 goto :cmEnd\r
161 :cmEnd\r
162 endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone\r
163 :cmErrorLevel\r
164 exit /b %1\r
165 :cmDone\r
166 if %errorlevel% neq 0 goto :VCEnd</Command>\r
167       <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>\r
168       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Users\Patrick\Documents\Studium\master\sem2\projekt\toc\antlr4-cpp-runtime-4.9.2-source\build\runtime\utfcpp-prefix\src\utfcpp-build\tests\CMakeFiles\RUN_TESTS_force</Outputs>\r
169       <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>\r
170       <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>\r
171       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>\r
172       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal\r
173 cd .\r
174 if %errorlevel% neq 0 goto :cmEnd\r
175 :cmEnd\r
176 endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone\r
177 :cmErrorLevel\r
178 exit /b %1\r
179 :cmDone\r
180 if %errorlevel% neq 0 goto :VCEnd</Command>\r
181       <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>\r
182       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Users\Patrick\Documents\Studium\master\sem2\projekt\toc\antlr4-cpp-runtime-4.9.2-source\build\runtime\utfcpp-prefix\src\utfcpp-build\tests\CMakeFiles\RUN_TESTS_force</Outputs>\r
183       <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>\r
184       <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>\r
185       <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>\r
186       <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal\r
187 cd .\r
188 if %errorlevel% neq 0 goto :cmEnd\r
189 :cmEnd\r
190 endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone\r
191 :cmErrorLevel\r
192 exit /b %1\r
193 :cmDone\r
194 if %errorlevel% neq 0 goto :VCEnd</Command>\r
195       <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>\r
196       <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\Users\Patrick\Documents\Studium\master\sem2\projekt\toc\antlr4-cpp-runtime-4.9.2-source\build\runtime\utfcpp-prefix\src\utfcpp-build\tests\CMakeFiles\RUN_TESTS_force</Outputs>\r
197       <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>\r
198       <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>\r
199       <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>\r
200       <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal\r
201 cd .\r
202 if %errorlevel% neq 0 goto :cmEnd\r
203 :cmEnd\r
204 endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone\r
205 :cmErrorLevel\r
206 exit /b %1\r
207 :cmDone\r
208 if %errorlevel% neq 0 goto :VCEnd</Command>\r
209       <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>\r
210       <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\Users\Patrick\Documents\Studium\master\sem2\projekt\toc\antlr4-cpp-runtime-4.9.2-source\build\runtime\utfcpp-prefix\src\utfcpp-build\tests\CMakeFiles\RUN_TESTS_force</Outputs>\r
211       <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>\r
212       <VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>\r
213     </CustomBuild>\r
214   </ItemGroup>\r
215   <ItemGroup>\r
216     <ProjectReference Include="C:\Users\Patrick\Documents\Studium\master\sem2\projekt\toc\antlr4-cpp-runtime-4.9.2-source\build\runtime\utfcpp-prefix\src\utfcpp-build\ZERO_CHECK.vcxproj">\r
217       <Project>{6C476543-1EC4-3656-93A7-6F57272898AD}</Project>\r
218       <Name>ZERO_CHECK</Name>\r
219       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
220       <CopyToOutputDirectory>Never</CopyToOutputDirectory>\r
221     </ProjectReference>\r
222   </ItemGroup>\r
223   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
224   <ImportGroup Label="ExtensionTargets">\r
225   </ImportGroup>\r
226 </Project>