2019-09-14 11:56:38 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
|
<ProjectGuid>{7C865696-FA10-43AE-A20B-22AE72A165E2}</ProjectGuid>
|
|
|
|
|
|
<RootNamespace>cmpp</RootNamespace>
|
2020-01-04 10:59:50 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
2019-09-14 11:56:38 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2022-12-16 15:24:20 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2019-09-14 11:56:38 +02:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2022-12-16 15:24:20 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2019-09-14 11:56:38 +02:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2022-12-16 15:24:20 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2019-09-14 11:56:38 +02:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2022-12-16 15:24:20 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2019-09-14 11:56:38 +02:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<ImportGroup Label="Shared">
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2019-09-14 12:19:08 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<OutDir>..\bin\</OutDir>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
<OutDir>..\bin\</OutDir>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<OutDir>..\bin\</OutDir>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<OutDir>..\bin\</OutDir>
|
|
|
|
|
|
</PropertyGroup>
|
2019-09-14 11:56:38 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2020-02-12 23:13:08 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\xspice\cmpp;</AdditionalIncludeDirectories>
|
2019-09-14 11:56:38 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<ProfileGuidedDatabase />
|
|
|
|
|
|
<OutputFile>..\bin\$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
|
|
<ProgramDatabaseFile>..\bin\$(TargetName).pdb</ProgramDatabaseFile>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2020-02-12 23:13:08 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\xspice\cmpp;</AdditionalIncludeDirectories>
|
2019-09-14 11:56:38 +02:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
|
<ProfileGuidedDatabase />
|
|
|
|
|
|
<OutputFile>..\bin\$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
|
|
<ProgramDatabaseFile />
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2020-02-12 23:13:08 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\xspice\cmpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2019-09-14 11:56:38 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<OutputFile>..\bin\$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;YY_NO_UNISTD_H;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
2020-02-12 23:13:08 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\xspice\cmpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2019-09-14 11:56:38 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
|
<OutputFile>..\bin\$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemGroup>
|
2020-06-10 14:59:52 +02:00
|
|
|
|
<CustomBuild Include="..\..\..\src\xspice\cmpp\ifs_lex.l">
|
|
|
|
|
|
<Message>invoke win_flex.exe for %(Identity)</Message>
|
|
|
|
|
|
<Command>..\..\..\..\flex-bison\win_flex.exe --outfile=.\tmp-bison\%(Filename).c --header-file=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command>
|
|
|
|
|
|
<Outputs>.\tmp-bison\%(Filename).c;.\tmp-bison\%(Filename).h</Outputs>
|
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
|
<CustomBuild Include="..\..\..\src\xspice\cmpp\ifs_yacc.y">
|
2019-09-14 11:56:38 +02:00
|
|
|
|
<Message>invoke win_bison.exe for %(Identity)</Message>
|
|
|
|
|
|
<Command>..\..\..\..\flex-bison\win_bison.exe --output=.\tmp-bison\%(Filename).c --defines=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command>
|
|
|
|
|
|
<Outputs>.\tmp-bison\%(Filename).c;.\tmp-bison\%(Filename).h</Outputs>
|
|
|
|
|
|
</CustomBuild>
|
2020-06-10 14:59:52 +02:00
|
|
|
|
<CustomBuild Include="..\..\..\src\xspice\cmpp\mod_lex.l">
|
2019-09-14 11:56:38 +02:00
|
|
|
|
<Message>invoke win_flex.exe for %(Identity)</Message>
|
|
|
|
|
|
<Command>..\..\..\..\flex-bison\win_flex.exe --outfile=.\tmp-bison\%(Filename).c --header-file=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command>
|
|
|
|
|
|
<Outputs>.\tmp-bison\%(Filename).c;.\tmp-bison\%(Filename).h</Outputs>
|
|
|
|
|
|
</CustomBuild>
|
2020-06-10 14:59:52 +02:00
|
|
|
|
<CustomBuild Include="..\..\..\src\xspice\cmpp\mod_yacc.y">
|
|
|
|
|
|
<Message>invoke win_bison.exe for %(Identity)</Message>
|
|
|
|
|
|
<Command>..\..\..\..\flex-bison\win_bison.exe --output=.\tmp-bison\%(Filename).c --defines=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command>
|
|
|
|
|
|
<Outputs>.\tmp-bison\%(Filename).c;.\tmp-bison\%(Filename).h</Outputs>
|
|
|
|
|
|
</CustomBuild>
|
2019-09-14 11:56:38 +02:00
|
|
|
|
<None Include="..\src\xspice\icm\objects.inc" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ClInclude Include="..\..\..\src\xspice\cmpp\cmpp.h" />
|
2020-02-12 23:13:08 +01:00
|
|
|
|
<ClInclude Include="..\..\..\src\xspice\cmpp\file_buffer.h" />
|
2019-09-14 11:56:38 +02:00
|
|
|
|
<ClInclude Include="..\..\..\src\xspice\cmpp\ifs_yacc_y.h" />
|
|
|
|
|
|
<ClInclude Include=".\tmp-bison\ifs_yacc.h" />
|
|
|
|
|
|
<ClInclude Include=".\tmp-bison\mod_yacc.h" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2020-02-12 23:13:08 +01:00
|
|
|
|
<ClCompile Include="..\..\..\src\xspice\cmpp\file_buffer.c" />
|
2019-09-14 11:56:38 +02:00
|
|
|
|
<ClCompile Include="..\..\..\src\xspice\cmpp\main.c" />
|
|
|
|
|
|
<ClCompile Include="..\..\..\src\xspice\cmpp\pp_ifs.c" />
|
|
|
|
|
|
<ClCompile Include="..\..\..\src\xspice\cmpp\pp_lst.c" />
|
|
|
|
|
|
<ClCompile Include="..\..\..\src\xspice\cmpp\pp_mod.c" />
|
|
|
|
|
|
<ClCompile Include="..\..\..\src\xspice\cmpp\read_ifs.c" />
|
|
|
|
|
|
<ClCompile Include="..\..\..\src\xspice\cmpp\util.c" />
|
|
|
|
|
|
<ClCompile Include="..\..\..\src\xspice\cmpp\writ_ifs.c" />
|
|
|
|
|
|
<ClCompile Include=".\tmp-bison\ifs_lex.c" />
|
|
|
|
|
|
<ClCompile Include=".\tmp-bison\ifs_yacc.c" />
|
|
|
|
|
|
<ClCompile Include=".\tmp-bison\mod_lex.c" />
|
|
|
|
|
|
<ClCompile Include=".\tmp-bison\mod_yacc.c" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
|
</ImportGroup>
|
2016-02-06 23:51:06 +01:00
|
|
|
|
</Project>
|