[Mobies-commit] [commit] r4395 - in UDM/trunk: Projects/Win32/VC10/tests/testUdmCint Projects/Win32/VC9/tests/testUdmCint tests/testUdmCint

ksmyth at svn.isis.vanderbilt.edu ksmyth at svn.isis.vanderbilt.edu
Fri Oct 13 09:39:29 CDT 2017


Author: ksmyth
Date: Fri Oct 13 09:39:29 2017
New Revision: 4395

Log:
testUdmCint: don't need MFC

Modified:
   UDM/trunk/Projects/Win32/VC10/tests/testUdmCint/testUdmCint.vcxproj
   UDM/trunk/Projects/Win32/VC9/tests/testUdmCint/testUdmCint.vcproj
   UDM/trunk/tests/testUdmCint/main.cpp
   UDM/trunk/tests/testUdmCint/testReadSBML2Ex.cpp

Modified: UDM/trunk/Projects/Win32/VC10/tests/testUdmCint/testUdmCint.vcxproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/tests/testUdmCint/testUdmCint.vcxproj	Fri Oct 13 09:39:19 2017	(r4394)
+++ UDM/trunk/Projects/Win32/VC10/tests/testUdmCint/testUdmCint.vcxproj	Fri Oct 13 09:39:29 2017	(r4395)
@@ -26,22 +26,22 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <UseOfMfc>Dynamic</UseOfMfc>
+    <UseOfMfc>false</UseOfMfc>
     <CharacterSet>MultiByte</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <UseOfMfc>Dynamic</UseOfMfc>
+    <UseOfMfc>false</UseOfMfc>
     <CharacterSet>MultiByte</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <UseOfMfc>Dynamic</UseOfMfc>
+    <UseOfMfc>false</UseOfMfc>
     <CharacterSet>MultiByte</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
-    <UseOfMfc>Dynamic</UseOfMfc>
+    <UseOfMfc>false</UseOfMfc>
     <CharacterSet>MultiByte</CharacterSet>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

Modified: UDM/trunk/Projects/Win32/VC9/tests/testUdmCint/testUdmCint.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/tests/testUdmCint/testUdmCint.vcproj	Fri Oct 13 09:39:19 2017	(r4394)
+++ UDM/trunk/Projects/Win32/VC9/tests/testUdmCint/testUdmCint.vcproj	Fri Oct 13 09:39:29 2017	(r4395)
@@ -22,8 +22,6 @@
 			IntermediateDirectory="$(OutDir)\obj\tests\$(ProjectName)"
 			ConfigurationType="1"
 			InheritedPropertySheets="..\UdmTests.vsprops"
-			UseOfMFC="2"
-			ATLMinimizesCRunTimeLibraryUsage="false"
 			CharacterSet="2"
 			>
 			<Tool
@@ -118,8 +116,6 @@
 			IntermediateDirectory="$(OutDir)\obj\tests\$(ProjectName)"
 			ConfigurationType="1"
 			InheritedPropertySheets="..\UdmTests.vsprops"
-			UseOfMFC="2"
-			ATLMinimizesCRunTimeLibraryUsage="false"
 			CharacterSet="2"
 			>
 			<Tool

Modified: UDM/trunk/tests/testUdmCint/main.cpp
==============================================================================
--- UDM/trunk/tests/testUdmCint/main.cpp	Fri Oct 13 09:39:19 2017	(r4394)
+++ UDM/trunk/tests/testUdmCint/main.cpp	Fri Oct 13 09:39:29 2017	(r4395)
@@ -1,7 +1,4 @@
 #include "Test.h"
-#ifdef _WIN32
-#include <afx.h>
-#endif
 #include <stdexcept>
 #include <sstream>
 #include <UdmBase.h>

Modified: UDM/trunk/tests/testUdmCint/testReadSBML2Ex.cpp
==============================================================================
--- UDM/trunk/tests/testUdmCint/testReadSBML2Ex.cpp	Fri Oct 13 09:39:19 2017	(r4394)
+++ UDM/trunk/tests/testUdmCint/testReadSBML2Ex.cpp	Fri Oct 13 09:39:29 2017	(r4395)
@@ -1,7 +1,4 @@
 #include "Test.h"
-#ifdef _WIN32
-#include <afx.h>
-#endif
 #include <stdexcept>
 #include <sstream>
 #include <UdmBase.h>


More information about the Mobies-commit mailing list