-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Visual Studio 2008 solution files
- Loading branch information
1 parent
f4b5ff1
commit 3bc2678
Showing
2 changed files
with
300 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 10.00 | ||
# Visual C++ Express 2008 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dokan", "dokan\dokan.vcproj", "{AB818A2C-D65A-4DBC-9870-B65D72C35DF8}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Release|Win32 = Release|Win32 | ||
VSDebug|Win32 = VSDebug|Win32 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{AB818A2C-D65A-4DBC-9870-B65D72C35DF8}.Release|Win32.ActiveCfg = Release|Win32 | ||
{AB818A2C-D65A-4DBC-9870-B65D72C35DF8}.Release|Win32.Build.0 = Release|Win32 | ||
{AB818A2C-D65A-4DBC-9870-B65D72C35DF8}.VSDebug|Win32.ActiveCfg = VSDebug|Win32 | ||
{AB818A2C-D65A-4DBC-9870-B65D72C35DF8}.VSDebug|Win32.Build.0 = VSDebug|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,280 @@ | ||
<?xml version="1.0" encoding="Windows-1252"?> | ||
<VisualStudioProject | ||
ProjectType="Visual C++" | ||
Version="9,00" | ||
Name="dokan" | ||
ProjectGUID="{AB818A2C-D65A-4DBC-9870-B65D72C35DF8}" | ||
RootNamespace="dokan" | ||
TargetFrameworkVersion="131072" | ||
> | ||
<Platforms> | ||
<Platform | ||
Name="Win32" | ||
/> | ||
</Platforms> | ||
<ToolFiles> | ||
</ToolFiles> | ||
<Configurations> | ||
<Configuration | ||
Name="Release|Win32" | ||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | ||
IntermediateDirectory="$(ConfigurationName)" | ||
ConfigurationType="2" | ||
CharacterSet="1" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
AdditionalIncludeDirectories="..\..\sys\" | ||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;DOKAN_DLL" | ||
RuntimeLibrary="2" | ||
WarningLevel="4" | ||
CompileAs="1" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
OutputFile="$(OutDir)\$(ProjectName).dll" | ||
AdditionalLibraryDirectories=""$(OutDir)"" | ||
RandomizedBaseAddress="2" | ||
DataExecutionPrevention="2" | ||
TargetMachine="1" | ||
ImportLibrary="$(OutDir)\$(ProjectName).lib" | ||
/> | ||
<Tool | ||
Name="VCALinkTool" | ||
/> | ||
<Tool | ||
Name="VCManifestTool" | ||
/> | ||
<Tool | ||
Name="VCXDCMakeTool" | ||
/> | ||
<Tool | ||
Name="VCBscMakeTool" | ||
/> | ||
<Tool | ||
Name="VCFxCopTool" | ||
/> | ||
<Tool | ||
Name="VCAppVerifierTool" | ||
/> | ||
<Tool | ||
Name="VCPostBuildEventTool" | ||
/> | ||
</Configuration> | ||
<Configuration | ||
Name="VSDebug|Win32" | ||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | ||
IntermediateDirectory="$(ConfigurationName)" | ||
ConfigurationType="2" | ||
CharacterSet="1" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
Optimization="0" | ||
AdditionalIncludeDirectories="..\..\sys\" | ||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;DOKAN_DLL" | ||
BasicRuntimeChecks="3" | ||
SmallerTypeCheck="true" | ||
RuntimeLibrary="3" | ||
WarningLevel="4" | ||
DebugInformationFormat="3" | ||
CompileAs="1" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
OutputFile="$(OutDir)\$(ProjectName).dll" | ||
AdditionalLibraryDirectories=""$(OutDir)"" | ||
GenerateDebugInformation="true" | ||
RandomizedBaseAddress="1" | ||
DataExecutionPrevention="1" | ||
TargetMachine="1" | ||
ImportLibrary="$(OutDir)\$(ProjectName).lib" | ||
/> | ||
<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="..\..\dokan\access.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\cleanup.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\close.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\create.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\directory.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\dokan.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\fileinfo.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\flush.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\lock.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\mount.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\read.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\security.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\setfile.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\status.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\timeout.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\version.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\volume.c" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\write.c" | ||
> | ||
</File> | ||
</Filter> | ||
<Filter | ||
Name="Header Files" | ||
Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
> | ||
<File | ||
RelativePath="..\..\dokan\dokan.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\dokanc.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\dokani.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\fileinfo.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath="..\..\dokan\list.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}" | ||
> | ||
</Filter> | ||
</Files> | ||
<Globals> | ||
</Globals> | ||
</VisualStudioProject> |