examples/CANOpenShell/CANOpenShell.vc9.vcproj
changeset 701 9e4ccb3cab96
parent 598 fff217764431
child 705 3a4fa09f11bb
equal deleted inserted replaced
700:23df92154894 701:9e4ccb3cab96
       
     1 <?xml version="1.0" encoding="Windows-1252"?>
       
     2 <VisualStudioProject
       
     3 	ProjectType="Visual C++"
       
     4 	Version="9,00"
       
     5 	Name="CANOpenShell"
       
     6 	ProjectGUID="{06B3C378-9EE4-4C56-A519-775FF499DAB5}"
       
     7 	RootNamespace="CANOpenShell"
       
     8 	Keyword="Win32Proj"
       
     9 	TargetFrameworkVersion="196613"
       
    10 	>
       
    11 	<Platforms>
       
    12 		<Platform
       
    13 			Name="Win32"
       
    14 		/>
       
    15 	</Platforms>
       
    16 	<ToolFiles>
       
    17 	</ToolFiles>
       
    18 	<Configurations>
       
    19 		<Configuration
       
    20 			Name="Debug|Win32"
       
    21 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
       
    22 			IntermediateDirectory="$(ConfigurationName)"
       
    23 			ConfigurationType="1"
       
    24 			CharacterSet="1"
       
    25 			>
       
    26 			<Tool
       
    27 				Name="VCPreBuildEventTool"
       
    28 			/>
       
    29 			<Tool
       
    30 				Name="VCCustomBuildTool"
       
    31 			/>
       
    32 			<Tool
       
    33 				Name="VCXMLDataGeneratorTool"
       
    34 			/>
       
    35 			<Tool
       
    36 				Name="VCWebServiceProxyGeneratorTool"
       
    37 			/>
       
    38 			<Tool
       
    39 				Name="VCMIDLTool"
       
    40 			/>
       
    41 			<Tool
       
    42 				Name="VCCLCompilerTool"
       
    43 				Optimization="0"
       
    44 				AdditionalIncludeDirectories="..\..\include;..\..\include\win32"
       
    45 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
       
    46 				MinimalRebuild="true"
       
    47 				BasicRuntimeChecks="3"
       
    48 				RuntimeLibrary="3"
       
    49 				UsePrecompiledHeader="0"
       
    50 				WarningLevel="3"
       
    51 				DebugInformationFormat="4"
       
    52 			/>
       
    53 			<Tool
       
    54 				Name="VCManagedResourceCompilerTool"
       
    55 			/>
       
    56 			<Tool
       
    57 				Name="VCResourceCompilerTool"
       
    58 			/>
       
    59 			<Tool
       
    60 				Name="VCPreLinkEventTool"
       
    61 			/>
       
    62 			<Tool
       
    63 				Name="VCLinkerTool"
       
    64 				LinkIncremental="2"
       
    65 				GenerateDebugInformation="false"
       
    66 				SubSystem="1"
       
    67 				TargetMachine="1"
       
    68 			/>
       
    69 			<Tool
       
    70 				Name="VCALinkTool"
       
    71 			/>
       
    72 			<Tool
       
    73 				Name="VCManifestTool"
       
    74 			/>
       
    75 			<Tool
       
    76 				Name="VCXDCMakeTool"
       
    77 			/>
       
    78 			<Tool
       
    79 				Name="VCBscMakeTool"
       
    80 			/>
       
    81 			<Tool
       
    82 				Name="VCFxCopTool"
       
    83 			/>
       
    84 			<Tool
       
    85 				Name="VCAppVerifierTool"
       
    86 			/>
       
    87 			<Tool
       
    88 				Name="VCPostBuildEventTool"
       
    89 			/>
       
    90 		</Configuration>
       
    91 		<Configuration
       
    92 			Name="Release|Win32"
       
    93 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
       
    94 			IntermediateDirectory="$(ConfigurationName)"
       
    95 			ConfigurationType="1"
       
    96 			CharacterSet="1"
       
    97 			WholeProgramOptimization="1"
       
    98 			>
       
    99 			<Tool
       
   100 				Name="VCPreBuildEventTool"
       
   101 			/>
       
   102 			<Tool
       
   103 				Name="VCCustomBuildTool"
       
   104 			/>
       
   105 			<Tool
       
   106 				Name="VCXMLDataGeneratorTool"
       
   107 			/>
       
   108 			<Tool
       
   109 				Name="VCWebServiceProxyGeneratorTool"
       
   110 			/>
       
   111 			<Tool
       
   112 				Name="VCMIDLTool"
       
   113 			/>
       
   114 			<Tool
       
   115 				Name="VCCLCompilerTool"
       
   116 				Optimization="2"
       
   117 				EnableIntrinsicFunctions="true"
       
   118 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
       
   119 				RuntimeLibrary="2"
       
   120 				EnableFunctionLevelLinking="true"
       
   121 				UsePrecompiledHeader="0"
       
   122 				WarningLevel="3"
       
   123 				DebugInformationFormat="3"
       
   124 			/>
       
   125 			<Tool
       
   126 				Name="VCManagedResourceCompilerTool"
       
   127 			/>
       
   128 			<Tool
       
   129 				Name="VCResourceCompilerTool"
       
   130 			/>
       
   131 			<Tool
       
   132 				Name="VCPreLinkEventTool"
       
   133 			/>
       
   134 			<Tool
       
   135 				Name="VCLinkerTool"
       
   136 				LinkIncremental="1"
       
   137 				GenerateDebugInformation="true"
       
   138 				SubSystem="1"
       
   139 				OptimizeReferences="2"
       
   140 				EnableCOMDATFolding="2"
       
   141 				TargetMachine="1"
       
   142 			/>
       
   143 			<Tool
       
   144 				Name="VCALinkTool"
       
   145 			/>
       
   146 			<Tool
       
   147 				Name="VCManifestTool"
       
   148 			/>
       
   149 			<Tool
       
   150 				Name="VCXDCMakeTool"
       
   151 			/>
       
   152 			<Tool
       
   153 				Name="VCBscMakeTool"
       
   154 			/>
       
   155 			<Tool
       
   156 				Name="VCFxCopTool"
       
   157 			/>
       
   158 			<Tool
       
   159 				Name="VCAppVerifierTool"
       
   160 			/>
       
   161 			<Tool
       
   162 				Name="VCPostBuildEventTool"
       
   163 			/>
       
   164 		</Configuration>
       
   165 	</Configurations>
       
   166 	<References>
       
   167 	</References>
       
   168 	<Files>
       
   169 		<Filter
       
   170 			Name="Source Files"
       
   171 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
       
   172 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
       
   173 			>
       
   174 			<File
       
   175 				RelativePath=".\CANOpenShell.c"
       
   176 				>
       
   177 			</File>
       
   178 			<File
       
   179 				RelativePath=".\CANOpenShellMasterOD.c"
       
   180 				>
       
   181 			</File>
       
   182 			<File
       
   183 				RelativePath=".\CANOpenShellSlaveOD.c"
       
   184 				>
       
   185 			</File>
       
   186 		</Filter>
       
   187 		<Filter
       
   188 			Name="Header Files"
       
   189 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
       
   190 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
       
   191 			>
       
   192 			<File
       
   193 				RelativePath=".\CANOpenShell.h"
       
   194 				>
       
   195 			</File>
       
   196 			<File
       
   197 				RelativePath=".\CANOpenShellMasterOD.h"
       
   198 				>
       
   199 			</File>
       
   200 			<File
       
   201 				RelativePath=".\CANOpenShellSlaveOD.h"
       
   202 				>
       
   203 			</File>
       
   204 		</Filter>
       
   205 		<Filter
       
   206 			Name="Resource Files"
       
   207 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
       
   208 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
       
   209 			>
       
   210 		</Filter>
       
   211 		<File
       
   212 			RelativePath=".\ReadMe.txt"
       
   213 			>
       
   214 		</File>
       
   215 	</Files>
       
   216 	<Globals>
       
   217 	</Globals>
       
   218 </VisualStudioProject>