| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="Windows-1252"?> | |
| 2 <VisualStudioPropertySheet | |
| 3 ProjectType="Visual C++" | |
| 4 Version="8.00" | |
| 5 Name="activex_test_control" | |
| 6 InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops" | |
| 7 UseOfATL="1" | |
| 8 ATLMinimizesCRunTimeLibraryUsage="false" | |
| 9 > | |
| 10 <Tool | |
| 11 Name="VCCLCompilerTool" | |
| 12 AdditionalIncludeDirectories="$(IntDir)" | |
| 13 /> | |
| 14 <Tool | |
| 15 Name="VCLinkerTool" | |
| 16 RegisterOutput="false" | |
| 17 IgnoreImportLibrary="true" | |
| 18 AdditionalDependencies="comsuppw.lib" | |
| 19 OutputFile="$(OutDir)\activex_test_control.dll" | |
| 20 ModuleDefinitionFile=".\activex_test_control.def" | |
| 21 /> | |
| 22 <Tool | |
| 23 Name="VCResourceCompilerTool" | |
| 24 AdditionalIncludeDirectories="$(IntDir)" | |
| 25 /> | |
| 26 </VisualStudioPropertySheet> | |
| OLD | NEW |