~ubuntu-branches/ubuntu/wily/openvswitch/wily

« back to all changes in this revision

Viewing changes to datapath-windows/Package/package.VcxProj

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-08-10 11:35:15 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20150810113515-575vj06oq29emxsn
Tags: 2.4.0~git20150810.97bab95-0ubuntu1
* New upstream snapshot from 2.4 branch:
  - d/*: Align any relevant packaging changes with upstream.
* d/*: wrap-and-sort.
* d/openvswitch-{common,vswitch}.install: Correct install location for
  bash completion files.
* d/tests/openflow.py: Explicitly use ovs-testcontroller as provided
  by 2.4.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
    <ConfigurationType>Utility</ConfigurationType>
 
23
    <DriverType>Package</DriverType>
 
24
    <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
 
25
    <Configuration>Win8 Debug</Configuration>
 
26
  </PropertyGroup>
 
27
  <PropertyGroup Label="Globals">
 
28
    <VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VisualStudioVersion)' == '11.0'">$(VCTargetsPath11)</VCTargetsPath>
 
29
  </PropertyGroup>
 
30
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
31
  <PropertyGroup Label="Globals">
 
32
    <ProjectGuid>{911D7389-3E61-449F-B8F3-14AD7EE9A0F2}</ProjectGuid>
 
33
    <SampleGuid>{E753AF15-94DC-4773-AED9-06A6636E6E67}</SampleGuid>
 
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 Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'" Label="Configuration">
 
42
    <TargetVersion>Windows8</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 Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'" Label="Configuration">
 
52
    <TargetVersion>Windows8</TargetVersion>
 
53
    <UseDebugLibraries>false</UseDebugLibraries>
 
54
    <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
 
55
  </PropertyGroup>
 
56
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
57
  <ImportGroup Label="ExtensionSettings">
 
58
  </ImportGroup>
 
59
  <ImportGroup Label="PropertySheets">
 
60
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
61
  </ImportGroup>
 
62
  <PropertyGroup Label="UserMacros" />
 
63
  <PropertyGroup />
 
64
  <PropertyGroup>
 
65
    <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
 
66
    <EnableDeployment>False</EnableDeployment>
 
67
    <ImportToStore>False</ImportToStore>
 
68
    <InstallMode>None</InstallMode>
 
69
    <HardwareIdString />
 
70
    <CommandLine />
 
71
    <ScriptPath />
 
72
    <DeployFiles />
 
73
    <ScriptName />
 
74
    <ScriptDeviceQuery>%PathToInf%</ScriptDeviceQuery>
 
75
    <EnableVerifier>False</EnableVerifier>
 
76
    <AllDrivers>False</AllDrivers>
 
77
    <VerifyProjectOutput>True</VerifyProjectOutput>
 
78
    <VerifyDrivers />
 
79
    <VerifyFlags>133563</VerifyFlags>
 
80
  </PropertyGroup>
 
81
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">
 
82
    <Inf2Cat>
 
83
      <UseLocalTime>true</UseLocalTime>
 
84
    </Inf2Cat>
 
85
  </ItemDefinitionGroup>
 
86
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'">
 
87
    <Inf2Cat>
 
88
      <UseLocalTime>true</UseLocalTime>
 
89
    </Inf2Cat>
 
90
  </ItemDefinitionGroup>
 
91
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">
 
92
    <Inf2Cat>
 
93
      <UseLocalTime>true</UseLocalTime>
 
94
    </Inf2Cat>
 
95
  </ItemDefinitionGroup>
 
96
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'">
 
97
    <Inf2Cat>
 
98
      <UseLocalTime>true</UseLocalTime>
 
99
    </Inf2Cat>
 
100
  </ItemDefinitionGroup>
 
101
  <ItemGroup>
 
102
    <!--Inf Include="DriverInf.inv" /-->
 
103
    <FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" />
 
104
  </ItemGroup>
 
105
  <ItemGroup>
 
106
    <ProjectReference Include="..\ovsext\ovsext.vcxproj">
 
107
      <Project>{63FE215D-98BE-4440-8081-C6160EFB80FA}</Project>
 
108
    </ProjectReference>
 
109
  </ItemGroup>
 
110
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
111
  <ImportGroup Label="ExtensionTargets">
 
112
  </ImportGroup>
 
113
</Project>
 
 
b'\\ No newline at end of file'