[svn-r14608] Purpose: Add missing Windows HL C examples

Description:
The Windows suite of examples for HL C was a very small subset of the examples that exist for other platforms.  Now we have all of the HL C examples-- integrated into the VS projects files, and batch test scripts.

Tested:
VS2005 on WinXP
VNET on WinXP
This commit is contained in:
Scott Wegner
2008-02-19 10:25:23 -05:00
parent ff9a968785
commit 1755138539
75 changed files with 15839 additions and 97 deletions

View File

@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\..\..\..\hl\examples\ptExampleFL\Debug"
IntermediateDirectory=".\..\..\..\..\hl\examples\ptExampleFL\Debug"
OutputDirectory=".\..\..\..\..\hl\examples\$(ProjectName)\$(ConfigurationName)"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -74,8 +74,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory=".\..\..\..\..\hl\examples\ptExampleFL\Release"
IntermediateDirectory=".\..\..\..\..\hl\examples\ptExampleFL\Release"
OutputDirectory=".\..\..\..\..\hl\examples\$(ProjectName)\$(ConfigurationName)"
IntermediateDirectory="$(OutDir)"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"