ovn-controller: Drop unknown datapath log message.
[cascardo/ovs.git] / datapath-windows / ovsext / ovsext.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Win8.1 Debug|x64">
5       <Configuration>Win8.1 Debug</Configuration>
6       <Platform>x64</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Win8 Debug|x64">
9       <Configuration>Win8 Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Win8.1 Release|x64">
13       <Configuration>Win8.1 Release</Configuration>
14       <Platform>x64</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Win8 Release|x64">
17       <Configuration>Win8 Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="PropertySheets">
22     <DriverType>WDM</DriverType>
23     <ConfigurationType>Driver</ConfigurationType>
24   </PropertyGroup>
25   <PropertyGroup Label="Globals">
26     <VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VisualStudioVersion)' == '11.0'">$(VCTargetsPath11)</VCTargetsPath>
27     <Configuration>Win8 Debug</Configuration>
28     <Platform Condition="'$(Platform)' == ''">Win32</Platform>
29     <SampleGuid>{0D37F250-E766-44C7-90B4-D7E07E77D1AA}</SampleGuid>
30   </PropertyGroup>
31   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32   <PropertyGroup Label="Globals">
33     <ProjectGuid>{63FE215D-98BE-4440-8081-C6160EFB80FA}</ProjectGuid>
34     <RootNamespace>$(MSBuildProjectName)</RootNamespace>
35   </PropertyGroup>
36   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'">
37     <TargetVersion>WindowsV6.3</TargetVersion>
38     <UseDebugLibraries>True</UseDebugLibraries>
39     <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
40   </PropertyGroup>
41   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">
42     <TargetVersion>Win8</TargetVersion>
43     <UseDebugLibraries>True</UseDebugLibraries>
44     <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
45   </PropertyGroup>
46   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'">
47     <TargetVersion>WindowsV6.3</TargetVersion>
48     <UseDebugLibraries>False</UseDebugLibraries>
49     <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
50   </PropertyGroup>
51   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">
52     <TargetVersion>Win8</TargetVersion>
53     <UseDebugLibraries>False</UseDebugLibraries>
54     <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
55   </PropertyGroup>
56   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
57   <PropertyGroup>
58     <OutDir>$(IntDir)</OutDir>
59   </PropertyGroup>
60   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
62   </ImportGroup>
63   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'" Label="PropertySheets">
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
65   </ImportGroup>
66   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">
67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
68   </ImportGroup>
69   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'" Label="PropertySheets">
70     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
71   </ImportGroup>
72   <ItemGroup Label="WrappedTaskItems">
73     <ClInclude Include="..\include\OvsDpInterfaceExt.h" />
74     <ClInclude Include="Atomic.h" />
75     <ClInclude Include="BufferMgmt.h" />
76     <ClInclude Include="Checksum.h" />
77     <ClInclude Include="Datapath.h" />
78     <ClInclude Include="Debug.h" />
79     <ClInclude Include="Ethernet.h" />
80     <ClInclude Include="Event.h" />
81     <ClInclude Include="Flow.h" />
82     <ClInclude Include="IpHelper.h" />
83     <ClInclude Include="Jhash.h" />
84     <ClInclude Include="Netlink/Netlink.h" />
85     <ClInclude Include="Netlink/NetlinkBuf.h" />
86     <ClInclude Include="Netlink/NetlinkProto.h" />
87     <ClInclude Include="Netlink\NetlinkError.h" />
88     <ClInclude Include="NetProto.h" />
89     <ClInclude Include="Oid.h" />
90     <ClInclude Include="PacketIO.h" />
91     <ClInclude Include="PacketParser.h" />
92     <ClInclude Include="precomp.h" />
93     <ClInclude Include="Switch.h" />
94     <ClInclude Include="Tunnel.h" />
95     <ClInclude Include="TunnelIntf.h" />
96     <ClInclude Include="Types.h" />
97     <ClInclude Include="User.h" />
98     <ClInclude Include="Util.h" />
99     <ClInclude Include="Vport.h" />
100     <ClInclude Include="Vxlan.h" />
101   </ItemGroup>
102   <PropertyGroup>
103     <TargetName>OVSExt</TargetName>
104   </PropertyGroup>
105   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">
106     <ClCompile>
107       <PreprocessorDefinitions>%(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1</PreprocessorDefinitions>
108     </ClCompile>
109     <Midl>
110       <PreprocessorDefinitions>%(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1</PreprocessorDefinitions>
111     </Midl>
112     <ResourceCompile>
113       <PreprocessorDefinitions>%(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1</PreprocessorDefinitions>
114     </ResourceCompile>
115   </ItemDefinitionGroup>
116   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'">
117     <ClCompile>
118       <PreprocessorDefinitions>%(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1</PreprocessorDefinitions>
119     </ClCompile>
120     <Midl>
121       <PreprocessorDefinitions>%(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1</PreprocessorDefinitions>
122     </Midl>
123     <ResourceCompile>
124       <PreprocessorDefinitions>%(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1</PreprocessorDefinitions>
125     </ResourceCompile>
126   </ItemDefinitionGroup>
127   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">
128     <ClCompile>
129       <PreprocessorDefinitions>%(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1</PreprocessorDefinitions>
130     </ClCompile>
131     <Midl>
132       <PreprocessorDefinitions>%(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1</PreprocessorDefinitions>
133     </Midl>
134     <ResourceCompile>
135       <PreprocessorDefinitions>%(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1</PreprocessorDefinitions>
136     </ResourceCompile>
137   </ItemDefinitionGroup>
138   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'">
139     <ClCompile>
140       <PreprocessorDefinitions>%(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1</PreprocessorDefinitions>
141     </ClCompile>
142     <Midl>
143       <PreprocessorDefinitions>%(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1</PreprocessorDefinitions>
144     </Midl>
145     <ResourceCompile>
146       <PreprocessorDefinitions>%(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1</PreprocessorDefinitions>
147     </ResourceCompile>
148   </ItemDefinitionGroup>
149   <ItemDefinitionGroup>
150     <Link>
151       <AdditionalDependencies>%(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib;$(DDK_LIB_PATH)\netio.lib</AdditionalDependencies>
152     </Link>
153     <ClCompile>
154       <TreatWarningAsError>true</TreatWarningAsError>
155       <WarningLevel>Level4</WarningLevel>
156       <ExceptionHandling>
157       </ExceptionHandling>
158       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">$(IntDir);%(AdditionalIncludeDirectories);..\..</AdditionalIncludeDirectories>
159       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'">$(IntDir);%(AdditionalIncludeDirectories);..\..</AdditionalIncludeDirectories>
160       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">$(IntDir);%(AdditionalIncludeDirectories);..\..</AdditionalIncludeDirectories>
161       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'">$(IntDir);%(AdditionalIncludeDirectories);..\..</AdditionalIncludeDirectories>
162     </ClCompile>
163   </ItemDefinitionGroup>
164   <ItemGroup>
165     <ClCompile Include="Actions.c" />
166     <ClCompile Include="BufferMgmt.c" />
167     <ClCompile Include="Checksum.c" />
168     <ClCompile Include="Debug.c" />
169     <ClCompile Include="Driver.c" />
170     <ClCompile Include="Event.c" />
171     <ClCompile Include="Flow.c" />
172     <ClCompile Include="IpHelper.c" />
173     <ClCompile Include="Jhash.c" />
174     <ClCompile Include="Netlink/Netlink.c" />
175     <ClCompile Include="Netlink/NetlinkBuf.c" />
176     <ClCompile Include="Datapath.c" />
177     <ClCompile Include="Oid.c" />
178     <ClCompile Include="PacketIO.c" />
179     <ClCompile Include="PacketParser.c" />
180     <ClCompile Include="precompsrc.c">
181       <AdditionalIncludeDirectories>;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
182       <PreCompiledHeaderFile>precomp.h</PreCompiledHeaderFile>
183       <PreCompiledHeader>Create</PreCompiledHeader>
184       <PreCompiledHeaderOutputFile>$(IntDir)\precomp.h.pch</PreCompiledHeaderOutputFile>
185     </ClCompile>
186     <ClCompile Include="Switch.c" />
187     <ClCompile Include="Tunnel.c" />
188     <ClCompile Include="TunnelFilter.c" />
189     <ClCompile Include="User.c" />
190     <ClCompile Include="Util.c" />
191     <ClCompile Include="Vport.c" />
192     <ClCompile Include="Vxlan.c" />
193     <ResourceCompile Include="ovsext.rc" />
194   </ItemGroup>
195   <ItemGroup>
196     <Inf Exclude="@(Inf)" Include="*.inf" />
197     <FilesToPackage Include="$(TargetPath)" />
198   </ItemGroup>
199   <ItemGroup>
200     <None Exclude="@(None)" Include="*.txt;*.htm;*.html" />
201     <None Exclude="@(None)" Include="*.ico;*.cur;*.bmp;*.dlg;*.rct;*.gif;*.jpg;*.jpeg;*.wav;*.jpe;*.tiff;*.tif;*.png;*.rc2" />
202     <None Exclude="@(None)" Include="*.def;*.bat;*.hpj;*.asmx" />
203   </ItemGroup>
204   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
205 </Project>