|
@@ -17,8 +17,8 @@
|
|
|
<Configurations>
|
|
|
<Configuration
|
|
|
Name="WinCNG LIB Debug|Win32"
|
|
|
- OutputDirectory=".\Debug_lib"
|
|
|
- IntermediateDirectory=".\Debug_lib"
|
|
|
+ OutputDirectory="..\..\..\bin\$(SolutionName)"
|
|
|
+ IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
|
|
|
ConfigurationType="4"
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
|
UseOfMFC="0"
|
|
@@ -92,8 +92,8 @@
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
Name="WinCNG DLL Debug|Win32"
|
|
|
- OutputDirectory=".\Debug_dll"
|
|
|
- IntermediateDirectory=".\Debug_dll"
|
|
|
+ OutputDirectory="..\..\..\bin\$(SolutionName)"
|
|
|
+ IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
|
|
|
ConfigurationType="2"
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
|
UseOfMFC="0"
|
|
@@ -189,8 +189,8 @@
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
Name="WinCNG LIB Release|Win32"
|
|
|
- OutputDirectory=".\Release_lib"
|
|
|
- IntermediateDirectory=".\Release_lib"
|
|
|
+ OutputDirectory="..\..\..\bin\$(SolutionName)"
|
|
|
+ IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
|
|
|
ConfigurationType="4"
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
|
UseOfMFC="0"
|
|
@@ -264,7 +264,7 @@
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
Name="OpenSSL LIB Release|Win32"
|
|
|
- OutputDirectory="..\..\bin\$(SolutionName)"
|
|
|
+ OutputDirectory="..\..\..\bin\$(SolutionName)"
|
|
|
IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
|
|
|
ConfigurationType="4"
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
@@ -341,8 +341,8 @@
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
Name="WinCNG DLL Release|Win32"
|
|
|
- OutputDirectory="."
|
|
|
- IntermediateDirectory="."
|
|
|
+ OutputDirectory="..\..\..\bin\$(SolutionName)"
|
|
|
+ IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
|
|
|
ConfigurationType="1"
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
@@ -416,7 +416,7 @@
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
Name="OpenSSL LIB Debug|Win32"
|
|
|
- OutputDirectory="..\..\bin\$(SolutionName)"
|
|
|
+ OutputDirectory="..\..\..\bin\$(SolutionName)"
|
|
|
IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
|
|
|
ConfigurationType="4"
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
@@ -493,7 +493,7 @@
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
Name="OpenSSL DLL Release|Win32"
|
|
|
- OutputDirectory="..\..\bin\$(SolutionName)"
|
|
|
+ OutputDirectory="..\..\..\bin\$(SolutionName)"
|
|
|
IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
|
|
|
ConfigurationType="2"
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
@@ -582,7 +582,7 @@
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
Name="OpenSSL DLL Debug|Win32"
|
|
|
- OutputDirectory="..\..\bin\$(SolutionName)"
|
|
|
+ OutputDirectory="..\..\..\bin\$(SolutionName)"
|
|
|
IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
|
|
|
ConfigurationType="2"
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|