|
8 | 8 | <OutputType>Exe</OutputType>
|
9 | 9 | <RootNamespace>CaptureTraffic</RootNamespace>
|
10 | 10 | <AssemblyName>CaptureTraffic</AssemblyName>
|
11 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 11 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
12 | 12 | <FileAlignment>512</FileAlignment>
|
13 | 13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
14 | 14 | <TargetFrameworkProfile />
|
15 | 15 | <NuGetPackageImportStamp>
|
16 | 16 | </NuGetPackageImportStamp>
|
| 17 | + <PublishUrl>publish\</PublishUrl> |
| 18 | + <Install>true</Install> |
| 19 | + <InstallFrom>Disk</InstallFrom> |
| 20 | + <UpdateEnabled>false</UpdateEnabled> |
| 21 | + <UpdateMode>Foreground</UpdateMode> |
| 22 | + <UpdateInterval>7</UpdateInterval> |
| 23 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 24 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 25 | + <UpdateRequired>false</UpdateRequired> |
| 26 | + <MapFileExtensions>true</MapFileExtensions> |
| 27 | + <ApplicationRevision>0</ApplicationRevision> |
| 28 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 29 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 30 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 31 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
17 | 32 | </PropertyGroup>
|
18 | 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
19 | 34 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
24 | 39 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
25 | 40 | <ErrorReport>prompt</ErrorReport>
|
26 | 41 | <WarningLevel>4</WarningLevel>
|
| 42 | + <Prefer32Bit>false</Prefer32Bit> |
27 | 43 | </PropertyGroup>
|
28 | 44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
29 | 45 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
33 | 49 | <DefineConstants>TRACE</DefineConstants>
|
34 | 50 | <ErrorReport>prompt</ErrorReport>
|
35 | 51 | <WarningLevel>4</WarningLevel>
|
| 52 | + <Prefer32Bit>false</Prefer32Bit> |
36 | 53 | </PropertyGroup>
|
37 | 54 | <ItemGroup>
|
38 | 55 | <Reference Include="BCMakeCert, Version=2.0.9.0, Culture=neutral, PublicKeyToken=67cb91587178ac5a, processorArchitecture=MSIL">
|
|
41 | 58 | <Reference Include="DotNetZip, Version=1.13.4.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
|
42 | 59 | <HintPath>..\packages\DotNetZip.1.13.4\lib\net40\DotNetZip.dll</HintPath>
|
43 | 60 | </Reference>
|
44 |
| - <Reference Include="FiddlerCore, Version=5.0.1.0, Culture=neutral, PublicKeyToken=67cb91587178ac5a, processorArchitecture=MSIL"> |
45 |
| - <HintPath>..\packages\FiddlerCore.5.0.1\lib\net40\FiddlerCore.dll</HintPath> |
| 61 | + <Reference Include="FiddlerCore, Version=5.0.2.0, Culture=neutral, PublicKeyToken=67cb91587178ac5a, processorArchitecture=MSIL"> |
| 62 | + <HintPath>..\packages\FiddlerCore.5.0.2\lib\net45\FiddlerCore.dll</HintPath> |
| 63 | + </Reference> |
| 64 | + <Reference Include="Microsoft.Win32.Registry, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\packages\Microsoft.Win32.Registry.4.5.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath> |
46 | 66 | </Reference>
|
47 | 67 | <Reference Include="System" />
|
48 | 68 | <Reference Include="System.ComponentModel.Composition" />
|
49 | 69 | <Reference Include="System.Configuration" />
|
50 | 70 | <Reference Include="System.Core" />
|
51 | 71 | <Reference Include="Microsoft.CSharp" />
|
| 72 | + <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 73 | + <HintPath>..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath> |
| 74 | + </Reference> |
| 75 | + <Reference Include="System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 76 | + <HintPath>..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll</HintPath> |
| 77 | + </Reference> |
52 | 78 | <Reference Include="System.Windows.Forms" />
|
53 | 79 | <Reference Include="Telerik.NetworkConnections, Version=0.2.0.0, Culture=neutral, PublicKeyToken=67cb91587178ac5a, processorArchitecture=MSIL">
|
54 | 80 | <HintPath>..\packages\Telerik.NetworkConnections.0.2.0\lib\net40\Telerik.NetworkConnections.dll</HintPath>
|
|
63 | 89 | <None Include="packages.config" />
|
64 | 90 | </ItemGroup>
|
65 | 91 | <ItemGroup>
|
66 |
| - <None Include="BasicFormatsForCore.dll"> |
67 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
68 |
| - </None> |
| 92 | + <BootstrapperPackage Include=".NETFramework,Version=v4.8"> |
| 93 | + <Visible>False</Visible> |
| 94 | + <ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName> |
| 95 | + <Install>true</Install> |
| 96 | + </BootstrapperPackage> |
| 97 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 98 | + <Visible>False</Visible> |
| 99 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 100 | + <Install>false</Install> |
| 101 | + </BootstrapperPackage> |
| 102 | + </ItemGroup> |
| 103 | + <ItemGroup> |
| 104 | + <Content Include="BasicFormatsForCore.dll" /> |
69 | 105 | </ItemGroup>
|
70 | 106 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
71 | 107 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
0 commit comments