Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
3.1 KiB

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="direncrypt">
  6. <Platforms>
  7. <Platform
  8. Name="Win32"/>
  9. </Platforms>
  10. <Configurations>
  11. <Configuration
  12. Name="Release|Win32"
  13. ConfigurationType="1">
  14. <Tool
  15. Name="VCCLCompilerTool"/>
  16. <Tool
  17. Name="VCCustomBuildTool"/>
  18. <Tool
  19. Name="VCLinkerTool"
  20. OutputFile="&quot;.\RELEASE\DIRENCRYPT.EXE&quot;"
  21. LinkIncremental="1"
  22. SuppressStartupBanner="TRUE"
  23. ProgramDatabaseFile="&quot;.\RELEASE\DIRENCRYPT.PDB&quot;"
  24. SubSystem="1"
  25. TargetMachine="1"/>
  26. <Tool
  27. Name="VCMIDLTool"/>
  28. <Tool
  29. Name="VCPostBuildEventTool"/>
  30. <Tool
  31. Name="VCPreBuildEventTool"/>
  32. <Tool
  33. Name="VCPreLinkEventTool"/>
  34. <Tool
  35. Name="VCResourceCompilerTool"/>
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"/>
  38. </Configuration>
  39. <Configuration
  40. Name="Debug|Win32"
  41. ConfigurationType="1">
  42. <Tool
  43. Name="VCCLCompilerTool"/>
  44. <Tool
  45. Name="VCCustomBuildTool"/>
  46. <Tool
  47. Name="VCLinkerTool"
  48. AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib mqrt.lib"
  49. OutputFile="&quot;.\DEBUG\DIRENCRYPT.EXE&quot;"
  50. LinkIncremental="2"
  51. SuppressStartupBanner="TRUE"
  52. GenerateDebugInformation="TRUE"
  53. ProgramDatabaseFile=""
  54. SubSystem="1"
  55. TargetMachine="1"/>
  56. <Tool
  57. Name="VCMIDLTool"/>
  58. <Tool
  59. Name="VCPostBuildEventTool"/>
  60. <Tool
  61. Name="VCPreBuildEventTool"/>
  62. <Tool
  63. Name="VCPreLinkEventTool"/>
  64. <Tool
  65. Name="VCResourceCompilerTool"/>
  66. <Tool
  67. Name="VCWebServiceProxyGeneratorTool"/>
  68. </Configuration>
  69. </Configurations>
  70. <Files>
  71. <Filter
  72. Name="Source Files"
  73. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  74. <File
  75. RelativePath="DirEncrypt.Cpp">
  76. <FileConfiguration
  77. Name="Release|Win32">
  78. <Tool
  79. Name="VCCLCompilerTool"
  80. Optimization="2"
  81. PreprocessorDefinitions=";NDEBUG;WIN32;_CONSOLE;_UNICODE"
  82. ExceptionHandling="TRUE"
  83. RuntimeLibrary="4"
  84. UsePrecompiledHeader="2"
  85. PrecompiledHeaderFile=".\Release\DirEncrypt.pch"
  86. ObjectFile=".\Release\"
  87. ProgramDataBaseFileName=".\Release\"
  88. SuppressStartupBanner="TRUE"
  89. CompileOnly="TRUE"/>
  90. </FileConfiguration>
  91. <FileConfiguration
  92. Name="Debug|Win32">
  93. <Tool
  94. Name="VCCLCompilerTool"
  95. Optimization="0"
  96. PreprocessorDefinitions=";_DEBUG;WIN32;_CONSOLE;_UNICODE"
  97. MinimalRebuild="TRUE"
  98. ExceptionHandling="TRUE"
  99. RuntimeLibrary="5"
  100. UsePrecompiledHeader="2"
  101. PrecompiledHeaderFile=".\Debug\DirEncrypt.pch"
  102. ObjectFile=".\Debug\"
  103. ProgramDataBaseFileName=".\Debug\"
  104. SuppressStartupBanner="TRUE"
  105. CompileOnly="TRUE"
  106. DebugInformationFormat="4"/>
  107. </FileConfiguration>
  108. </File>
  109. </Filter>
  110. <Filter
  111. Name="Header Files"
  112. Filter="h;hpp;hxx;hm;inl;inc">
  113. </Filter>
  114. <Filter
  115. Name="Resource Files"
  116. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  117. </Filter>
  118. </Files>
  119. </VisualStudioProject>