diff options
Diffstat (limited to 'libtest/libtest.vcproj')
-rw-r--r-- | libtest/libtest.vcproj | 186 |
1 files changed, 186 insertions, 0 deletions
diff --git a/libtest/libtest.vcproj b/libtest/libtest.vcproj new file mode 100644 index 0000000..7933cdb --- /dev/null +++ b/libtest/libtest.vcproj @@ -0,0 +1,186 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="libtest" + ProjectGUID="{76424734-BC12-4472-ABE2-B5C7A4A0B733}" + Keyword="MakeFileProj" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="0" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + > + <Tool + Name="VCNMakeTool" + BuildCommandLine="nmake -f libtest.mak" + ReBuildCommandLine="" + CleanCommandLine="del *.obj" + Output="" + PreprocessorDefinitions="" + IncludeSearchPath="" + ForcedIncludes="" + AssemblySearchPath="" + ForcedUsingAssemblies="" + CompileAsManaged="" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory="$(PlatformName)\$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" + ConfigurationType="0" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + > + <Tool + Name="VCNMakeTool" + BuildCommandLine="nmake -f libtest.mak" + ReBuildCommandLine="" + CleanCommandLine="del *.obj" + Output="" + PreprocessorDefinitions="" + IncludeSearchPath="" + ForcedIncludes="" + AssemblySearchPath="" + ForcedUsingAssemblies="" + CompileAsManaged="" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="0" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + > + <Tool + Name="VCNMakeTool" + BuildCommandLine="nmake -f libtest.mak" + ReBuildCommandLine="" + CleanCommandLine="del *.obj" + Output="" + PreprocessorDefinitions="" + IncludeSearchPath="" + ForcedIncludes="" + AssemblySearchPath="" + ForcedUsingAssemblies="" + CompileAsManaged="" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory="$(PlatformName)\$(ConfigurationName)" + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" + ConfigurationType="0" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + > + <Tool + Name="VCNMakeTool" + BuildCommandLine="nmake -f libtest.mak" + ReBuildCommandLine="" + CleanCommandLine="del *.obj" + Output="" + PreprocessorDefinitions="" + IncludeSearchPath="" + ForcedIncludes="" + AssemblySearchPath="" + ForcedUsingAssemblies="" + CompileAsManaged="" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath=".\callbacks-example-baselinks.c" + > + </File> + <File + RelativePath=".\callbacks-example-changecontent.c" + > + </File> + <File + RelativePath=".\callbacks-example-contentfilter.c" + > + </File> + <File + RelativePath=".\callbacks-example-displayheader.c" + > + </File> + <File + RelativePath=".\callbacks-example-filename.c" + > + </File> + <File + RelativePath=".\callbacks-example-filename2.c" + > + </File> + <File + RelativePath=".\callbacks-example-filenameiisbug.c" + > + </File> + <File + RelativePath=".\callbacks-example-listlinks.c" + > + </File> + <File + RelativePath=".\callbacks-example-log.c" + > + </File> + <File + RelativePath=".\callbacks-example-simple.c" + > + </File> + <File + RelativePath=".\example.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath=".\example.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + <File + RelativePath=".\libtest.mak" + > + </File> + </Filter> + <File + RelativePath=".\readme.txt" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |