|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Debug|ARM"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>ARM</Platform> |
| 7 | + </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug|Win32"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>Win32</Platform> |
| 11 | + </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Debug|x64"> |
| 13 | + <Configuration>Debug</Configuration> |
| 14 | + <Platform>x64</Platform> |
| 15 | + </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Release|ARM"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>ARM</Platform> |
| 19 | + </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="Release|Win32"> |
| 21 | + <Configuration>Release</Configuration> |
| 22 | + <Platform>Win32</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="Release|x64"> |
| 25 | + <Configuration>Release</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
| 28 | + </ItemGroup> |
| 29 | + <PropertyGroup Label="Globals"> |
| 30 | + <ProjectGuid>{6fcc44f2-ee6e-4ad1-9442-e35a935fe628}</ProjectGuid> |
| 31 | + <Keyword>WindowsRuntimeComponent</Keyword> |
| 32 | + <ProjectName>MetaWear.WinRT</ProjectName> |
| 33 | + <RootNamespace>MetaWear.WinRT</RootNamespace> |
| 34 | + <DefaultLanguage>en-US</DefaultLanguage> |
| 35 | + <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion> |
| 36 | + <AppContainerApplication>true</AppContainerApplication> |
| 37 | + <ApplicationType>Windows Store</ApplicationType> |
| 38 | + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> |
| 39 | + <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion> |
| 40 | + <ApplicationTypeRevision>10.0</ApplicationTypeRevision> |
| 41 | + </PropertyGroup> |
| 42 | + <PropertyGroup> |
| 43 | + <OutDir>dist\$(Configuration)\lib\$(Platform)\</OutDir> |
| 44 | + <IntermediateOutputPath>build\$(Platform)\$(Configuration)\$(ProjectName)\</IntermediateOutputPath> |
| 45 | + </PropertyGroup> |
| 46 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 47 | + <PropertyGroup Label="Configuration"> |
| 48 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 49 | + <UseDebugLibraries Condition="'$(Configuration)'=='Debug'">true</UseDebugLibraries> |
| 50 | + <UseDebugLibraries Condition="'$(Configuration)'=='Release'">false</UseDebugLibraries> |
| 51 | + <WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization> |
| 52 | + <PlatformToolset>v141</PlatformToolset> |
| 53 | + </PropertyGroup> |
| 54 | + <ItemGroup> |
| 55 | + <ClInclude Include="src\metawear\**\cpp\*.h" /> |
| 56 | + <ClInclude Include="src\metawear\**\*.h" /> |
| 57 | + <ClCompile Include="src\metawear\core\**\*.cpp" /> |
| 58 | + <ClCompile Include="src\metawear\dfu\**\*.cpp" /> |
| 59 | + <ClCompile Include="src\metawear\impl\**\*.cpp" /> |
| 60 | + <ClCompile Include="src\metawear\peripheral\**\*.cpp" /> |
| 61 | + <ClCompile Include="src\metawear\platform\**\*.cpp" /> |
| 62 | + <ClCompile Include="src\metawear\processor\**\*.cpp" /> |
| 63 | + <ClCompile Include="src\metawear\sensor\**\*.cpp" /> |
| 64 | + </ItemGroup> |
| 65 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 66 | + <ImportGroup Label="ExtensionSettings"> |
| 67 | + </ImportGroup> |
| 68 | + <ImportGroup Label="Shared"> |
| 69 | + </ImportGroup> |
| 70 | + <ImportGroup Label="PropertySheets"> |
| 71 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 72 | + </ImportGroup> |
| 73 | + <PropertyGroup Label="UserMacros" /> |
| 74 | + <PropertyGroup /> |
| 75 | + <PropertyGroup> |
| 76 | + <IncludePath>$(MSBuildProjectDirectory)\src;$(IncludePath)</IncludePath> |
| 77 | + </PropertyGroup> |
| 78 | + <ItemDefinitionGroup> |
| 79 | + <ClCompile> |
| 80 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 81 | + <PreprocessorDefinitions>METAWEAR_DLL_EXPORTS;_WINRT_DLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 82 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 83 | + <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile> |
| 84 | + <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
| 85 | + <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 86 | + <DisableSpecificWarnings>28204</DisableSpecificWarnings> |
| 87 | + </ClCompile> |
| 88 | + <Link> |
| 89 | + <SubSystem>Console</SubSystem> |
| 90 | + <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
| 91 | + </Link> |
| 92 | + </ItemDefinitionGroup> |
| 93 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 94 | + <ImportGroup Label="ExtensionTargets"> |
| 95 | + </ImportGroup> |
| 96 | +</Project> |
0 commit comments