|
|
@ -51,7 +51,6 @@ |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<PropertyGroup Label="Globals"> |
|
|
<PropertyGroup Label="Globals"> |
|
|
<ProjectName>vngspice</ProjectName> |
|
|
|
|
|
<ProjectGuid>{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}</ProjectGuid> |
|
|
<ProjectGuid>{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}</ProjectGuid> |
|
|
<RootNamespace>vngspice</RootNamespace> |
|
|
<RootNamespace>vngspice</RootNamespace> |
|
|
<Keyword>Win32Proj</Keyword> |
|
|
<Keyword>Win32Proj</Keyword> |
|
|
@ -155,81 +154,48 @@ |
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
|
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
|
|
|
|
|
<TargetName>ngspice</TargetName> |
|
|
|
|
|
<OutDir>$(ProjectName)\$(Configuration).$(Platform)\</OutDir> |
|
|
|
|
|
<IntDir>$(ProjectName)\$(Configuration).$(Platform)\obj\</IntDir> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<TargetName>$(ProjectName)_d</TargetName> |
|
|
|
|
|
<OutDir>$(Configuration)\</OutDir> |
|
|
|
|
|
<IntDir>$(Configuration)\$(Platform)\</IntDir> |
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<GenerateManifest>false</GenerateManifest> |
|
|
<GenerateManifest>false</GenerateManifest> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
<TargetName>$(ProjectName)</TargetName> |
|
|
|
|
|
<OutDir>$(Configuration)\</OutDir> |
|
|
|
|
|
<IntDir>$(Configuration)\$(Platform)\</IntDir> |
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
<TargetName>$(ProjectName)64_d</TargetName> |
|
|
|
|
|
<OutDir>$(Configuration)64\</OutDir> |
|
|
|
|
|
<IntDir>$(Configuration)64\$(Platform)\</IntDir> |
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<GenerateManifest>false</GenerateManifest> |
|
|
<GenerateManifest>false</GenerateManifest> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<TargetName>$(ProjectName)64</TargetName> |
|
|
|
|
|
<OutDir>$(Configuration)64\</OutDir> |
|
|
|
|
|
<IntDir>$(Configuration)64\$(Platform)\</IntDir> |
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='console_debug|Win32'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='console_debug|Win32'"> |
|
|
<TargetName>$(ProjectName)_cd</TargetName> |
|
|
|
|
|
<OutDir>$(Configuration)\</OutDir> |
|
|
|
|
|
<IntDir>$(Configuration)\$(Platform)\</IntDir> |
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<GenerateManifest>false</GenerateManifest> |
|
|
<GenerateManifest>false</GenerateManifest> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='console_release|Win32'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='console_release|Win32'"> |
|
|
<TargetName>$(ProjectName)_c</TargetName> |
|
|
|
|
|
<OutDir>$(Configuration)\</OutDir> |
|
|
|
|
|
<IntDir>$(Configuration)\$(Platform)\</IntDir> |
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='console_debug|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='console_debug|x64'"> |
|
|
<TargetName>$(ProjectName)64_cd</TargetName> |
|
|
|
|
|
<OutDir>$(Configuration)64\</OutDir> |
|
|
|
|
|
<IntDir>$(Configuration)64\$(Platform)\</IntDir> |
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<GenerateManifest>false</GenerateManifest> |
|
|
<GenerateManifest>false</GenerateManifest> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='console_release|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='console_release|x64'"> |
|
|
<TargetName>$(ProjectName)64_c</TargetName> |
|
|
|
|
|
<OutDir>$(Configuration)64\</OutDir> |
|
|
|
|
|
<IntDir>$(Configuration)64\$(Platform)\</IntDir> |
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|Win32'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|Win32'"> |
|
|
<TargetName>$(ProjectName)_omp</TargetName> |
|
|
|
|
|
<OutDir>$(Configuration)\</OutDir> |
|
|
|
|
|
<IntDir>$(Configuration)\$(Platform)\</IntDir> |
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseOMP|x64'"> |
|
|
<TargetName>$(ProjectName)64_omp</TargetName> |
|
|
|
|
|
<OutDir>$(Configuration)64\</OutDir> |
|
|
|
|
|
<IntDir>$(Configuration)64\$(Platform)\</IntDir> |
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='console_release_omp|Win32'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='console_release_omp|Win32'"> |
|
|
<TargetName>$(ProjectName)_omp_c</TargetName> |
|
|
|
|
|
<OutDir>$(Configuration)\</OutDir> |
|
|
|
|
|
<IntDir>$(Configuration)\$(Platform)\</IntDir> |
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='console_release_omp|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='console_release_omp|x64'"> |
|
|
<TargetName>$(ProjectName)64_omp_c</TargetName> |
|
|
|
|
|
<OutDir>$(Configuration)64\</OutDir> |
|
|
|
|
|
<IntDir>$(Configuration)64\$(Platform)\</IntDir> |
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|