|
14 | 14 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
15 | 15 | <WarningLevel>4</WarningLevel> |
16 | 16 | <TargetFrameworkProfile /> |
| 17 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 18 | + <PublishUrl>publish\</PublishUrl> |
| 19 | + <Install>true</Install> |
| 20 | + <InstallFrom>Disk</InstallFrom> |
| 21 | + <UpdateEnabled>false</UpdateEnabled> |
| 22 | + <UpdateMode>Foreground</UpdateMode> |
| 23 | + <UpdateInterval>7</UpdateInterval> |
| 24 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 25 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 26 | + <UpdateRequired>false</UpdateRequired> |
| 27 | + <MapFileExtensions>true</MapFileExtensions> |
| 28 | + <ApplicationRevision>0</ApplicationRevision> |
| 29 | + <ApplicationVersion>0.10.0.0</ApplicationVersion> |
| 30 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 31 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
17 | 32 | </PropertyGroup> |
18 | 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 34 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
25 | 40 | <ErrorReport>prompt</ErrorReport> |
26 | 41 | <WarningLevel>4</WarningLevel> |
27 | 42 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 43 | + <Prefer32Bit>false</Prefer32Bit> |
28 | 44 | </PropertyGroup> |
29 | 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 | 46 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
35 | 51 | <ErrorReport>prompt</ErrorReport> |
36 | 52 | <WarningLevel>4</WarningLevel> |
37 | 53 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 54 | + <Prefer32Bit>false</Prefer32Bit> |
38 | 55 | </PropertyGroup> |
39 | 56 | <PropertyGroup> |
40 | 57 | <ApplicationIcon>Bitcoin Icon.png.ico</ApplicationIcon> |
|
53 | 70 | <Reference Include="System.Drawing" /> |
54 | 71 | <Reference Include="System.Net.Http" /> |
55 | 72 | <Reference Include="System.Numerics" /> |
56 | | - <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
57 | 73 | <Reference Include="System.Xml" /> |
58 | 74 | <Reference Include="Microsoft.CSharp" /> |
59 | 75 | <Reference Include="System.Core" /> |
|
236 | 252 | <ItemGroup> |
237 | 253 | <Resource Include="Bitcoin Icon.png.ico" /> |
238 | 254 | </ItemGroup> |
| 255 | + <ItemGroup> |
| 256 | + <BootstrapperPackage Include=".NETFramework,Version=v4.6"> |
| 257 | + <Visible>False</Visible> |
| 258 | + <ProductName>Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName> |
| 259 | + <Install>true</Install> |
| 260 | + </BootstrapperPackage> |
| 261 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 262 | + <Visible>False</Visible> |
| 263 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 264 | + <Install>false</Install> |
| 265 | + </BootstrapperPackage> |
| 266 | + </ItemGroup> |
239 | 267 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
240 | 268 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
241 | 269 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments