diff options
author | 2015-01-10 18:42:37 +0100 | |
---|---|---|
committer | 2015-01-10 18:42:37 +0100 | |
commit | fa3f99377c9c7bdfdaec79f6a7eb4967059182bf (patch) | |
tree | a0a49afff0ab797bb56bdaac6aa432a4faa73f6b /3rdparty/libflac/examples/cpp/encode/file/example_cpp_encode_file.vcproj | |
parent | a53c8724052c0d2c85bd042eda407d24add6d469 (diff) |
Added full source of flac-1.2.1 (nw)
Diffstat (limited to '3rdparty/libflac/examples/cpp/encode/file/example_cpp_encode_file.vcproj')
-rw-r--r-- | 3rdparty/libflac/examples/cpp/encode/file/example_cpp_encode_file.vcproj | 204 |
1 files changed, 204 insertions, 0 deletions
diff --git a/3rdparty/libflac/examples/cpp/encode/file/example_cpp_encode_file.vcproj b/3rdparty/libflac/examples/cpp/encode/file/example_cpp_encode_file.vcproj new file mode 100644 index 00000000000..7efab704313 --- /dev/null +++ b/3rdparty/libflac/examples/cpp/encode/file/example_cpp_encode_file.vcproj @@ -0,0 +1,204 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="example_cpp_encode_file" + ProjectGUID="{4cefbe01-c215-11db-8314-0800200c9a66}" + RootNamespace="example_cpp_encode_file" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\..\..\..\obj\debug\bin" + IntermediateDirectory="Debug" + ConfigurationType="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\..\include" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;FLAC__NO_DLL;DEBUG" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + CompileAs="0" + DisableSpecificWarnings="4267;4996" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="..\..\..\..\obj\release\lib\ogg_static.lib" + LinkIncremental="2" + IgnoreDefaultLibraryNames="uuid.lib" + GenerateDebugInformation="true" + SubSystem="1" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="..\..\..\..\obj\release\bin" + IntermediateDirectory="Release" + ConfigurationType="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + EnableIntrinsicFunctions="true" + FavorSizeOrSpeed="1" + OmitFramePointers="true" + WholeProgramOptimization="true" + AdditionalIncludeDirectories="..\..\..\..\include" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL" + RuntimeLibrary="0" + BufferSecurityCheck="false" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + CompileAs="0" + DisableSpecificWarnings="4267;4996" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="..\..\..\..\obj\release\lib\ogg_static.lib" + LinkIncremental="1" + IgnoreDefaultLibraryNames="uuid.lib" + GenerateDebugInformation="true" + SubSystem="1" + OptimizeReferences="2" + EnableCOMDATFolding="2" + LinkTimeCodeGeneration="1" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93292580-829B-b441-E8B8-65A95828BEB0}" + > + </Filter> + <Filter + Name="Source Files" + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{9C7247F1-CA27-1761-A016-0F27452AD2F0}" + > + <File + RelativePath=".\main.cpp" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |