1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{445D3B85-C9B1-498B-9C88-0A3C2390B1CC}</ProjectGuid>
23 <RootNamespace>console</RootNamespace>
24 <Keyword>Win32Proj</Keyword>
25 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29 <ConfigurationType>DynamicLibrary</ConfigurationType>
30 <CharacterSet>MultiByte</CharacterSet>
31 <WholeProgramOptimization>false</WholeProgramOptimization>
32 <PlatformToolset>v141</PlatformToolset>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35 <ConfigurationType>DynamicLibrary</ConfigurationType>
36 <CharacterSet>MultiByte</CharacterSet>
37 <PlatformToolset>v141</PlatformToolset>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40 <ConfigurationType>DynamicLibrary</ConfigurationType>
41 <CharacterSet>MultiByte</CharacterSet>
42 <WholeProgramOptimization>false</WholeProgramOptimization>
43 <PlatformToolset>v141</PlatformToolset>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46 <ConfigurationType>DynamicLibrary</ConfigurationType>
47 <CharacterSet>MultiByte</CharacterSet>
48 <PlatformToolset>v141</PlatformToolset>
50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <PropertyGroup Label="UserMacros" />
67 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
68 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\</OutDir>
69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)$(Configuration)\</IntDir>
70 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\</OutDir>
72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)$(Configuration)\</IntDir>
73 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental>
74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\</OutDir>
75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)$(Configuration)\</IntDir>
76 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
77 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\</OutDir>
78 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)$(Configuration)\</IntDir>
79 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
80 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">sci$(ProjectName)</TargetName>
81 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">sci$(ProjectName)</TargetName>
82 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">sci$(ProjectName)</TargetName>
83 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">sci$(ProjectName)</TargetName>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87 <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
88 <Optimization>Disabled</Optimization>
89 <AdditionalIncludeDirectories>.;../../includes;../../src/c/windows;../jni;$(SCILAB_JDK32)/include;$(SCILAB_JDK32)/include/win32;../../../../libs/intl;../../../dynamic_link/includes;../../../core/includes;../../../jvm/includes;../../../localization/includes;../../../string/includes;../../../fileio/includes;../../../history_manager/includes;../../../api_scilab/includes;../../../completion/includes;../../../output_stream/includes;../../../threads/includes;../../../windows_tools/includes;../../../ui_data/includes;../../../windows_tools/src/c/scilab_windows;../../../commons/src/jni;../../../ast/includes/types;../../../ast/includes/ast;../../../ast/includes/analysis;../../../ast/includes/exps;../../../ast/includes/operations;../../../ast/includes/symbol;../../../ast/includes/system_env;../../../ast/includes/parse;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
90 <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;FORDLL;_DEBUG;_WINDOWS;_USRDLL;CONSOLE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
92 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
95 <WarningLevel>Level3</WarningLevel>
96 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
99 <Message>Make dependencies</Message>
100 <Command>lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL
104 <AdditionalDependencies>core.lib;%(AdditionalDependencies)</AdditionalDependencies>
105 <OutputFile>$(SolutionDir)bin\sci$(ProjectName).dll</OutputFile>
106 <ModuleDefinitionFile>
107 </ModuleDefinitionFile>
108 <GenerateDebugInformation>true</GenerateDebugInformation>
109 <SubSystem>Windows</SubSystem>
110 <RandomizedBaseAddress>false</RandomizedBaseAddress>
111 <DataExecutionPrevention>
112 </DataExecutionPrevention>
113 <ImportLibrary>$(SolutionDir)bin\sci$(ProjectName).lib</ImportLibrary>
114 <TargetMachine>MachineX86</TargetMachine>
115 <CLRUnmanagedCodeCheck>true</CLRUnmanagedCodeCheck>
116 <RandomizedBaseAddress>false</RandomizedBaseAddress>
120 </ItemDefinitionGroup>
121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
123 <TargetEnvironment>X64</TargetEnvironment>
126 <Optimization>Disabled</Optimization>
127 <AdditionalIncludeDirectories>.;../../includes;../../src/c/windows;../jni;$(SCILAB_JDK64)/include;$(SCILAB_JDK64)/include/win32;../../../../libs/intl;../../../dynamic_link/includes;../../../core/includes;../../../jvm/includes;../../../localization/includes;../../../string/includes;../../../fileio/includes;../../../history_manager/includes;../../../api_scilab/includes;../../../completion/includes;../../../output_stream/includes;../../../threads/includes;../../../windows_tools/includes;../../../ui_data/includes;../../../windows_tools/src/c/scilab_windows;../../../commons/src/jni;../../../ast/includes/types;../../../ast/includes/ast;../../../ast/includes/analysis;../../../ast/includes/exps;../../../ast/includes/operations;../../../ast/includes/symbol;../../../ast/includes/system_env;../../../ast/includes/parse;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
128 <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;FORDLL;_DEBUG;_WINDOWS;_USRDLL;CONSOLE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
130 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
133 <WarningLevel>Level3</WarningLevel>
134 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
137 <Message>Make dependencies</Message>
138 <Command>lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL
142 <AdditionalDependencies>core.lib;%(AdditionalDependencies)</AdditionalDependencies>
143 <OutputFile>$(SolutionDir)bin\sci$(ProjectName).dll</OutputFile>
144 <ModuleDefinitionFile>
145 </ModuleDefinitionFile>
146 <GenerateDebugInformation>true</GenerateDebugInformation>
147 <SubSystem>Windows</SubSystem>
148 <RandomizedBaseAddress>false</RandomizedBaseAddress>
149 <DataExecutionPrevention>
150 </DataExecutionPrevention>
151 <ImportLibrary>$(SolutionDir)bin\sci$(ProjectName).lib</ImportLibrary>
152 <TargetMachine>MachineX64</TargetMachine>
153 <CLRUnmanagedCodeCheck>true</CLRUnmanagedCodeCheck>
154 <RandomizedBaseAddress>false</RandomizedBaseAddress>
158 </ItemDefinitionGroup>
159 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
161 <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
162 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
163 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
164 <WholeProgramOptimization>false</WholeProgramOptimization>
165 <AdditionalIncludeDirectories>.;../../includes;../../src/c/windows;../jni;$(SCILAB_JDK32)/include;$(SCILAB_JDK32)/include/win32;../../../../libs/intl;../../../dynamic_link/includes;../../../core/includes;../../../jvm/includes;../../../localization/includes;../../../string/includes;../../../fileio/includes;../../../history_manager/includes;../../../api_scilab/includes;../../../completion/includes;../../../output_stream/includes;../../../threads/includes;../../../windows_tools/includes;../../../ui_data/includes;../../../windows_tools/src/c/scilab_windows;../../../commons/src/jni;../../../ast/includes/types;../../../ast/includes/ast;../../../ast/includes/analysis;../../../ast/includes/exps;../../../ast/includes/operations;../../../ast/includes/symbol;../../../ast/includes/system_env;../../../ast/includes/parse;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
166 <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;FORDLL;NDEBUG;_WINDOWS;_USRDLL;CONSOLE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
167 <StringPooling>true</StringPooling>
168 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
169 <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
172 <WarningLevel>Level3</WarningLevel>
173 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
174 <MultiProcessorCompilation>true</MultiProcessorCompilation>
177 <Message>Make dependencies</Message>
178 <Command>lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL
182 <AdditionalDependencies>core.lib;%(AdditionalDependencies)</AdditionalDependencies>
183 <OutputFile>$(SolutionDir)bin\sci$(ProjectName).dll</OutputFile>
184 <ModuleDefinitionFile>
185 </ModuleDefinitionFile>
186 <GenerateDebugInformation>false</GenerateDebugInformation>
187 <SubSystem>Windows</SubSystem>
188 <OptimizeReferences>true</OptimizeReferences>
189 <EnableCOMDATFolding>true</EnableCOMDATFolding>
190 <LinkTimeCodeGeneration>
191 </LinkTimeCodeGeneration>
192 <RandomizedBaseAddress>false</RandomizedBaseAddress>
193 <DataExecutionPrevention>
194 </DataExecutionPrevention>
195 <ImportLibrary>$(SolutionDir)bin\sci$(ProjectName).lib</ImportLibrary>
196 <TargetMachine>MachineX86</TargetMachine>
197 <CLRUnmanagedCodeCheck>true</CLRUnmanagedCodeCheck>
198 <RandomizedBaseAddress>false</RandomizedBaseAddress>
202 </ItemDefinitionGroup>
203 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
205 <TargetEnvironment>X64</TargetEnvironment>
208 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
209 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
210 <WholeProgramOptimization>false</WholeProgramOptimization>
211 <AdditionalIncludeDirectories>.;../../includes;../../src/c/windows;../jni;$(SCILAB_JDK64)/include;$(SCILAB_JDK64)/include/win32;../../../../libs/intl;../../../dynamic_link/includes;../../../core/includes;../../../jvm/includes;../../../localization/includes;../../../string/includes;../../../fileio/includes;../../../history_manager/includes;../../../api_scilab/includes;../../../completion/includes;../../../output_stream/includes;../../../threads/includes;../../../windows_tools/includes;../../../ui_data/includes;../../../windows_tools/src/c/scilab_windows;../../../commons/src/jni;../../../ast/includes/types;../../../ast/includes/ast;../../../ast/includes/analysis;../../../ast/includes/exps;../../../ast/includes/operations;../../../ast/includes/symbol;../../../ast/includes/system_env;../../../ast/includes/parse;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
212 <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;FORDLL;NDEBUG;_WINDOWS;_USRDLL;CONSOLE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
213 <StringPooling>true</StringPooling>
214 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
215 <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
218 <WarningLevel>Level3</WarningLevel>
219 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
220 <MultiProcessorCompilation>true</MultiProcessorCompilation>
223 <Message>Make dependencies</Message>
224 <Command>lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL
228 <AdditionalDependencies>core.lib;%(AdditionalDependencies)</AdditionalDependencies>
229 <OutputFile>$(SolutionDir)bin\sci$(ProjectName).dll</OutputFile>
230 <ModuleDefinitionFile>
231 </ModuleDefinitionFile>
232 <GenerateDebugInformation>false</GenerateDebugInformation>
233 <SubSystem>Windows</SubSystem>
234 <OptimizeReferences>true</OptimizeReferences>
235 <EnableCOMDATFolding>true</EnableCOMDATFolding>
236 <LinkTimeCodeGeneration>
237 </LinkTimeCodeGeneration>
238 <RandomizedBaseAddress>false</RandomizedBaseAddress>
239 <DataExecutionPrevention>
240 </DataExecutionPrevention>
241 <ImportLibrary>$(SolutionDir)bin\sci$(ProjectName).lib</ImportLibrary>
242 <TargetMachine>MachineX64</TargetMachine>
243 <CLRUnmanagedCodeCheck>true</CLRUnmanagedCodeCheck>
244 <RandomizedBaseAddress>false</RandomizedBaseAddress>
248 </ItemDefinitionGroup>
250 <ClCompile Include="..\cpp\prompt.cpp" />
251 <ClCompile Include="..\cpp\scilabRead.cpp" />
252 <ClCompile Include="..\jni\CallScilabBridge.cpp" />
253 <ClCompile Include="..\cpp\ClearConsole.cpp" />
254 <ClCompile Include="..\cpp\ClearConsolePart.cpp" />
255 <ClCompile Include="..\cpp\ConsoleIsWaitingForInput.cpp" />
256 <ClCompile Include="..\cpp\ConsolePrintf.cpp" />
257 <ClCompile Include="..\cpp\ConsoleRead.cpp" />
258 <ClCompile Include="clc.c" />
259 <ClCompile Include="DllmainConsole.c" />
260 <ClCompile Include="dropFiles.c" />
261 <ClCompile Include="..\jni\DropFiles_wrap.c" />
262 <ClCompile Include="..\cpp\GetCharWithoutOutput.cpp" />
263 <ClCompile Include="getpipeline.c" />
264 <ClCompile Include="GuiManagement.c" />
265 <ClCompile Include="..\jni\GuiManagement_wrap.c" />
266 <ClCompile Include="InitializeConsole.c" />
267 <ClCompile Include="..\cpp\PromptToHome.cpp" />
268 <ClCompile Include="..\cpp\ScilabLinesUpdate.cpp" />
269 <ClCompile Include="..\cpp\SetConsolePrompt.cpp" />
270 <ClCompile Include="more.c" />
271 <ClCompile Include="scilines.c" />
272 <ClCompile Include="tohome.c" />
273 <ClCompile Include="windows\clrscrPart_nw.c" />
274 <ClCompile Include="windows\clrscr_nw.c" />
275 <ClCompile Include="windows\TermCommand.c" />
276 <ClCompile Include="windows\TermCompletion.c" />
277 <ClCompile Include="windows\TermConsole.c" />
278 <ClCompile Include="windows\TermLine.c" />
279 <ClCompile Include="windows\TermPosition.c" />
280 <ClCompile Include="windows\TermPrintf.c" />
281 <ClCompile Include="windows\TermReadAndProcess.c" />
284 <None Include="..\..\locales\console.pot" />
285 <None Include="..\jni\DropFiles.i" />
286 <None Include="..\jni\GuiManagement.i" />
287 <None Include="core_import.def" />
288 <None Include="..\..\console.iss" />
289 <None Include="..\..\Makefile.am" />
292 <ResourceCompile Include="console.rc" />
295 <ClInclude Include="..\..\includes\ConsolePrintf.h" />
296 <ClInclude Include="..\..\includes\ConsoleRead.h" />
297 <ClInclude Include="..\..\includes\dynlib_console.h" />
298 <ClInclude Include="..\..\includes\getpipeline.h" />
299 <ClInclude Include="..\..\includes\gw_console.h" />
300 <ClInclude Include="..\..\includes\InitializeConsole.h" />
301 <ClInclude Include="..\..\includes\more.h" />
302 <ClInclude Include="..\..\includes\prompt.h" />
303 <ClInclude Include="..\..\includes\scilabRead.h" />
304 <ClInclude Include="..\..\includes\scilines.h" />
305 <ClInclude Include="..\..\includes\SetConsolePrompt.h" />
306 <ClInclude Include="..\cpp\ClearConsole.hxx" />
307 <ClInclude Include="..\cpp\ClearConsolePart.hxx" />
308 <ClInclude Include="..\cpp\ConsoleIsWaitingForInput.hxx" />
309 <ClInclude Include="..\cpp\ConsolePrintf.hxx" />
310 <ClInclude Include="..\cpp\ConsoleRead.hxx" />
311 <ClInclude Include="..\cpp\GetCharWithoutOutput.hxx" />
312 <ClInclude Include="..\cpp\PromptToHome.hxx" />
313 <ClInclude Include="..\cpp\ScilabLinesUpdate.hxx" />
314 <ClInclude Include="..\cpp\SetConsolePrompt.hxx" />
315 <ClInclude Include="clc.h" />
316 <ClInclude Include="ClearConsole.h" />
317 <ClInclude Include="ClearConsolePart.h" />
318 <ClInclude Include="ConsoleIsWaitingForInput.h" />
319 <ClInclude Include="dropFiles.h" />
320 <ClInclude Include="GetCharWithoutOutput.h" />
321 <ClInclude Include="GuiManagement.h" />
322 <ClInclude Include="PromptToHome.h" />
323 <ClInclude Include="PutChar.h" />
324 <ClInclude Include="ScilabLinesUpdate.h" />
325 <ClInclude Include="TermReadAndProcess.h" />
326 <ClInclude Include="tohome.h" />
327 <ClInclude Include="windows\TermCompletion.h" />
328 <ClInclude Include="windows\TermLine.h" />
331 <ProjectReference Include="..\..\..\ast\ast.vcxproj">
332 <Project>{0d3fa25b-8116-44ec-a45e-260789daa3d9}</Project>
334 <ProjectReference Include="..\..\..\commons\src\c\commons.vcxproj">
335 <Project>{eca09a1e-6d12-4a47-92e1-a671c181df77}</Project>
337 <ProjectReference Include="..\..\..\completion\src\c\completion.vcxproj">
338 <Project>{ccce1ead-8e62-4dc0-ab17-972c06ef0c89}</Project>
340 <ProjectReference Include="..\..\..\fileio\fileio.vcxproj">
341 <Project>{4fc72d4a-80ee-4b1a-8724-0201c1a35621}</Project>
343 <ProjectReference Include="..\..\..\history_manager\src\c\history_manager.vcxproj">
344 <Project>{1b98dc87-44f5-48ae-b5d0-29dd8ad86f5e}</Project>
346 <ProjectReference Include="..\..\..\jvm\libjvm.vcxproj">
347 <Project>{8ba2dda8-bd04-4d4d-8ee6-6caa955f7470}</Project>
349 <ProjectReference Include="..\..\..\localization\src\localization.vcxproj">
350 <Project>{ecffeb0c-1eda-45ee-9a10-b18143852e17}</Project>
352 <ProjectReference Include="..\..\..\output_stream\src\c\output_stream.vcxproj">
353 <Project>{a5911cd7-f8e8-440c-a23e-4843a0636f3a}</Project>
355 <ProjectReference Include="..\..\..\threads\threads.vcxproj">
356 <Project>{50a1ffc8-adc2-4d9e-a2d0-5dcd63188ae9}</Project>
358 <ProjectReference Include="..\..\..\ui_data\src\c\ui_data.vcxproj">
359 <Project>{142d643b-a9ec-49db-9d48-a925a20f63b1}</Project>
361 <ProjectReference Include="..\..\..\windows_tools\src\c\scilab_windows\scilab_windows.vcxproj">
362 <Project>{8028f371-6a94-4a26-8804-6e7f05f1d1aa}</Project>
365 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
366 <ImportGroup Label="ExtensionTargets">