11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
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')" />
34 <PropertyGroup >
4- <SchemaVersion >2.0</SchemaVersion >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
57 <ProjectGuid >{D057789D-742A-4738-A96A-954C84D2478E}</ProjectGuid >
68 <OutputType >WinExe</OutputType >
7- <AppDesignerFolder >Properties</AppDesignerFolder >
89 <RootNamespace >Launchbar</RootNamespace >
910 <AssemblyName >Launchbar</AssemblyName >
10- <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
11+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12+ <TargetFrameworkProfile />
1113 <FileAlignment >512</FileAlignment >
1214 <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
1315 <WarningLevel >4</WarningLevel >
16+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
17+ <Deterministic >true</Deterministic >
1418 <SccProjectName >SAK</SccProjectName >
1519 <SccLocalPath >SAK</SccLocalPath >
1620 <SccAuxPath >SAK</SccAuxPath >
1721 <SccProvider >SAK</SccProvider >
1822 </PropertyGroup >
1923 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24+ <PlatformTarget >AnyCPU</PlatformTarget >
2025 <DebugSymbols >true</DebugSymbols >
2126 <DebugType >full</DebugType >
2227 <Optimize >false</Optimize >
2732 <Prefer32Bit >false</Prefer32Bit >
2833 </PropertyGroup >
2934 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
35+ <PlatformTarget >AnyCPU</PlatformTarget >
3036 <DebugType >pdbonly</DebugType >
3137 <Optimize >true</Optimize >
3238 <OutputPath >bin\Release\</OutputPath >
4147 <AssemblyOriginatorKeyFile >key.snk</AssemblyOriginatorKeyFile >
4248 </PropertyGroup >
4349 <ItemGroup >
44- <Reference Include =" JetBrains.Annotations, Version=11.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL" >
45- <HintPath >..\packages\JetBrains.Annotations.11.0.0\lib\net20\JetBrains.Annotations.dll</HintPath >
46- <Private >True</Private >
47- </Reference >
4850 <Reference Include =" PresentationFramework.Aero" />
4951 <Reference Include =" System" />
5052 <Reference Include =" System.Core" />
5658 <Reference Include =" PresentationCore" />
5759 <Reference Include =" PresentationFramework" />
5860 </ItemGroup >
61+ <ItemGroup >
62+ <PackageReference Include =" JetBrains.Annotations" >
63+ <Version >2018.3.0</Version >
64+ </PackageReference >
65+ </ItemGroup >
5966 <ItemGroup >
6067 <ApplicationDefinition Include =" App.xaml" >
6168 <Generator >MSBuild:Compile</Generator >
136143 <EmbeddedResource Include =" Properties\Resources.resx" >
137144 <Generator >PublicResXFileCodeGenerator</Generator >
138145 <LastGenOutput >Resources.Designer.cs</LastGenOutput >
139- <SubType >Designer</SubType >
140146 </EmbeddedResource >
141147 <None Include =" app.config" >
142148 <SubType >Designer</SubType >
143149 </None >
144150 <None Include =" key.snk" />
145- <None Include =" packages.config" />
146151 <None Include =" Properties\Settings.settings" >
147152 <Generator >PublicSettingsSingleFileGenerator</Generator >
148153 <LastGenOutput >Settings.Designer.cs</LastGenOutput >
149- <SubType >Designer</SubType >
150154 </None >
151155 <AppDesigner Include =" Properties\" />
152156 </ItemGroup >
210214 </Page >
211215 </ItemGroup >
212216 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
213- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
214- Other similar extension points exist, see Microsoft.Common.targets.
215- <Target Name="BeforeBuild">
216- </Target>
217- <Target Name="AfterBuild">
218- </Target>
219- -->
220217</Project >
0 commit comments