Sample Code
Windows Driver Samples/ Bluetooth Echo L2CAP Profile Driver/ C++/ Package/ package.VcxProj/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | <?xml version= "1.0" encoding= "utf-8" ?> <Project DefaultTargets= "Build" ToolsVersion= "4.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" > <ItemGroup Label= "ProjectConfigurations" > <ProjectConfiguration Include= "Win8.1 Debug|Win32" > <Configuration>Win8.1 Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include= "Win8.1 Release|Win32" > <Configuration>Win8.1 Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include= "Win8.1 Debug|x64" > <Configuration>Win8.1 Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include= "Win8.1 Release|x64" > <Configuration>Win8.1 Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label= "PropertySheets" > <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> <ConfigurationType>Utility</ConfigurationType> <DriverType>Package</DriverType> <DisableFastUpToDateCheck> true </DisableFastUpToDateCheck> <Configuration>Win8.1 Debug</Configuration> </PropertyGroup> <Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Label= "Globals" > <ProjectGuid>{89DFC7B2-1FA6-4EDC-8F96-09DAD4A63C97}</ProjectGuid> <SampleGuid>{A547A49C-8E0D-4723-A4B4-946B54D769C3}</SampleGuid> <RootNamespace>$(MSBuildProjectName)</RootNamespace> </PropertyGroup> <PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Win8.1 Debug|Win32'" Label= "Configuration" > <TargetVersion>WindowsV6.3</TargetVersion> <UseDebugLibraries> true </UseDebugLibraries> </PropertyGroup> <PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Win8.1 Release|Win32'" Label= "Configuration" > <TargetVersion>WindowsV6.3</TargetVersion> <UseDebugLibraries> false </UseDebugLibraries> </PropertyGroup> <PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'" Label= "Configuration" > <TargetVersion>WindowsV6.3</TargetVersion> <UseDebugLibraries> true </UseDebugLibraries> </PropertyGroup> <PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'" Label= "Configuration" > <TargetVersion>WindowsV6.3</TargetVersion> <UseDebugLibraries> false </UseDebugLibraries> </PropertyGroup> <Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label= "ExtensionSettings" > </ImportGroup> <ImportGroup Label= "PropertySheets" > <Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label= "UserMacros" /> <PropertyGroup /> <PropertyGroup> <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> <EnableDeployment>False</EnableDeployment> <ImportToStore>False</ImportToStore> <InstallMode>None</InstallMode> <HardwareIdString /> <CommandLine /> <ScriptPath /> <DeployFiles /> <ScriptName /> <ScriptDeviceQuery>%PathToInf%</ScriptDeviceQuery> <EnableVerifier>False</EnableVerifier> <AllDrivers>False</AllDrivers> <VerifyProjectOutput>True</VerifyProjectOutput> <VerifyDrivers /> <VerifyFlags>133563</VerifyFlags> </PropertyGroup> <ItemDefinitionGroup> </ItemDefinitionGroup> <ItemGroup> <!--Inf Include= "DriverInf.inv" /--> <FilesToPackage Include= "@(Inf->'%(CopyOutput)')" Condition= "'@(Inf)'!=''" /> </ItemGroup> <ItemGroup> <ProjectReference Include= "..\bthcli\sys\BthEchoSampleCli.vcxproj" > <Project>{C7EA366D-BE40-4057-9587-08335B5B0417}</Project> </ProjectReference> <ProjectReference Include= "..\bthcli\sys\BthEchoSampleCli.vcxproj" > <Project>{C7EA366D-BE40-4057-9587-08335B5B0417}</Project> </ProjectReference> <ProjectReference Include= "..\bthsrv\sys\BthEchoSampleSrv.vcxproj" > <Project>{5BFC35FB-5134-4875-A694-EF65445B96E0}</Project> </ProjectReference> <ProjectReference Include= "..\bthsrv\sys\BthEchoSampleSrv.vcxproj" > <Project>{5BFC35FB-5134-4875-A694-EF65445B96E0}</Project> </ProjectReference> </ItemGroup> <Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label= "ExtensionTargets" > </ImportGroup> </Project> |
Our Services
-
What our customers say about us?
Read our customer testimonials to find out why our clients keep returning for their projects.
View Testimonials