home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / fshedcode-072212.zip / Fshed.vcproj < prev    next >
Extensible Markup Language  |  2010-09-11  |  11KB  |  570 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="8.00"
  5.     Name="Fshed"
  6.     ProjectGUID="{E2599E26-D01D-45C6-A0FB-A658855ACC99}"
  7.     RootNamespace="Fshed"
  8.     Keyword="MFCProj"
  9.     >
  10.     <Platforms>
  11.         <Platform
  12.             Name="Win32"
  13.         />
  14.         <Platform
  15.             Name="x64"
  16.         />
  17.     </Platforms>
  18.     <ToolFiles>
  19.     </ToolFiles>
  20.     <Configurations>
  21.         <Configuration
  22.             Name="Debug|Win32"
  23.             OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  24.             IntermediateDirectory="$(ConfigurationName)"
  25.             ConfigurationType="1"
  26.             UseOfMFC="1"
  27.             CharacterSet="1"
  28.             >
  29.             <Tool
  30.                 Name="VCPreBuildEventTool"
  31.             />
  32.             <Tool
  33.                 Name="VCCustomBuildTool"
  34.             />
  35.             <Tool
  36.                 Name="VCXMLDataGeneratorTool"
  37.             />
  38.             <Tool
  39.                 Name="VCWebServiceProxyGeneratorTool"
  40.             />
  41.             <Tool
  42.                 Name="VCMIDLTool"
  43.                 PreprocessorDefinitions="_DEBUG"
  44.                 MkTypLibCompatible="false"
  45.                 ValidateParameters="false"
  46.             />
  47.             <Tool
  48.                 Name="VCCLCompilerTool"
  49.                 Optimization="0"
  50.                 PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  51.                 MinimalRebuild="true"
  52.                 BasicRuntimeChecks="3"
  53.                 RuntimeLibrary="1"
  54.                 UsePrecompiledHeader="2"
  55.                 WarningLevel="3"
  56.                 Detect64BitPortabilityProblems="true"
  57.                 DebugInformationFormat="4"
  58.             />
  59.             <Tool
  60.                 Name="VCManagedResourceCompilerTool"
  61.             />
  62.             <Tool
  63.                 Name="VCResourceCompilerTool"
  64.                 PreprocessorDefinitions="_DEBUG"
  65.                 Culture="1033"
  66.                 AdditionalIncludeDirectories="$(IntDir)"
  67.             />
  68.             <Tool
  69.                 Name="VCPreLinkEventTool"
  70.             />
  71.             <Tool
  72.                 Name="VCLinkerTool"
  73.                 LinkIncremental="2"
  74.                 GenerateDebugInformation="true"
  75.                 SubSystem="2"
  76.                 TargetMachine="1"
  77.             />
  78.             <Tool
  79.                 Name="VCALinkTool"
  80.             />
  81.             <Tool
  82.                 Name="VCManifestTool"
  83.             />
  84.             <Tool
  85.                 Name="VCXDCMakeTool"
  86.             />
  87.             <Tool
  88.                 Name="VCBscMakeTool"
  89.             />
  90.             <Tool
  91.                 Name="VCFxCopTool"
  92.             />
  93.             <Tool
  94.                 Name="VCAppVerifierTool"
  95.             />
  96.             <Tool
  97.                 Name="VCWebDeploymentTool"
  98.             />
  99.             <Tool
  100.                 Name="VCPostBuildEventTool"
  101.             />
  102.         </Configuration>
  103.         <Configuration
  104.             Name="Release|Win32"
  105.             OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  106.             IntermediateDirectory="$(ConfigurationName)"
  107.             ConfigurationType="1"
  108.             UseOfMFC="1"
  109.             CharacterSet="1"
  110.             WholeProgramOptimization="1"
  111.             >
  112.             <Tool
  113.                 Name="VCPreBuildEventTool"
  114.             />
  115.             <Tool
  116.                 Name="VCCustomBuildTool"
  117.             />
  118.             <Tool
  119.                 Name="VCXMLDataGeneratorTool"
  120.             />
  121.             <Tool
  122.                 Name="VCWebServiceProxyGeneratorTool"
  123.             />
  124.             <Tool
  125.                 Name="VCMIDLTool"
  126.                 PreprocessorDefinitions="NDEBUG"
  127.                 MkTypLibCompatible="false"
  128.                 ValidateParameters="false"
  129.             />
  130.             <Tool
  131.                 Name="VCCLCompilerTool"
  132.                 PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  133.                 MinimalRebuild="false"
  134.                 RuntimeLibrary="0"
  135.                 UsePrecompiledHeader="2"
  136.                 WarningLevel="3"
  137.                 Detect64BitPortabilityProblems="true"
  138.                 DebugInformationFormat="3"
  139.             />
  140.             <Tool
  141.                 Name="VCManagedResourceCompilerTool"
  142.             />
  143.             <Tool
  144.                 Name="VCResourceCompilerTool"
  145.                 PreprocessorDefinitions="NDEBUG"
  146.                 Culture="1033"
  147.                 AdditionalIncludeDirectories="$(IntDir)"
  148.             />
  149.             <Tool
  150.                 Name="VCPreLinkEventTool"
  151.             />
  152.             <Tool
  153.                 Name="VCLinkerTool"
  154.                 LinkIncremental="1"
  155.                 GenerateDebugInformation="true"
  156.                 SubSystem="2"
  157.                 OptimizeReferences="2"
  158.                 EnableCOMDATFolding="2"
  159.                 TargetMachine="1"
  160.             />
  161.             <Tool
  162.                 Name="VCALinkTool"
  163.             />
  164.             <Tool
  165.                 Name="VCManifestTool"
  166.             />
  167.             <Tool
  168.                 Name="VCXDCMakeTool"
  169.             />
  170.             <Tool
  171.                 Name="VCBscMakeTool"
  172.             />
  173.             <Tool
  174.                 Name="VCFxCopTool"
  175.             />
  176.             <Tool
  177.                 Name="VCAppVerifierTool"
  178.             />
  179.             <Tool
  180.                 Name="VCWebDeploymentTool"
  181.             />
  182.             <Tool
  183.                 Name="VCPostBuildEventTool"
  184.             />
  185.         </Configuration>
  186.         <Configuration
  187.             Name="Debug|x64"
  188.             OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  189.             IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  190.             ConfigurationType="1"
  191.             UseOfMFC="1"
  192.             CharacterSet="1"
  193.             >
  194.             <Tool
  195.                 Name="VCPreBuildEventTool"
  196.             />
  197.             <Tool
  198.                 Name="VCCustomBuildTool"
  199.             />
  200.             <Tool
  201.                 Name="VCXMLDataGeneratorTool"
  202.             />
  203.             <Tool
  204.                 Name="VCWebServiceProxyGeneratorTool"
  205.             />
  206.             <Tool
  207.                 Name="VCMIDLTool"
  208.                 PreprocessorDefinitions="_DEBUG"
  209.                 MkTypLibCompatible="false"
  210.                 TargetEnvironment="3"
  211.             />
  212.             <Tool
  213.                 Name="VCCLCompilerTool"
  214.                 Optimization="0"
  215.                 PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  216.                 MinimalRebuild="true"
  217.                 BasicRuntimeChecks="3"
  218.                 RuntimeLibrary="1"
  219.                 UsePrecompiledHeader="2"
  220.                 WarningLevel="3"
  221.                 Detect64BitPortabilityProblems="true"
  222.                 DebugInformationFormat="3"
  223.             />
  224.             <Tool
  225.                 Name="VCManagedResourceCompilerTool"
  226.             />
  227.             <Tool
  228.                 Name="VCResourceCompilerTool"
  229.                 PreprocessorDefinitions="_DEBUG"
  230.                 Culture="1033"
  231.                 AdditionalIncludeDirectories="$(IntDir)"
  232.             />
  233.             <Tool
  234.                 Name="VCPreLinkEventTool"
  235.             />
  236.             <Tool
  237.                 Name="VCLinkerTool"
  238.                 LinkIncremental="2"
  239.                 GenerateDebugInformation="true"
  240.                 SubSystem="2"
  241.                 TargetMachine="17"
  242.             />
  243.             <Tool
  244.                 Name="VCALinkTool"
  245.             />
  246.             <Tool
  247.                 Name="VCManifestTool"
  248.             />
  249.             <Tool
  250.                 Name="VCXDCMakeTool"
  251.             />
  252.             <Tool
  253.                 Name="VCBscMakeTool"
  254.             />
  255.             <Tool
  256.                 Name="VCFxCopTool"
  257.             />
  258.             <Tool
  259.                 Name="VCAppVerifierTool"
  260.             />
  261.             <Tool
  262.                 Name="VCWebDeploymentTool"
  263.             />
  264.             <Tool
  265.                 Name="VCPostBuildEventTool"
  266.             />
  267.         </Configuration>
  268.         <Configuration
  269.             Name="Release|x64"
  270.             OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  271.             IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  272.             ConfigurationType="1"
  273.             UseOfMFC="1"
  274.             CharacterSet="1"
  275.             WholeProgramOptimization="1"
  276.             >
  277.             <Tool
  278.                 Name="VCPreBuildEventTool"
  279.             />
  280.             <Tool
  281.                 Name="VCCustomBuildTool"
  282.             />
  283.             <Tool
  284.                 Name="VCXMLDataGeneratorTool"
  285.             />
  286.             <Tool
  287.                 Name="VCWebServiceProxyGeneratorTool"
  288.             />
  289.             <Tool
  290.                 Name="VCMIDLTool"
  291.                 PreprocessorDefinitions="NDEBUG"
  292.                 MkTypLibCompatible="false"
  293.                 TargetEnvironment="3"
  294.             />
  295.             <Tool
  296.                 Name="VCCLCompilerTool"
  297.                 PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  298.                 MinimalRebuild="false"
  299.                 RuntimeLibrary="0"
  300.                 UsePrecompiledHeader="2"
  301.                 WarningLevel="3"
  302.                 Detect64BitPortabilityProblems="true"
  303.                 DebugInformationFormat="3"
  304.             />
  305.             <Tool
  306.                 Name="VCManagedResourceCompilerTool"
  307.             />
  308.             <Tool
  309.                 Name="VCResourceCompilerTool"
  310.                 PreprocessorDefinitions="NDEBUG"
  311.                 Culture="1033"
  312.                 AdditionalIncludeDirectories="$(IntDir)"
  313.             />
  314.             <Tool
  315.                 Name="VCPreLinkEventTool"
  316.             />
  317.             <Tool
  318.                 Name="VCLinkerTool"
  319.                 OutputFile="$(OutDir)\$(ProjectName)64.exe"
  320.                 LinkIncremental="1"
  321.                 GenerateDebugInformation="true"
  322.                 SubSystem="2"
  323.                 OptimizeReferences="2"
  324.                 EnableCOMDATFolding="2"
  325.                 TargetMachine="17"
  326.             />
  327.             <Tool
  328.                 Name="VCALinkTool"
  329.             />
  330.             <Tool
  331.                 Name="VCManifestTool"
  332.             />
  333.             <Tool
  334.                 Name="VCXDCMakeTool"
  335.             />
  336.             <Tool
  337.                 Name="VCBscMakeTool"
  338.             />
  339.             <Tool
  340.                 Name="VCFxCopTool"
  341.             />
  342.             <Tool
  343.                 Name="VCAppVerifierTool"
  344.             />
  345.             <Tool
  346.                 Name="VCWebDeploymentTool"
  347.             />
  348.             <Tool
  349.                 Name="VCPostBuildEventTool"
  350.             />
  351.         </Configuration>
  352.     </Configurations>
  353.     <References>
  354.     </References>
  355.     <Files>
  356.         <Filter
  357.             Name="Source Files"
  358.             Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  359.             UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  360.             >
  361.             <File
  362.                 RelativePath=".\AddBookmarkDlg.cpp"
  363.                 >
  364.             </File>
  365.             <File
  366.                 RelativePath=".\AppendDialog.cpp"
  367.                 >
  368.             </File>
  369.             <File
  370.                 RelativePath=".\ChildFrm.cpp"
  371.                 >
  372.             </File>
  373.             <File
  374.                 RelativePath=".\colorbtn.cpp"
  375.                 >
  376.             </File>
  377.             <File
  378.                 RelativePath=".\ColorsPage.cpp"
  379.                 >
  380.             </File>
  381.             <File
  382.                 RelativePath=".\fshed.cpp"
  383.                 >
  384.             </File>
  385.             <File
  386.                 RelativePath=".\fshedDoc.cpp"
  387.                 >
  388.             </File>
  389.             <File
  390.                 RelativePath=".\fshedView.cpp"
  391.                 >
  392.             </File>
  393.             <File
  394.                 RelativePath=".\GotoDlg.cpp"
  395.                 >
  396.             </File>
  397.             <File
  398.                 RelativePath=".\HexDumpDlg.cpp"
  399.                 >
  400.             </File>
  401.             <File
  402.                 RelativePath=".\MainFrm.cpp"
  403.                 >
  404.             </File>
  405.             <File
  406.                 RelativePath=".\ManipulateBitsDlg.cpp"
  407.                 >
  408.             </File>
  409.             <File
  410.                 RelativePath=".\OptionsDlg.cpp"
  411.                 >
  412.             </File>
  413.             <File
  414.                 RelativePath=".\PasteSpecialDlg.cpp"
  415.                 >
  416.             </File>
  417.             <File
  418.                 RelativePath=".\RemoveBookmarkDlg.cpp"
  419.                 >
  420.             </File>
  421.             <File
  422.                 RelativePath=".\SelectBlockDlg.cpp"
  423.                 >
  424.             </File>
  425.             <File
  426.                 RelativePath=".\StdAfx.cpp"
  427.                 >
  428.                 <FileConfiguration
  429.                     Name="Debug|Win32"
  430.                     >
  431.                     <Tool
  432.                         Name="VCCLCompilerTool"
  433.                         UsePrecompiledHeader="1"
  434.                     />
  435.                 </FileConfiguration>
  436.                 <FileConfiguration
  437.                     Name="Release|Win32"
  438.                     >
  439.                     <Tool
  440.                         Name="VCCLCompilerTool"
  441.                         UsePrecompiledHeader="1"
  442.                     />
  443.                 </FileConfiguration>
  444.                 <FileConfiguration
  445.                     Name="Debug|x64"
  446.                     >
  447.                     <Tool
  448.                         Name="VCCLCompilerTool"
  449.                         UsePrecompiledHeader="1"
  450.                     />
  451.                 </FileConfiguration>
  452.                 <FileConfiguration
  453.                     Name="Release|x64"
  454.                     >
  455.                     <Tool
  456.                         Name="VCCLCompilerTool"
  457.                         UsePrecompiledHeader="1"
  458.                     />
  459.                 </FileConfiguration>
  460.             </File>
  461.         </Filter>
  462.         <Filter
  463.             Name="Header Files"
  464.             Filter="h;hpp;hxx;hm;inl;inc;xsd"
  465.             UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  466.             >
  467.             <File
  468.                 RelativePath=".\AddBookmarkDlg.h"
  469.                 >
  470.             </File>
  471.             <File
  472.                 RelativePath=".\AppendDialog.h"
  473.                 >
  474.             </File>
  475.             <File
  476.                 RelativePath=".\ChildFrm.h"
  477.                 >
  478.             </File>
  479.             <File
  480.                 RelativePath=".\colorbtn.h"
  481.                 >
  482.             </File>
  483.             <File
  484.                 RelativePath=".\ColorsPage.h"
  485.                 >
  486.             </File>
  487.             <File
  488.                 RelativePath=".\fshed.h"
  489.                 >
  490.             </File>
  491.             <File
  492.                 RelativePath=".\fshedDoc.h"
  493.                 >
  494.             </File>
  495.             <File
  496.                 RelativePath=".\fshedView.h"
  497.                 >
  498.             </File>
  499.             <File
  500.                 RelativePath=".\GotoDlg.h"
  501.                 >
  502.             </File>
  503.             <File
  504.                 RelativePath=".\HexDumpDlg.h"
  505.                 >
  506.             </File>
  507.             <File
  508.                 RelativePath=".\MainFrm.h"
  509.                 >
  510.             </File>
  511.             <File
  512.                 RelativePath=".\ManipulateBitsDlg.h"
  513.                 >
  514.             </File>
  515.             <File
  516.                 RelativePath=".\OptionsDlg.h"
  517.                 >
  518.             </File>
  519.             <File
  520.                 RelativePath=".\PasteSpecialDlg.h"
  521.                 >
  522.             </File>
  523.             <File
  524.                 RelativePath=".\RemoveBookmarkDlg.h"
  525.                 >
  526.             </File>
  527.             <File
  528.                 RelativePath=".\SelectBlockDlg.h"
  529.                 >
  530.             </File>
  531.             <File
  532.                 RelativePath=".\StdAfx.h"
  533.                 >
  534.             </File>
  535.         </Filter>
  536.         <Filter
  537.             Name="Resource Files"
  538.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  539.             UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  540.             >
  541.             <File
  542.                 RelativePath=".\res\FsHed.ico"
  543.                 >
  544.             </File>
  545.             <File
  546.                 RelativePath=".\fshed.rc"
  547.                 >
  548.             </File>
  549.             <File
  550.                 RelativePath=".\res\FsHedDoc.ico"
  551.                 >
  552.             </File>
  553.             <File
  554.                 RelativePath=".\resource.h"
  555.                 >
  556.             </File>
  557.             <File
  558.                 RelativePath=".\res\Toolbar.bmp"
  559.                 >
  560.             </File>
  561.         </Filter>
  562.     </Files>
  563.     <Globals>
  564.         <Global
  565.             Name="RESOURCE_FILE"
  566.             Value="fshed.rc"
  567.         />
  568.     </Globals>
  569. </VisualStudioProject>
  570.