drivers/can_anagate_win32/can_anagate_win32.vcproj
author greg
Tue, 08 Jul 2008 15:14:48 +0200
changeset 494 aa36efce6e78
permissions -rw-r--r--
add anagate device support in CanFestival
494
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     1
<?xml version="1.0" encoding="Windows-1252"?>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     2
<VisualStudioProject
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     3
	ProjectType="Visual C++"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     4
	Version="8,00"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     5
	Name="can_anagate_win32"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     6
	ProjectGUID="{2F3E1E68-1518-4829-B543-8DF2987E664B}"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     7
	RootNamespace="can_anagate_win32"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     8
	Keyword="Win32Proj"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     9
	>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    10
	<Platforms>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    11
		<Platform
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    12
			Name="Win32"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    13
		/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    14
	</Platforms>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    15
	<ToolFiles>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    16
	</ToolFiles>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    17
	<Configurations>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    18
		<Configuration
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    19
			Name="Debug|Win32"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    20
			OutputDirectory="../../Debug"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    21
			IntermediateDirectory="$(ConfigurationName)"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    22
			ConfigurationType="2"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    23
			CharacterSet="1"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    24
			>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    25
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    26
				Name="VCPreBuildEventTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    27
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    28
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    29
				Name="VCCustomBuildTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    30
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    31
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    32
				Name="VCXMLDataGeneratorTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    33
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    34
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    35
				Name="VCWebServiceProxyGeneratorTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    36
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    37
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    38
				Name="VCMIDLTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    39
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    40
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    41
				Name="VCCLCompilerTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    42
				Optimization="0"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    43
				AdditionalIncludeDirectories="AnaGateCAN_API;../../include;../../include/win32"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    44
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CAN_ANAGATE_WIN32_EXPORTS"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    45
				MinimalRebuild="true"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    46
				BasicRuntimeChecks="3"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    47
				RuntimeLibrary="3"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    48
				UsePrecompiledHeader="0"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    49
				WarningLevel="3"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    50
				Detect64BitPortabilityProblems="false"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    51
				DebugInformationFormat="4"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    52
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    53
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    54
				Name="VCManagedResourceCompilerTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    55
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    56
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    57
				Name="VCResourceCompilerTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    58
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    59
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    60
				Name="VCPreLinkEventTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    61
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    62
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    63
				Name="VCLinkerTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    64
				AdditionalDependencies="AnaGateCanDll.lib"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    65
				LinkIncremental="2"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    66
				AdditionalLibraryDirectories="AnaGateCAN_API"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    67
				ModuleDefinitionFile="can_anagate_win32.def"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    68
				GenerateDebugInformation="true"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    69
				SubSystem="2"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    70
				TargetMachine="1"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    71
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    72
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    73
				Name="VCALinkTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    74
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    75
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    76
				Name="VCManifestTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    77
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    78
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    79
				Name="VCXDCMakeTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    80
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    81
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    82
				Name="VCBscMakeTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    83
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    84
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    85
				Name="VCFxCopTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    86
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    87
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    88
				Name="VCAppVerifierTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    89
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    90
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    91
				Name="VCWebDeploymentTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    92
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    93
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    94
				Name="VCPostBuildEventTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    95
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    96
		</Configuration>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    97
		<Configuration
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    98
			Name="Release|Win32"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
    99
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   100
			IntermediateDirectory="$(ConfigurationName)"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   101
			ConfigurationType="2"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   102
			CharacterSet="1"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   103
			WholeProgramOptimization="1"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   104
			>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   105
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   106
				Name="VCPreBuildEventTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   107
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   108
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   109
				Name="VCCustomBuildTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   110
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   111
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   112
				Name="VCXMLDataGeneratorTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   113
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   114
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   115
				Name="VCWebServiceProxyGeneratorTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   116
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   117
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   118
				Name="VCMIDLTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   119
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   120
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   121
				Name="VCCLCompilerTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   122
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CAN_ANAGATE_WIN32_EXPORTS"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   123
				RuntimeLibrary="2"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   124
				UsePrecompiledHeader="2"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   125
				WarningLevel="3"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   126
				Detect64BitPortabilityProblems="true"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   127
				DebugInformationFormat="3"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   128
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   129
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   130
				Name="VCManagedResourceCompilerTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   131
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   132
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   133
				Name="VCResourceCompilerTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   134
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   135
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   136
				Name="VCPreLinkEventTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   137
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   138
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   139
				Name="VCLinkerTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   140
				LinkIncremental="1"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   141
				GenerateDebugInformation="true"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   142
				SubSystem="2"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   143
				OptimizeReferences="2"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   144
				EnableCOMDATFolding="2"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   145
				TargetMachine="1"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   146
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   147
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   148
				Name="VCALinkTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   149
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   150
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   151
				Name="VCManifestTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   152
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   153
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   154
				Name="VCXDCMakeTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   155
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   156
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   157
				Name="VCBscMakeTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   158
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   159
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   160
				Name="VCFxCopTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   161
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   162
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   163
				Name="VCAppVerifierTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   164
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   165
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   166
				Name="VCWebDeploymentTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   167
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   168
			<Tool
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   169
				Name="VCPostBuildEventTool"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   170
			/>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   171
		</Configuration>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   172
	</Configurations>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   173
	<References>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   174
	</References>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   175
	<Files>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   176
		<Filter
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   177
			Name="Quelldateien"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   178
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   179
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   180
			>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   181
			<File
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   182
				RelativePath=".\can_anagate_win32.c"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   183
				>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   184
			</File>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   185
			<File
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   186
				RelativePath=".\can_anagate_win32.def"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   187
				>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   188
			</File>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   189
		</Filter>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   190
		<Filter
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   191
			Name="Headerdateien"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   192
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   193
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   194
			>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   195
			<File
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   196
				RelativePath=".\API\include\AnaGateDllCan.h"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   197
				>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   198
			</File>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   199
		</Filter>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   200
		<File
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   201
			RelativePath=".\ReadMe.txt"
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   202
			>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   203
		</File>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   204
	</Files>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   205
	<Globals>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   206
	</Globals>
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
   207
</VisualStudioProject>