1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <TargetPlatformVersion >10.0</TargetPlatformVersion >
6
+ <PublishUrl >publish\</PublishUrl >
7
+ <Install >true</Install >
8
+ <InstallFrom >Disk</InstallFrom >
9
+ <UpdateEnabled >false</UpdateEnabled >
10
+ <UpdateMode >Foreground</UpdateMode >
11
+ <UpdateInterval >7</UpdateInterval >
12
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
13
+ <UpdatePeriodically >false</UpdatePeriodically >
14
+ <UpdateRequired >false</UpdateRequired >
15
+ <MapFileExtensions >true</MapFileExtensions >
16
+ <ApplicationRevision >0</ApplicationRevision >
17
+ <ApplicationVersion >1.1.0.0</ApplicationVersion >
18
+ <UseApplicationTrust >false</UseApplicationTrust >
19
+ <PublishWizardCompleted >true</PublishWizardCompleted >
20
+ <BootstrapperEnabled >true</BootstrapperEnabled >
21
+ </PropertyGroup >
22
+ <PropertyGroup >
23
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
24
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
25
+ <ProjectGuid >{284040F1-23CD-4E66-86BD-C754D201E520}</ProjectGuid >
26
+ <OutputType >Exe</OutputType >
27
+ <RootNamespace >BLEConsole</RootNamespace >
28
+ <AssemblyName >BLEConsole</AssemblyName >
29
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
30
+ <FileAlignment >512</FileAlignment >
31
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
32
+ <NuGetPackageImportStamp >
33
+ </NuGetPackageImportStamp >
34
+ <IsWebBootstrapper >false</IsWebBootstrapper >
35
+ <TargetFrameworkProfile />
36
+ </PropertyGroup >
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
38
+ <PlatformTarget >AnyCPU</PlatformTarget >
39
+ <DebugSymbols >true</DebugSymbols >
40
+ <DebugType >full</DebugType >
41
+ <Optimize >false</Optimize >
42
+ <OutputPath >bin\Debug\</OutputPath >
43
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
44
+ <ErrorReport >prompt</ErrorReport >
45
+ <WarningLevel >4</WarningLevel >
46
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
47
+ </PropertyGroup >
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
49
+ <PlatformTarget >x64</PlatformTarget >
50
+ <DebugType >pdbonly</DebugType >
51
+ <Optimize >true</Optimize >
52
+ <OutputPath >bin\Release\</OutputPath >
53
+ <DefineConstants >TRACE</DefineConstants >
54
+ <ErrorReport >prompt</ErrorReport >
55
+ <WarningLevel >4</WarningLevel >
56
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
57
+ </PropertyGroup >
58
+ <PropertyGroup >
59
+ <GenerateManifests >true</GenerateManifests >
60
+ </PropertyGroup >
61
+ <PropertyGroup >
62
+ <SignManifests >true</SignManifests >
63
+ </PropertyGroup >
64
+ <PropertyGroup >
65
+ <ApplicationIcon >AppIcon.ico</ApplicationIcon >
66
+ </PropertyGroup >
67
+ <PropertyGroup >
68
+ <ManifestTimestampUrl >http://timestamp.verisign.com/scripts/timestamp.dll</ManifestTimestampUrl >
69
+ </PropertyGroup >
70
+ <PropertyGroup >
71
+ <SignAssembly >false</SignAssembly >
72
+ </PropertyGroup >
73
+ <PropertyGroup >
74
+ <AssemblyOriginatorKeyFile >
75
+ </AssemblyOriginatorKeyFile >
76
+ </PropertyGroup >
77
+ <PropertyGroup >
78
+ <DelaySign >false</DelaySign >
79
+ </PropertyGroup >
80
+ <ItemGroup >
81
+ <Reference Include =" System" />
82
+ <Reference Include =" System.Core" />
83
+ <Reference Include =" Microsoft.CSharp" />
84
+ <Reference Include =" System.Runtime.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
85
+ <SpecificVersion >False</SpecificVersion >
86
+ <HintPath >..\..\..\..\..\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Runtime.WindowsRuntime\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.WindowsRuntime.dll</HintPath >
87
+ <Private >False</Private >
88
+ </Reference >
89
+ <Reference Include =" Windows, Version=255.255.255.255, Culture=neutral, processorArchitecture=MSIL" >
90
+ <SpecificVersion >False</SpecificVersion >
91
+ <HintPath >C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.16299.0\Windows.winmd</HintPath >
92
+ <Private >False</Private >
93
+ </Reference >
94
+ </ItemGroup >
95
+ <ItemGroup >
96
+ <Compile Include =" Helpers.cs" />
97
+ <Compile Include =" Program.cs" />
98
+ <Compile Include =" Properties\AssemblyInfo.cs" />
99
+ </ItemGroup >
100
+ <ItemGroup >
101
+ <None Include =" App.config" />
102
+ </ItemGroup >
103
+ <ItemGroup />
104
+ <ItemGroup />
105
+ <ItemGroup >
106
+ <Content Include =" AppIcon.ico" />
107
+ </ItemGroup >
108
+ <ItemGroup >
109
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.6.1" >
110
+ <Visible >False</Visible >
111
+ <ProductName >Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName >
112
+ <Install >true</Install >
113
+ </BootstrapperPackage >
114
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
115
+ <Visible >False</Visible >
116
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
117
+ <Install >false</Install >
118
+ </BootstrapperPackage >
119
+ </ItemGroup >
120
+ <ItemGroup >
121
+ <PublishFile Include =" Windows" >
122
+ <Visible >False</Visible >
123
+ <Group >
124
+ </Group >
125
+ <TargetPath >
126
+ </TargetPath >
127
+ <PublishState >Exclude</PublishState >
128
+ <IncludeHash >True</IncludeHash >
129
+ <FileType >Assembly</FileType >
130
+ </PublishFile >
131
+ </ItemGroup >
132
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
133
+ </Project >
0 commit comments