|
12 | 12 | <FileAlignment>512</FileAlignment> |
13 | 13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
14 | 14 | <Deterministic>true</Deterministic> |
| 15 | + <PublishUrl>publish\</PublishUrl> |
| 16 | + <Install>true</Install> |
| 17 | + <InstallFrom>Disk</InstallFrom> |
| 18 | + <UpdateEnabled>false</UpdateEnabled> |
| 19 | + <UpdateMode>Foreground</UpdateMode> |
| 20 | + <UpdateInterval>7</UpdateInterval> |
| 21 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 22 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 23 | + <UpdateRequired>false</UpdateRequired> |
| 24 | + <MapFileExtensions>true</MapFileExtensions> |
| 25 | + <ApplicationRevision>0</ApplicationRevision> |
| 26 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 27 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 28 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 29 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
15 | 30 | </PropertyGroup> |
16 | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 32 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
36 | 51 | <ApplicationIcon>ProjectIcon.ico</ApplicationIcon> |
37 | 52 | </PropertyGroup> |
38 | 53 | <ItemGroup> |
39 | | - <Reference Include="IMDbApiLib, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL"> |
40 | | - <HintPath>..\packages\IMDbApiLib.1.5.0\lib\net45\IMDbApiLib.dll</HintPath> |
| 54 | + <Reference Include="IMDbApiLib, Version=1.6.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\packages\IMDbApiLib.1.6.0\lib\net45\IMDbApiLib.dll</HintPath> |
41 | 56 | </Reference> |
42 | 57 | <Reference Include="MetroFramework, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL"> |
43 | 58 | <HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.dll</HintPath> |
|
48 | 63 | <Reference Include="MetroFramework.Fonts, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL"> |
49 | 64 | <HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Fonts.dll</HintPath> |
50 | 65 | </Reference> |
51 | | - <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
52 | | - <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 66 | + <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 67 | + <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
53 | 68 | </Reference> |
54 | 69 | <Reference Include="System" /> |
55 | 70 | <Reference Include="System.Core" /> |
|
249 | 264 | <ItemGroup> |
250 | 265 | <Content Include="ProjectIcon.ico" /> |
251 | 266 | </ItemGroup> |
| 267 | + <ItemGroup> |
| 268 | + <BootstrapperPackage Include=".NETFramework,Version=v4.7.2"> |
| 269 | + <Visible>False</Visible> |
| 270 | + <ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName> |
| 271 | + <Install>true</Install> |
| 272 | + </BootstrapperPackage> |
| 273 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 274 | + <Visible>False</Visible> |
| 275 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 276 | + <Install>false</Install> |
| 277 | + </BootstrapperPackage> |
| 278 | + </ItemGroup> |
252 | 279 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
253 | 280 | <PropertyGroup> |
254 | 281 | <PreBuildEvent>taskkill /f /fi "imagename eq $(TargetFileName)"</PreBuildEvent> |
|
0 commit comments