249 lines
6.9 KiB
XML
249 lines
6.9 KiB
XML
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.00"
|
|
Name="SDKSamplePlaylistPlugin"
|
|
SccProjectName=""
|
|
SccLocalPath=""
|
|
Keyword="AtlProj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\Debug"
|
|
IntermediateDirectory=".\Debug"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\Include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="3"
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
PrecompiledHeaderFile=".\Debug/SDKSamplePlaylistPlugin.pch"
|
|
AssemblerListingLocation=".\Debug/"
|
|
ObjectFile=".\Debug/"
|
|
ProgramDataBaseFileName=".\Debug/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="Performing registration"
|
|
CommandLine="if "%OS%"=="" goto NOTNT
|
|
if not "%OS%"=="Windows_NT" goto NOTNT
|
|
regsvr32 /s /c "$(TargetPath)"
|
|
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
|
|
goto end
|
|
:NOTNT
|
|
echo Warning : Cannot register Unicode DLL on Windows 95
|
|
:end
|
|
"
|
|
Outputs="$(OutDir)\regsvr32.trg"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386"
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib"
|
|
OutputFile=".\Debug/SDKSamplePlaylistPlugin.dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="TRUE"
|
|
ModuleDefinitionFile=".\SDKSamplePlaylistPlugin.def"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile=".\Debug/SDKSamplePlaylistPlugin.pdb"
|
|
SubSystem="2"
|
|
ImportLibrary=".\Debug/SDKSamplePlaylistPlugin.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
AdditionalIncludeDirectories="..\..\Include"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Debug/SDKSamplePlaylistPlugin.tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory=".\Release"
|
|
IntermediateDirectory=".\Release"
|
|
ConfigurationType="2"
|
|
UseOfMFC="0"
|
|
UseOfATL="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="1">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="..\..\Include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;UNICODE;_UNICODE"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
UsePrecompiledHeader="3"
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
PrecompiledHeaderFile=".\Release/SDKSamplePlaylistPlugin.pch"
|
|
AssemblerListingLocation=".\Release/"
|
|
ObjectFile=".\Release/"
|
|
ProgramDataBaseFileName=".\Release/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="Performing registration"
|
|
CommandLine="if "%OS%"=="" goto NOTNT
|
|
if not "%OS%"=="Windows_NT" goto NOTNT
|
|
regsvr32 /s /c "$(TargetPath)"
|
|
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
|
|
goto end
|
|
:NOTNT
|
|
echo Warning : Cannot register Unicode DLL on Windows 95
|
|
:end
|
|
"
|
|
Outputs="$(OutDir)\regsvr32.trg"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386"
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib"
|
|
OutputFile=".\Release/SDKSamplePlaylistPlugin.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
ModuleDefinitionFile=".\SDKSamplePlaylistPlugin.def"
|
|
ProgramDatabaseFile=".\Release/SDKSamplePlaylistPlugin.pdb"
|
|
SubSystem="2"
|
|
ImportLibrary=".\Release/SDKSamplePlaylistPlugin.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
AdditionalIncludeDirectories="..\..\Include"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Release/SDKSamplePlaylistPlugin.tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
|
<File
|
|
RelativePath=".\SDKSamplePlaylistParser.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SDKSamplePlaylistPlugin.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SDKSamplePlaylistPlugin.def">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SDKSamplePlaylistPlugin.idl">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="1"
|
|
GenerateStublessProxies="TRUE"
|
|
TypeLibraryName=".\SDKSamplePlaylistPlugin.tlb"
|
|
HeaderFileName="SDKSamplePlaylistPlugin.h"
|
|
InterfaceIdentifierFileName="SDKSamplePlaylistPlugin_i.c"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="1"
|
|
GenerateStublessProxies="TRUE"
|
|
TypeLibraryName=".\SDKSamplePlaylistPlugin.tlb"
|
|
HeaderFileName="SDKSamplePlaylistPlugin.h"
|
|
InterfaceIdentifierFileName="SDKSamplePlaylistPlugin_i.c"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\SDKSamplePlaylistPlugin.rc">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\StdAfx.cpp">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl">
|
|
<File
|
|
RelativePath=".\dlldatax.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Resource.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SDKSamplePlaylistParser.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\StdAfx.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
|
<File
|
|
RelativePath=".\SDKSamplePlaylistParser.rgs">
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|