VC project, output directory "64"
This commit is contained in:
parent
75b144e17a
commit
89241913f6
|
|
@ -23,6 +23,7 @@ Global
|
|||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_debug|x64.ActiveCfg = console_debug|x64
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_debug|x64.Build.0 = console_debug|x64
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_release_omp|Win32.ActiveCfg = console_release_omp|Win32
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_release_omp|Win32.Build.0 = console_release_omp|Win32
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_release_omp|x64.ActiveCfg = console_release_omp|x64
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_release_omp|x64.Build.0 = console_release_omp|x64
|
||||
{83E315C7-EDD3-4F6B-AF28-87A92A4FA49A}.console_release|Win32.ActiveCfg = console_release|Win32
|
||||
|
|
@ -45,9 +46,4 @@ Global
|
|||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
AMDCaProjectFile = D:\Spice_general\ng-spice-rework\visualc\CodeAnalyst\vngspice.caw
|
||||
AMDCaPersistentStartup = vngspice
|
||||
AMDCaPersistentConfig = Debug|Win32
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
|||
|
|
@ -112,8 +112,8 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
||||
OutputDirectory="$(ConfigurationName)64"
|
||||
IntermediateDirectory="$(ConfigurationName)64\$(PlatformName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
|
|
@ -124,8 +124,8 @@
|
|||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Custom defined Build: Recompile conf.c with actual date"
|
||||
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj"
|
||||
Outputs="$(ConfigurationName)\$(PlatformName)\conf.obj"
|
||||
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj"
|
||||
Outputs="$(ConfigurationName)64\$(PlatformName)\conf.obj"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
|
|
@ -297,8 +297,8 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
||||
OutputDirectory="$(ConfigurationName)64"
|
||||
IntermediateDirectory="$(ConfigurationName)64\$(PlatformName)"
|
||||
ConfigurationType="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
|
|
@ -308,8 +308,8 @@
|
|||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Custom defined Build: Recompile conf.c with actual date"
|
||||
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj"
|
||||
Outputs="$(ConfigurationName)\$(PlatformName)\conf.obj"
|
||||
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj"
|
||||
Outputs="$(ConfigurationName)64\$(PlatformName)\conf.obj"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
|
|
@ -481,8 +481,8 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="console_debug|x64"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
||||
OutputDirectory="$(ConfigurationName)64"
|
||||
IntermediateDirectory="$(ConfigurationName)64\$(PlatformName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
|
|
@ -493,8 +493,8 @@
|
|||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Custom defined Build: Recompile conf.c with actual date"
|
||||
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj"
|
||||
Outputs="$(ConfigurationName)\$(PlatformName)\conf.obj"
|
||||
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj"
|
||||
Outputs="$(ConfigurationName)64\$(PlatformName)\conf.obj"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
|
|
@ -665,8 +665,8 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="console_release|x64"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
||||
OutputDirectory="$(ConfigurationName)64"
|
||||
IntermediateDirectory="$(ConfigurationName)64\$(PlatformName)"
|
||||
ConfigurationType="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
|
|
@ -676,8 +676,8 @@
|
|||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Custom defined Build: Recompile conf.c with actual date"
|
||||
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj"
|
||||
Outputs="$(ConfigurationName)\$(PlatformName)\conf.obj"
|
||||
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj"
|
||||
Outputs="$(ConfigurationName)64\$(PlatformName)\conf.obj"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
|
|
@ -855,8 +855,8 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="ReleaseOMP|x64"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
||||
OutputDirectory="$(ConfigurationName)64"
|
||||
IntermediateDirectory="$(ConfigurationName)64\$(PlatformName)"
|
||||
ConfigurationType="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
|
|
@ -866,8 +866,8 @@
|
|||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Custom defined Build: Recompile conf.c with actual date"
|
||||
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj"
|
||||
Outputs="$(ConfigurationName)\$(PlatformName)\conf.obj"
|
||||
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj"
|
||||
Outputs="$(ConfigurationName)64\$(PlatformName)\conf.obj"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
|
|
@ -1046,8 +1046,8 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="console_release_omp|x64"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
||||
OutputDirectory="$(ConfigurationName)64"
|
||||
IntermediateDirectory="$(ConfigurationName)64\$(PlatformName)"
|
||||
ConfigurationType="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
|
|
@ -1057,8 +1057,8 @@
|
|||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Custom defined Build: Recompile conf.c with actual date"
|
||||
CommandLine="del $(ConfigurationName)\$(PlatformName)\conf.obj"
|
||||
Outputs="$(ConfigurationName)\$(PlatformName)\conf.obj"
|
||||
CommandLine="del $(ConfigurationName)64\$(PlatformName)\conf.obj"
|
||||
Outputs="$(ConfigurationName)64\$(PlatformName)\conf.obj"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
|
|
|
|||
Loading…
Reference in New Issue