|
|
@ -1,10 +1,26 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
<ItemGroup Label="ProjectConfigurations"> |
|
|
<ItemGroup Label="ProjectConfigurations"> |
|
|
|
|
|
<ProjectConfiguration Include="Debug-fftw|Win32"> |
|
|
|
|
|
<Configuration>Debug-fftw</Configuration> |
|
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
|
<ProjectConfiguration Include="Debug-fftw|x64"> |
|
|
|
|
|
<Configuration>Debug-fftw</Configuration> |
|
|
|
|
|
<Platform>x64</Platform> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
<ProjectConfiguration Include="Debug|Win32"> |
|
|
<ProjectConfiguration Include="Debug|Win32"> |
|
|
<Configuration>Debug</Configuration> |
|
|
<Configuration>Debug</Configuration> |
|
|
<Platform>Win32</Platform> |
|
|
<Platform>Win32</Platform> |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
|
|
|
<ProjectConfiguration Include="ReleaseOMP-fftw|Win32"> |
|
|
|
|
|
<Configuration>ReleaseOMP-fftw</Configuration> |
|
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
|
<ProjectConfiguration Include="ReleaseOMP-fftw|x64"> |
|
|
|
|
|
<Configuration>ReleaseOMP-fftw</Configuration> |
|
|
|
|
|
<Platform>x64</Platform> |
|
|
|
|
|
</ProjectConfiguration> |
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
<Configuration>Release</Configuration> |
|
|
<Configuration>Release</Configuration> |
|
|
<Platform>Win32</Platform> |
|
|
<Platform>Win32</Platform> |
|
|
@ -35,6 +51,10 @@ |
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-fftw|Win32'" Label="Configuration"> |
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
@ -43,6 +63,10 @@ |
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-fftw|x64'" Label="Configuration"> |
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
@ -51,31 +75,51 @@ |
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP-fftw|Win32'" Label="Configuration"> |
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|x64'" Label="Configuration"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|x64'" Label="Configuration"> |
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP-fftw|x64'" Label="Configuration"> |
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
|
|
</PropertyGroup> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
</ImportGroup> |
|
|
</ImportGroup> |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
</ImportGroup> |
|
|
</ImportGroup> |
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-fftw|Win32'" Label="PropertySheets"> |
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
|
</ImportGroup> |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
</ImportGroup> |
|
|
</ImportGroup> |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
</ImportGroup> |
|
|
</ImportGroup> |
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-fftw|x64'" Label="PropertySheets"> |
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
|
</ImportGroup> |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
</ImportGroup> |
|
|
</ImportGroup> |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|Win32'" Label="PropertySheets"> |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|Win32'" Label="PropertySheets"> |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
</ImportGroup> |
|
|
</ImportGroup> |
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP-fftw|Win32'" Label="PropertySheets"> |
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
|
</ImportGroup> |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|x64'" Label="PropertySheets"> |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|x64'" Label="PropertySheets"> |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
</ImportGroup> |
|
|
</ImportGroup> |
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP-fftw|x64'" Label="PropertySheets"> |
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
|
</ImportGroup> |
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion> |
|
|
<_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion> |
|
|
@ -86,21 +130,33 @@ |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<LinkIncremental /> |
|
|
<LinkIncremental /> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-fftw|Win32'"> |
|
|
|
|
|
<LinkIncremental /> |
|
|
|
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
<LinkIncremental /> |
|
|
<LinkIncremental /> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
<LinkIncremental /> |
|
|
<LinkIncremental /> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-fftw|x64'"> |
|
|
|
|
|
<LinkIncremental /> |
|
|
|
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<LinkIncremental /> |
|
|
<LinkIncremental /> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|Win32'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|Win32'"> |
|
|
<LinkIncremental /> |
|
|
<LinkIncremental /> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP-fftw|Win32'"> |
|
|
|
|
|
<LinkIncremental /> |
|
|
|
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|x64'"> |
|
|
<LinkIncremental /> |
|
|
<LinkIncremental /> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP-fftw|x64'"> |
|
|
|
|
|
<LinkIncremental /> |
|
|
|
|
|
</PropertyGroup> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<PreBuildEvent> |
|
|
<PreBuildEvent> |
|
|
<Message>force recompilation of conf.c with actual date</Message> |
|
|
<Message>force recompilation of conf.c with actual date</Message> |
|
|
@ -145,6 +201,56 @@ |
|
|
<AdditionalLibraryDirectories>KLU/Debug/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
<AdditionalLibraryDirectories>KLU/Debug/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
</Link> |
|
|
</Link> |
|
|
</ItemDefinitionGroup> |
|
|
</ItemDefinitionGroup> |
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-fftw|Win32'"> |
|
|
|
|
|
<PreBuildEvent> |
|
|
|
|
|
<Message>force recompilation of conf.c with actual date</Message> |
|
|
|
|
|
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj</Command> |
|
|
|
|
|
</PreBuildEvent> |
|
|
|
|
|
<CustomBuildStep> |
|
|
|
|
|
<Message> |
|
|
|
|
|
</Message> |
|
|
|
|
|
<Command> |
|
|
|
|
|
</Command> |
|
|
|
|
|
</CustomBuildStep> |
|
|
|
|
|
<ClCompile> |
|
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
|
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;..\src\spicelib\parser;src\include;..\src\include;..\src\include\cppduals;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;SHARED_MODULE;_MSC_PLATFORM_TOOLSET=$(PlatformToolsetVersion);NGDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
|
<PreprocessToFile>false</PreprocessToFile> |
|
|
|
|
|
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers> |
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild> |
|
|
|
|
|
<ExceptionHandling> |
|
|
|
|
|
</ExceptionHandling> |
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo> |
|
|
|
|
|
<PrecompiledHeader> |
|
|
|
|
|
</PrecompiledHeader> |
|
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard> |
|
|
|
|
|
</ClCompile> |
|
|
|
|
|
<Link> |
|
|
|
|
|
<AdditionalDependencies>psapi.lib;KLU_COMPLEX.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
|
|
<GenerateMapFile>false</GenerateMapFile> |
|
|
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
|
|
<HeapReserveSize>0</HeapReserveSize> |
|
|
|
|
|
<HeapCommitSize>0</HeapCommitSize> |
|
|
|
|
|
<StackReserveSize>0</StackReserveSize> |
|
|
|
|
|
<StackCommitSize>0</StackCommitSize> |
|
|
|
|
|
<LinkTimeCodeGeneration> |
|
|
|
|
|
</LinkTimeCodeGeneration> |
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
|
|
|
|
<DataExecutionPrevention> |
|
|
|
|
|
</DataExecutionPrevention> |
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
|
|
<LargeAddressAware>true</LargeAddressAware> |
|
|
|
|
|
<AdditionalLibraryDirectories>KLU/Debug/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
|
|
|
</Link> |
|
|
|
|
|
</ItemDefinitionGroup> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
<PreBuildEvent> |
|
|
<PreBuildEvent> |
|
|
<Message>force recompilation of conf.c with actual date</Message> |
|
|
<Message>force recompilation of conf.c with actual date</Message> |
|
|
@ -230,6 +336,48 @@ |
|
|
<AdditionalLibraryDirectories>KLU\x64\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
<AdditionalLibraryDirectories>KLU\x64\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
</Link> |
|
|
</Link> |
|
|
</ItemDefinitionGroup> |
|
|
</ItemDefinitionGroup> |
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-fftw|x64'"> |
|
|
|
|
|
<PreBuildEvent> |
|
|
|
|
|
<Message>force recompilation of conf.c with current date</Message> |
|
|
|
|
|
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj |
|
|
|
|
|
lib /machine:x64 /def:..\..\fftw-3.3-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command> |
|
|
|
|
|
</PreBuildEvent> |
|
|
|
|
|
<ClCompile> |
|
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
|
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\osdi;..\src\frontend;..\src\spicelib\devices;tmp-bison;..\src\spicelib\parser;src\include;..\src\include;..\src\include\cppduals;.;..\..\fftw-3.3-dll64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
|
<PreprocessorDefinitions>HAVE_LIBFFTW3;_CRT_SECURE_NO_DEPRECATE;SIMULATOR;SHARED_MODULE;CONFIG64;_MSC_PLATFORM_TOOLSET=$(PlatformToolsetVersion);NGDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
|
<PreprocessToFile>false</PreprocessToFile> |
|
|
|
|
|
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers> |
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild> |
|
|
|
|
|
<ExceptionHandling> |
|
|
|
|
|
</ExceptionHandling> |
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo> |
|
|
|
|
|
<PrecompiledHeader> |
|
|
|
|
|
</PrecompiledHeader> |
|
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard> |
|
|
|
|
|
<AdditionalOptions>/openmp:llvm %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
|
</ClCompile> |
|
|
|
|
|
<Link> |
|
|
|
|
|
<AdditionalDependencies>psapi.lib;KLU_COMPLEX.lib;$(IntDir)libfftw3-3.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
|
|
<GenerateMapFile>false</GenerateMapFile> |
|
|
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
|
|
<HeapReserveSize>0</HeapReserveSize> |
|
|
|
|
|
<HeapCommitSize>0</HeapCommitSize> |
|
|
|
|
|
<StackReserveSize>4194304</StackReserveSize> |
|
|
|
|
|
<StackCommitSize>1048576</StackCommitSize> |
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
|
|
|
|
<DataExecutionPrevention> |
|
|
|
|
|
</DataExecutionPrevention> |
|
|
|
|
|
<AdditionalLibraryDirectories>KLU\x64\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
|
|
|
</Link> |
|
|
|
|
|
</ItemDefinitionGroup> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<PreBuildEvent> |
|
|
<PreBuildEvent> |
|
|
<Message>force recompilation of conf.c with current date</Message> |
|
|
<Message>force recompilation of conf.c with current date</Message> |
|
|
@ -319,6 +467,50 @@ |
|
|
<AdditionalLibraryDirectories>KLU/Release/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
<AdditionalLibraryDirectories>KLU/Release/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
</Link> |
|
|
</Link> |
|
|
</ItemDefinitionGroup> |
|
|
</ItemDefinitionGroup> |
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP-fftw|Win32'"> |
|
|
|
|
|
<PreBuildEvent> |
|
|
|
|
|
<Message>force recompilation of conf.c with actual date</Message> |
|
|
|
|
|
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj</Command> |
|
|
|
|
|
</PreBuildEvent> |
|
|
|
|
|
<ClCompile> |
|
|
|
|
|
<Optimization>Full</Optimization> |
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
|
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\frontend;..\src\spicelib\devices;tmp-bison;..\src\spicelib\parser;src\include;..\src\include;..\src\include\cppduals;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;SIMULATOR;XSPICE;SHARED_MODULE;_MSC_PLATFORM_TOOLSET=$(PlatformToolsetVersion);USE_OMP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild> |
|
|
|
|
|
<ExceptionHandling> |
|
|
|
|
|
</ExceptionHandling> |
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo> |
|
|
|
|
|
<OpenMPSupport>true</OpenMPSupport> |
|
|
|
|
|
<PrecompiledHeader> |
|
|
|
|
|
</PrecompiledHeader> |
|
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard> |
|
|
|
|
|
</ClCompile> |
|
|
|
|
|
<Link> |
|
|
|
|
|
<AdditionalDependencies>psapi.lib;KLU_COMPLEX.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
|
|
<HeapReserveSize>0</HeapReserveSize> |
|
|
|
|
|
<HeapCommitSize>0</HeapCommitSize> |
|
|
|
|
|
<StackReserveSize>0</StackReserveSize> |
|
|
|
|
|
<StackCommitSize>0</StackCommitSize> |
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
|
|
|
|
<DataExecutionPrevention> |
|
|
|
|
|
</DataExecutionPrevention> |
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
|
|
<LargeAddressAware>true</LargeAddressAware> |
|
|
|
|
|
<AdditionalLibraryDirectories>KLU/Release/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
|
|
|
</Link> |
|
|
|
|
|
</ItemDefinitionGroup> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|x64'"> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|x64'"> |
|
|
<PreBuildEvent> |
|
|
<PreBuildEvent> |
|
|
<Message>force recompilation of conf.c with current date</Message> |
|
|
<Message>force recompilation of conf.c with current date</Message> |
|
|
@ -370,6 +562,58 @@ |
|
|
<AdditionalLibraryDirectories>KLU\x64\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
<AdditionalLibraryDirectories>KLU\x64\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
</Link> |
|
|
</Link> |
|
|
</ItemDefinitionGroup> |
|
|
</ItemDefinitionGroup> |
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP-fftw|x64'"> |
|
|
|
|
|
<PreBuildEvent> |
|
|
|
|
|
<Message>force recompilation of conf.c with current date</Message> |
|
|
|
|
|
<Command>if exist $(IntDir)conf.obj del $(IntDir)conf.obj |
|
|
|
|
|
lib /machine:x64 /def:..\..\fftw-3.3-dll64\libfftw3-3.def /out:$(IntDir)libfftw3-3.lib</Command> |
|
|
|
|
|
</PreBuildEvent> |
|
|
|
|
|
<CustomBuildStep> |
|
|
|
|
|
<Message> |
|
|
|
|
|
</Message> |
|
|
|
|
|
<Command> |
|
|
|
|
|
</Command> |
|
|
|
|
|
</CustomBuildStep> |
|
|
|
|
|
<ClCompile> |
|
|
|
|
|
<Optimization>Full</Optimization> |
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
|
|
<AdditionalIncludeDirectories>..\src\maths\poly;..\src\osdi;..\src\frontend;..\src\spicelib\devices;tmp-bison;..\src\spicelib\parser;src\include;..\src\include;..\src\include\cppduals;.;..\..\fftw-3.3-dll64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
|
<PreprocessorDefinitions>HAVE_LIBFFTW3;_CRT_SECURE_NO_DEPRECATE;SIMULATOR;SHARED_MODULE;CONFIG64;_MSC_PLATFORM_TOOLSET=$(PlatformToolsetVersion);USE_OMP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild> |
|
|
|
|
|
<ExceptionHandling> |
|
|
|
|
|
</ExceptionHandling> |
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo> |
|
|
|
|
|
<OpenMPSupport> |
|
|
|
|
|
</OpenMPSupport> |
|
|
|
|
|
<PrecompiledHeader> |
|
|
|
|
|
</PrecompiledHeader> |
|
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
|
<LanguageStandard>stdcpp14</LanguageStandard> |
|
|
|
|
|
<AdditionalOptions>/openmp:llvm %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
|
</ClCompile> |
|
|
|
|
|
<Link> |
|
|
|
|
|
<AdditionalDependencies>psapi.lib;KLU_COMPLEX.lib;$(IntDir)libfftw3-3.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|
|
|
<HeapReserveSize>0</HeapReserveSize> |
|
|
|
|
|
<HeapCommitSize>0</HeapCommitSize> |
|
|
|
|
|
<StackReserveSize>4194304</StackReserveSize> |
|
|
|
|
|
<StackCommitSize>1048576</StackCommitSize> |
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
|
|
|
|
<DataExecutionPrevention> |
|
|
|
|
|
</DataExecutionPrevention> |
|
|
|
|
|
<LargeAddressAware>true</LargeAddressAware> |
|
|
|
|
|
<AdditionalLibraryDirectories>KLU\x64\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
|
|
|
|
|
</Link> |
|
|
|
|
|
</ItemDefinitionGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<ClInclude Include="..\src\ciderlib\oned\oneddefs.h" /> |
|
|
<ClInclude Include="..\src\ciderlib\oned\oneddefs.h" /> |
|
|
<ClInclude Include="..\src\ciderlib\oned\onedext.h" /> |
|
|
<ClInclude Include="..\src\ciderlib\oned\onedext.h" /> |
|
|
|