diff options
Diffstat (limited to 'MirandaPlugin/MirandaPlugin.vcproj')
-rw-r--r-- | MirandaPlugin/MirandaPlugin.vcproj | 229 |
1 files changed, 229 insertions, 0 deletions
diff --git a/MirandaPlugin/MirandaPlugin.vcproj b/MirandaPlugin/MirandaPlugin.vcproj new file mode 100644 index 0000000..2f7498d --- /dev/null +++ b/MirandaPlugin/MirandaPlugin.vcproj @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="MirandaPlugin"
+ ProjectGUID="{CA038F81-E0CB-4081-805B-8B165A5219F6}"
+ RootNamespace="MirandaPlugin"
+ Keyword="CustomAppWizProj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="10"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="install.bat"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="10"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="install.bat"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Template Files"
+ Filter="txt"
+ >
+ <File
+ RelativePath=".\Templates\1033\base.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\base.rc"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\common.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\common.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\filter.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\filter.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\menu.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\menu.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\menu.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\net.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\net.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\options.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\options.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\readme.txt"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\resource.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\resource.rc"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\version.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\version.rc"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="HTML Files"
+ Filter="htm"
+ >
+ <File
+ RelativePath=".\HTML\1033\default.htm"
+ DeploymentContent="true"
+ >
+ </File>
+ <File
+ RelativePath=".\HTML\1033\details.htm"
+ DeploymentContent="true"
+ >
+ </File>
+ <File
+ RelativePath=".\HTML\1033\options.htm"
+ DeploymentContent="true"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Image Files"
+ Filter="bmp"
+ >
+ <File
+ RelativePath=".\1033\Images\DottedHori.gif"
+ >
+ </File>
+ <File
+ RelativePath=".\1033\Images\DottedVert.gif"
+ >
+ </File>
+ <File
+ RelativePath=".\Images\mim_logo.gif"
+ >
+ </File>
+ <File
+ RelativePath=".\Images\MirandaPlugin.gif"
+ >
+ </File>
+ <File
+ RelativePath=".\Images\MirandaPlugin_Background.gif"
+ >
+ </File>
+ <File
+ RelativePath=".\1033\Images\spacer.gif"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Script Files"
+ Filter="js"
+ >
+ <File
+ RelativePath=".\Scripts\1033\default.js"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Miscellaneous Files"
+ Filter="vsz;vsdir;ico;vcproj;csproj;css;inf"
+ >
+ <File
+ RelativePath=".\default.vcproj"
+ >
+ </File>
+ <File
+ RelativePath=".\MirandaPlugin.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\MirandaPlugin.vsdir"
+ >
+ </File>
+ <File
+ RelativePath=".\MirandaPlugin.vsz"
+ >
+ </File>
+ <File
+ RelativePath=".\1033\NewStyles.css"
+ >
+ </File>
+ <File
+ RelativePath=".\Templates\1033\Templates.inf"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|