Skip to content

Commit

Permalink
more source!
Browse files Browse the repository at this point in the history
git-svn-id: https://scrobblify.googlecode.com/svn/trunk@12 8198a76c-954e-11dd-90d1-a37c03efd28a
  • Loading branch information
johanliesen committed Oct 11, 2008
1 parent 46fc381 commit d7a19fb
Show file tree
Hide file tree
Showing 10 changed files with 465 additions and 0 deletions.
Binary file added Scrobblify.ncb
Binary file not shown.
29 changes: 29 additions & 0 deletions Scrobblify.sln
@@ -0,0 +1,29 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scrobblify", "Scrobblify.vcproj", "{3AE5F13A-3B39-434D-97B5-20853356AE46}"
ProjectSection(ProjectDependencies) = postProject
{6530D504-E2F9-4073-9E42-3138A6085BFA} = {6530D504-E2F9-4073-9E42-3138A6085BFA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ScrobSub", "third_party\ScrobSub\ScrobSub.vcproj", "{6530D504-E2F9-4073-9E42-3138A6085BFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AE5F13A-3B39-434D-97B5-20853356AE46}.Debug|Win32.ActiveCfg = Debug|Win32
{3AE5F13A-3B39-434D-97B5-20853356AE46}.Debug|Win32.Build.0 = Debug|Win32
{3AE5F13A-3B39-434D-97B5-20853356AE46}.Release|Win32.ActiveCfg = Release|Win32
{3AE5F13A-3B39-434D-97B5-20853356AE46}.Release|Win32.Build.0 = Release|Win32
{6530D504-E2F9-4073-9E42-3138A6085BFA}.Debug|Win32.ActiveCfg = Debug|Win32
{6530D504-E2F9-4073-9E42-3138A6085BFA}.Debug|Win32.Build.0 = Debug|Win32
{6530D504-E2F9-4073-9E42-3138A6085BFA}.Release|Win32.ActiveCfg = Release|Win32
{6530D504-E2F9-4073-9E42-3138A6085BFA}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added Scrobblify.suo
Binary file not shown.
229 changes: 229 additions & 0 deletions Scrobblify.vcproj
@@ -0,0 +1,229 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="Scrobblify"
ProjectGUID="{3AE5F13A-3B39-434D-97B5-20853356AE46}"
RootNamespace="Scrobblify"
Keyword="Win32Proj"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;$(SolutionDir)/third_party/ScrobSub&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
IgnoreDefaultLibraryNames="libcmt"
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
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"
AdditionalIncludeDirectories="&quot;$(SolutionDir)/third_party/ScrobSub&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="../../third_party/ScrobSub"
LinkIncremental="1"
IgnoreDefaultLibraryNames="libcmt"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="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>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=".\src\main\main.cpp"
>
</File>
<File
RelativePath=".\src\main\Scrobblify.cpp"
>
</File>
<File
RelativePath=".\src\main\stdafx.cpp"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\src\main\Resource.h"
>
</File>
<File
RelativePath=".\src\main\Scrobblify.h"
>
</File>
<File
RelativePath=".\src\main\stdafx.h"
>
</File>
<File
RelativePath=".\src\main\targetver.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
<File
RelativePath=".\src\main\Play1Disabled.ico"
>
</File>
<File
RelativePath=".\src\main\Scrobblify.rc"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
Binary file added src/main/Play1Disabled.ico
Binary file not shown.
37 changes: 37 additions & 0 deletions src/main/Resource.h
@@ -0,0 +1,37 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Scrobblify.rc
//

#define IDS_APP_TITLE 103

#define IDR_MAINFRAME 128
#define IDD_SCROBBLIFY_DIALOG 102
#define IDD_ABOUTBOX 103
#define IDM_ABOUT 104
#define IDM_EXIT 105
#define IDI_SCROBBLIFY 107
#define IDI_SMALL 108
#define IDC_SCROBBLIFY 109
#define IDC_MYICON 2

#ifndef IDC_STATIC
#define IDC_STATIC -1
#endif
// Next default values for new objects

#define IDM_TRAYICON 110

#define WM_SHOW_TRAY_MENU WM_APPCOMMAND + 1

//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS

#define _APS_NO_MFC 130
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 110
#endif
#endif

0 comments on commit d7a19fb

Please sign in to comment.