Change exe name to ngspice_opus.exe in VS project.
This commit is contained in:
parent
e7fb53f6fc
commit
784ce1f7eb
|
|
@ -54,6 +54,7 @@
|
||||||
<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>
|
||||||
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
|
|
@ -154,7 +155,7 @@
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||||||
<TargetName>ngspice</TargetName>
|
<TargetName>ngspice_opus</TargetName>
|
||||||
<OutDir>$(ProjectName)\$(Configuration).$(Platform)\</OutDir>
|
<OutDir>$(ProjectName)\$(Configuration).$(Platform)\</OutDir>
|
||||||
<IntDir>$(ProjectName)\$(Configuration).$(Platform)\obj\</IntDir>
|
<IntDir>$(ProjectName)\$(Configuration).$(Platform)\obj\</IntDir>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue