diff options
| author | Jean-Francois Mauguit <jfmauguit@mac.com> | 2024-09-24 09:03:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-24 09:03:25 -0400 |
| commit | bab614c421ed7ae329d26bf028c4a3b1d2450f5a (patch) | |
| tree | 12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/omBrowser/localization/localization.vcproj | |
| parent | 4bde6044fddf053f31795b9eaccdd2a5a527d21f (diff) | |
| parent | 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (diff) | |
| download | winamp-bab614c421ed7ae329d26bf028c4a3b1d2450f5a.tar.gz | |
Merge pull request #5 from WinampDesktop/community
Merge to main
Diffstat (limited to 'Src/omBrowser/localization/localization.vcproj')
| -rw-r--r-- | Src/omBrowser/localization/localization.vcproj | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/Src/omBrowser/localization/localization.vcproj b/Src/omBrowser/localization/localization.vcproj new file mode 100644 index 00000000..b20ee25c --- /dev/null +++ b/Src/omBrowser/localization/localization.vcproj @@ -0,0 +1,120 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9.00" + Name="localization" + ProjectGUID="{F5D8D737-1C1E-4967-B7FC-74FABB806926}" + RootNamespace="localization" + TargetFrameworkVersion="196613" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Release|Win32" + OutputDirectory="$(InputDir)\bin" + IntermediateDirectory="intermediate" + ConfigurationType="2" + CharacterSet="1" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + EnableIntrinsicFunctions="true" + RuntimeLibrary="2" + EnableFunctionLevelLinking="true" + WarningLevel="3" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + IgnoreImportLibrary="true" + LinkLibraryDependencies="false" + OutputFile="$(OutDir)\omBrowser.lng" + GenerateManifest="false" + IgnoreAllDefaultLibraries="true" + GenerateDebugInformation="false" + LargeAddressAware="1" + TerminalServerAware="0" + OptimizeReferences="2" + EnableCOMDATFolding="2" + LinkTimeCodeGeneration="0" + ResourceOnlyDLL="true" + RandomizedBaseAddress="1" + DataExecutionPrevention="1" + TurnOffAssemblyGeneration="true" + TargetMachine="1" + CLRImageType="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath="..\errorPages.rc" + > + </File> + <File + RelativePath="..\omBrowser.rc" + > + </File> + <File + RelativePath="..\resource.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |
