|
|
|
@ -5,10 +5,18 @@ |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Debug|x64"> |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Platform>x64</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Release|x64"> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>x64</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
</ItemGroup> |
|
|
|
<PropertyGroup Label="Globals"> |
|
|
|
<ProjectGuid>{01B94AD4-AF8F-4173-9BF8-120638B8BC6C}</ProjectGuid> |
|
|
|
@ -22,20 +30,37 @@ |
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
<CharacterSet>NotSet</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
</ImportGroup> |
|
|
|
<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" /> |
|
|
|
</ImportGroup> |
|
|
|
<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" /> |
|
|
|
</ImportGroup> |
|
|
|
<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" /> |
|
|
|
</ImportGroup> |
|
|
|
<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" /> |
|
|
|
</ImportGroup> |
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
<PropertyGroup> |
|
|
|
<_ProjectFileVersion>14.0.25029.0</_ProjectFileVersion> |
|
|
|
@ -45,11 +70,17 @@ |
|
|
|
<IntDir>$(Configuration)\</IntDir> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir> |
|
|
|
<IntDir>$(Configuration)\</IntDir> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<ClCompile> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
@ -72,6 +103,29 @@ |
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
</Link> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
<ClCompile> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;XSPICE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<ExceptionHandling> |
|
|
|
</ExceptionHandling> |
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks> |
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo> |
|
|
|
<PrecompiledHeader> |
|
|
|
</PrecompiledHeader> |
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
<CompileAs>CompileAsC</CompileAs> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
|
|
<DataExecutionPrevention> |
|
|
|
</DataExecutionPrevention> |
|
|
|
</Link> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<ClCompile> |
|
|
|
<Optimization>Full</Optimization> |
|
|
|
@ -97,6 +151,33 @@ |
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
</Link> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<ClCompile> |
|
|
|
<Optimization>Full</Optimization> |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<ExceptionHandling> |
|
|
|
</ExceptionHandling> |
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking> |
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo> |
|
|
|
<PrecompiledHeader> |
|
|
|
</PrecompiledHeader> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<DebugInformationFormat> |
|
|
|
</DebugInformationFormat> |
|
|
|
<CompileAs>CompileAsC</CompileAs> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
<RandomizedBaseAddress> |
|
|
|
</RandomizedBaseAddress> |
|
|
|
</Link> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ClCompile Include="..\src\main_xspice.c" /> |
|
|
|
</ItemGroup> |
|
|
|
|