owntone-server/win32/FireflyShell/FireflyShell.vcproj

336 lines
6.3 KiB
Plaintext
Raw Normal View History

2006-05-29 05:14:04 -04:00
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
2007-03-06 18:46:03 -05:00
Version="8.00"
2006-05-29 05:14:04 -04:00
Name="FireflyShell"
ProjectGUID="{ED38F171-854B-4EA3-B3A0-7681648969FC}"
RootNamespace="FireflyShell"
2007-03-06 18:46:03 -05:00
Keyword="Win32Proj"
>
2006-05-29 05:14:04 -04:00
<Platforms>
<Platform
2007-03-06 18:46:03 -05:00
Name="Win32"
/>
2006-05-29 05:14:04 -04:00
</Platforms>
2007-03-06 18:46:03 -05:00
<ToolFiles>
</ToolFiles>
2006-05-29 05:14:04 -04:00
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
2006-05-29 05:14:04 -04:00
IntermediateDirectory="Debug"
ConfigurationType="1"
2007-03-06 18:46:03 -05:00
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
2007-03-06 18:46:03 -05:00
MinimalRebuild="true"
2006-05-29 05:14:04 -04:00
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
2006-05-29 05:14:04 -04:00
WarningLevel="3"
2007-03-06 18:46:03 -05:00
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
Name="VCLinkerTool"
AdditionalDependencies="version.lib mpr.lib"
OutputFile="$(OutDir)/FireflyShell.exe"
2006-05-29 05:14:04 -04:00
LinkIncremental="2"
2007-03-06 18:46:03 -05:00
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/FireflyShell.pdb"
2006-05-29 05:14:04 -04:00
SubSystem="2"
2007-03-06 18:46:03 -05:00
TargetMachine="1"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCALinkTool"
/>
<Tool
2007-03-06 18:46:03 -05:00
Name="VCManifestTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCXDCMakeTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCBscMakeTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCFxCopTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCAppVerifierTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCWebDeploymentTool"
/>
<Tool
2007-03-06 18:46:03 -05:00
Name="VCPostBuildEventTool"
/>
2006-05-29 05:14:04 -04:00
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
2006-05-29 05:14:04 -04:00
IntermediateDirectory="Release"
ConfigurationType="1"
2007-03-06 18:46:03 -05:00
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
2006-05-29 05:14:04 -04:00
WarningLevel="3"
2007-03-06 18:46:03 -05:00
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
Name="VCLinkerTool"
AdditionalDependencies="version.lib mpr.lib"
OutputFile="$(OutDir)/FireflyShell.exe"
2006-05-29 05:14:04 -04:00
LinkIncremental="1"
2007-03-06 18:46:03 -05:00
GenerateDebugInformation="true"
2006-05-29 05:14:04 -04:00
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
2007-03-06 18:46:03 -05:00
TargetMachine="1"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCALinkTool"
/>
<Tool
2007-03-06 18:46:03 -05:00
Name="VCManifestTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCXDCMakeTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCBscMakeTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCFxCopTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCAppVerifierTool"
/>
2006-05-29 05:14:04 -04:00
<Tool
2007-03-06 18:46:03 -05:00
Name="VCWebDeploymentTool"
/>
<Tool
2007-03-06 18:46:03 -05:00
Name="VCPostBuildEventTool"
/>
2006-05-29 05:14:04 -04:00
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
2007-03-06 18:46:03 -05:00
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
2006-05-29 05:14:04 -04:00
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\AboutPage.cpp"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\AdvancedPage.cpp"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\ConfigPage.cpp"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\DosPath.cpp"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\FireflyShell.cpp"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\LogPage.cpp"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\MainDlg.cpp"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\NotifyIcon.cpp"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\ServerEvents.cpp"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\ServiceControl.cpp"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\stdafx.cpp"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\VersionInfo.cpp"
>
2006-05-29 05:14:04 -04:00
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
2007-03-06 18:46:03 -05:00
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
2006-05-29 05:14:04 -04:00
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\AboutPage.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\AdvancedPage.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\ConfigPage.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\DosPath.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\FireflyShell.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\IniFile.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\LogPage.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\MainDlg.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\NotifyIcon.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\resource.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\ServerEvents.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\ServiceControl.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\singleton.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\stdafx.h"
>
2006-05-29 05:14:04 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\VersionInfo.h"
>
2006-05-29 05:14:04 -04:00
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
2007-03-06 18:46:03 -05:00
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
2006-06-05 23:36:17 -04:00
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\res\FireflyShell.ico"
>
2006-06-05 23:36:17 -04:00
</File>
2006-05-29 05:14:04 -04:00
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\FireflyShell.rc"
>
2006-05-29 05:14:04 -04:00
</File>
2006-06-05 23:36:17 -04:00
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\res\logo.bmp"
>
2006-06-05 23:36:17 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\res\ShellRunning.ico"
>
2006-06-05 23:36:17 -04:00
</File>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\res\ShellStopped.ico"
>
2006-06-05 23:36:17 -04:00
</File>
2006-05-29 05:14:04 -04:00
</Filter>
<File
2007-03-06 18:46:03 -05:00
RelativePath=".\README.txt"
>
2006-05-29 05:14:04 -04:00
</File>
</Files>
<Globals>
2006-06-05 23:36:17 -04:00
<Global
Name="RESOURCE_FILE"
2007-03-06 18:46:03 -05:00
Value="FireflyShell.rc"
/>
2006-05-29 05:14:04 -04:00
</Globals>
</VisualStudioProject>