|
|
|
@ -12,6 +12,9 @@ |
|
|
|
<Platform |
|
|
|
Name="Win32" |
|
|
|
/> |
|
|
|
<Platform |
|
|
|
Name="x64" |
|
|
|
/> |
|
|
|
</Platforms> |
|
|
|
<ToolFiles> |
|
|
|
</ToolFiles> |
|
|
|
@ -382,6 +385,492 @@ |
|
|
|
Name="VCPostBuildEventTool" |
|
|
|
/> |
|
|
|
</Configuration> |
|
|
|
<Configuration |
|
|
|
Name="release64|Win32" |
|
|
|
ConfigurationType="1" |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCWebServiceProxyGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCMIDLTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCLCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManagedResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPreLinkEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCLinkerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCALinkTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManifestTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXDCMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCBscMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCFxCopTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCAppVerifierTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPostBuildEventTool" |
|
|
|
/> |
|
|
|
</Configuration> |
|
|
|
<Configuration |
|
|
|
Name="Debug|x64" |
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
|
|
|
ConfigurationType="1" |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="" |
|
|
|
ExcludedFromBuild="false" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(IntDir)\conf.obj
" |
|
|
|
Outputs="$(IntDir)\conf.obj" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCWebServiceProxyGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCMIDLTool" |
|
|
|
TargetEnvironment="3" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCLCompilerTool" |
|
|
|
Optimization="0" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)..\src\include";"$(ProjectDir)include"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;NGDEBUG" |
|
|
|
MinimalRebuild="true" |
|
|
|
ExceptionHandling="0" |
|
|
|
BasicRuntimeChecks="0" |
|
|
|
RuntimeLibrary="1" |
|
|
|
RuntimeTypeInfo="false" |
|
|
|
UsePrecompiledHeader="0" |
|
|
|
WarningLevel="4" |
|
|
|
Detect64BitPortabilityProblems="false" |
|
|
|
DebugInformationFormat="3" |
|
|
|
CompileAs="1" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManagedResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPreLinkEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCLinkerTool" |
|
|
|
AdditionalDependencies="psapi.lib" |
|
|
|
OutputFile="$(OutDir)\bin\vngspice_d.exe" |
|
|
|
LinkIncremental="1" |
|
|
|
GenerateManifest="false" |
|
|
|
GenerateDebugInformation="true" |
|
|
|
SubSystem="2" |
|
|
|
HeapReserveSize="0" |
|
|
|
HeapCommitSize="0" |
|
|
|
StackReserveSize="0" |
|
|
|
StackCommitSize="0" |
|
|
|
RandomizedBaseAddress="1" |
|
|
|
DataExecutionPrevention="0" |
|
|
|
TargetMachine="17" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCALinkTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManifestTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXDCMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCBscMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCFxCopTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCAppVerifierTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPostBuildEventTool" |
|
|
|
/> |
|
|
|
</Configuration> |
|
|
|
<Configuration |
|
|
|
Name="Release|x64" |
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
|
|
|
ConfigurationType="1" |
|
|
|
WholeProgramOptimization="1" |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(IntDir)\conf.obj
" |
|
|
|
Outputs="$(IntDir)\conf.obj" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCWebServiceProxyGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCMIDLTool" |
|
|
|
TargetEnvironment="3" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCLCompilerTool" |
|
|
|
Optimization="2" |
|
|
|
EnableIntrinsicFunctions="true" |
|
|
|
FavorSizeOrSpeed="1" |
|
|
|
WholeProgramOptimization="true" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)..\src\include";"$(ProjectDir)include"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR" |
|
|
|
MinimalRebuild="false" |
|
|
|
ExceptionHandling="1" |
|
|
|
BasicRuntimeChecks="0" |
|
|
|
RuntimeLibrary="0" |
|
|
|
RuntimeTypeInfo="true" |
|
|
|
UsePrecompiledHeader="0" |
|
|
|
WarningLevel="3" |
|
|
|
Detect64BitPortabilityProblems="false" |
|
|
|
DebugInformationFormat="3" |
|
|
|
CompileAs="1" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManagedResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPreLinkEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCLinkerTool" |
|
|
|
UseUnicodeResponseFiles="false" |
|
|
|
AdditionalDependencies="psapi.lib" |
|
|
|
OutputFile="$(OutDir)\bin\$(ProjectName).exe" |
|
|
|
LinkIncremental="1" |
|
|
|
GenerateDebugInformation="false" |
|
|
|
SubSystem="2" |
|
|
|
HeapReserveSize="0" |
|
|
|
HeapCommitSize="0" |
|
|
|
StackReserveSize="0" |
|
|
|
StackCommitSize="0" |
|
|
|
OptimizeReferences="2" |
|
|
|
EnableCOMDATFolding="2" |
|
|
|
LinkTimeCodeGeneration="1" |
|
|
|
RandomizedBaseAddress="2" |
|
|
|
DataExecutionPrevention="0" |
|
|
|
TargetMachine="17" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCALinkTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManifestTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXDCMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCBscMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCFxCopTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCAppVerifierTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPostBuildEventTool" |
|
|
|
/> |
|
|
|
</Configuration> |
|
|
|
<Configuration |
|
|
|
Name="console_debug|x64" |
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
|
|
|
ConfigurationType="1" |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
CommandLine="" |
|
|
|
ExcludedFromBuild="false" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(IntDir)\conf.obj
" |
|
|
|
Outputs="$(IntDir)\conf.obj" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCWebServiceProxyGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCMIDLTool" |
|
|
|
TargetEnvironment="3" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCLCompilerTool" |
|
|
|
Optimization="0" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)..\src\include";"$(ProjectDir)include"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;NGDEBUG;CONSOLE" |
|
|
|
MinimalRebuild="true" |
|
|
|
ExceptionHandling="0" |
|
|
|
BasicRuntimeChecks="0" |
|
|
|
RuntimeLibrary="1" |
|
|
|
RuntimeTypeInfo="false" |
|
|
|
UsePrecompiledHeader="0" |
|
|
|
WarningLevel="4" |
|
|
|
Detect64BitPortabilityProblems="false" |
|
|
|
DebugInformationFormat="3" |
|
|
|
CompileAs="1" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManagedResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPreLinkEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCLinkerTool" |
|
|
|
AdditionalDependencies="psapi.lib" |
|
|
|
OutputFile="$(OutDir)\bin\vngspice_dc.exe" |
|
|
|
LinkIncremental="1" |
|
|
|
GenerateManifest="false" |
|
|
|
GenerateDebugInformation="true" |
|
|
|
SubSystem="1" |
|
|
|
HeapReserveSize="0" |
|
|
|
HeapCommitSize="0" |
|
|
|
StackReserveSize="0" |
|
|
|
StackCommitSize="0" |
|
|
|
RandomizedBaseAddress="1" |
|
|
|
DataExecutionPrevention="0" |
|
|
|
TargetMachine="17" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCALinkTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManifestTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXDCMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCBscMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCFxCopTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCAppVerifierTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPostBuildEventTool" |
|
|
|
/> |
|
|
|
</Configuration> |
|
|
|
<Configuration |
|
|
|
Name="console_release|x64" |
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
|
|
|
ConfigurationType="1" |
|
|
|
WholeProgramOptimization="1" |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
Description="Custom defined Build: Recompile conf.c with actual date" |
|
|
|
CommandLine="del $(IntDir)\conf.obj
" |
|
|
|
Outputs="$(IntDir)\conf.obj" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCWebServiceProxyGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCMIDLTool" |
|
|
|
TargetEnvironment="3" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCLCompilerTool" |
|
|
|
Optimization="2" |
|
|
|
EnableIntrinsicFunctions="true" |
|
|
|
FavorSizeOrSpeed="1" |
|
|
|
WholeProgramOptimization="true" |
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)..\src\include";"$(ProjectDir)include"" |
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;CONSOLE" |
|
|
|
MinimalRebuild="false" |
|
|
|
ExceptionHandling="1" |
|
|
|
BasicRuntimeChecks="0" |
|
|
|
RuntimeLibrary="0" |
|
|
|
RuntimeTypeInfo="true" |
|
|
|
UsePrecompiledHeader="0" |
|
|
|
WarningLevel="3" |
|
|
|
Detect64BitPortabilityProblems="false" |
|
|
|
DebugInformationFormat="3" |
|
|
|
CompileAs="1" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManagedResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPreLinkEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCLinkerTool" |
|
|
|
UseUnicodeResponseFiles="false" |
|
|
|
AdditionalDependencies="psapi.lib" |
|
|
|
OutputFile="$(OutDir)\bin\$(ProjectName)c.exe" |
|
|
|
LinkIncremental="1" |
|
|
|
GenerateDebugInformation="false" |
|
|
|
SubSystem="1" |
|
|
|
HeapReserveSize="0" |
|
|
|
HeapCommitSize="0" |
|
|
|
StackReserveSize="0" |
|
|
|
StackCommitSize="0" |
|
|
|
OptimizeReferences="2" |
|
|
|
EnableCOMDATFolding="2" |
|
|
|
LinkTimeCodeGeneration="1" |
|
|
|
RandomizedBaseAddress="2" |
|
|
|
DataExecutionPrevention="0" |
|
|
|
TargetMachine="17" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCALinkTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManifestTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXDCMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCBscMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCFxCopTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCAppVerifierTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPostBuildEventTool" |
|
|
|
/> |
|
|
|
</Configuration> |
|
|
|
<Configuration |
|
|
|
Name="release64|x64" |
|
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" |
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
|
|
|
ConfigurationType="1" |
|
|
|
> |
|
|
|
<Tool |
|
|
|
Name="VCPreBuildEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCustomBuildTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXMLDataGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCWebServiceProxyGeneratorTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCMIDLTool" |
|
|
|
TargetEnvironment="3" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCCLCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManagedResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCResourceCompilerTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPreLinkEventTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCLinkerTool" |
|
|
|
TargetMachine="17" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCALinkTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCManifestTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCXDCMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCBscMakeTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCFxCopTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCAppVerifierTool" |
|
|
|
/> |
|
|
|
<Tool |
|
|
|
Name="VCPostBuildEventTool" |
|
|
|
/> |
|
|
|
</Configuration> |
|
|
|
</Configurations> |
|
|
|
<References> |
|
|
|
</References> |
|
|
|
@ -1300,11 +1789,11 @@ |
|
|
|
> |
|
|
|
</File> |
|
|
|
<File |
|
|
|
RelativePath="..\src\include\grid.h" |
|
|
|
RelativePath="..\src\frontend\plotting\grid.h" |
|
|
|
> |
|
|
|
</File> |
|
|
|
<File |
|
|
|
RelativePath="..\src\frontend\plotting\grid.h" |
|
|
|
RelativePath="..\src\include\grid.h" |
|
|
|
> |
|
|
|
</File> |
|
|
|
<File |
|
|
|
@ -1412,11 +1901,11 @@ |
|
|
|
> |
|
|
|
</File> |
|
|
|
<File |
|
|
|
RelativePath="..\src\frontend\inp.h" |
|
|
|
RelativePath="..\src\spicelib\parser\inp.h" |
|
|
|
> |
|
|
|
</File> |
|
|
|
<File |
|
|
|
RelativePath="..\src\spicelib\parser\inp.h" |
|
|
|
RelativePath="..\src\frontend\inp.h" |
|
|
|
> |
|
|
|
</File> |
|
|
|
<File |
|
|
|
|