|
8 | 8 | <OutputType>WinExe</OutputType>
|
9 | 9 | <RootNamespace>BoundlessProxyUi</RootNamespace>
|
10 | 10 | <AssemblyName>BoundlessProxyUi</AssemblyName>
|
11 |
| - <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 11 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
12 | 12 | <FileAlignment>512</FileAlignment>
|
13 | 13 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
14 | 14 | <WarningLevel>4</WarningLevel>
|
15 | 15 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
16 | 16 | <TargetFrameworkProfile />
|
17 | 17 | <NuGetPackageImportStamp>
|
18 | 18 | </NuGetPackageImportStamp>
|
| 19 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
19 | 20 | <PublishUrl>publish\</PublishUrl>
|
20 | 21 | <Install>true</Install>
|
21 | 22 | <InstallFrom>Disk</InstallFrom>
|
|
26 | 27 | <UpdatePeriodically>false</UpdatePeriodically>
|
27 | 28 | <UpdateRequired>false</UpdateRequired>
|
28 | 29 | <MapFileExtensions>true</MapFileExtensions>
|
29 |
| - <ApplicationRevision>0</ApplicationRevision> |
30 |
| - <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
31 |
| - <IsWebBootstrapper>false</IsWebBootstrapper> |
| 30 | + <ApplicationRevision>1</ApplicationRevision> |
| 31 | + <ApplicationVersion>1.4.0.1</ApplicationVersion> |
32 | 32 | <UseApplicationTrust>false</UseApplicationTrust>
|
| 33 | + <PublishWizardCompleted>true</PublishWizardCompleted> |
33 | 34 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
34 | 35 | </PropertyGroup>
|
35 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
52 | 53 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
53 | 54 | <Prefer32Bit>true</Prefer32Bit>
|
54 | 55 | </PropertyGroup>
|
| 56 | + <PropertyGroup> |
| 57 | + <ManifestCertificateThumbprint>AA9549ADFE42E606A4BC2B236F97176CE1D5B9D5</ManifestCertificateThumbprint> |
| 58 | + </PropertyGroup> |
| 59 | + <PropertyGroup> |
| 60 | + <ManifestKeyFile>BoundlessProxyUi_TemporaryKey.pfx</ManifestKeyFile> |
| 61 | + </PropertyGroup> |
| 62 | + <PropertyGroup> |
| 63 | + <GenerateManifests>true</GenerateManifests> |
| 64 | + </PropertyGroup> |
| 65 | + <PropertyGroup> |
| 66 | + <TargetZone>LocalIntranet</TargetZone> |
| 67 | + </PropertyGroup> |
| 68 | + <PropertyGroup /> |
| 69 | + <PropertyGroup> |
| 70 | + <SignManifests>false</SignManifests> |
| 71 | + </PropertyGroup> |
| 72 | + <PropertyGroup> |
| 73 | + <ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
| 74 | + </PropertyGroup> |
| 75 | + <PropertyGroup> |
| 76 | + <StartupObject>BoundlessProxyUi.App</StartupObject> |
| 77 | + </PropertyGroup> |
| 78 | + <PropertyGroup> |
| 79 | + <ApplicationIcon>boundlessmodding2.ico</ApplicationIcon> |
| 80 | + </PropertyGroup> |
55 | 81 | <ItemGroup>
|
56 | 82 | <Reference Include="MsgPack, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a2625990d5dc0167, processorArchitecture=MSIL">
|
57 | 83 | <HintPath>..\packages\MsgPack.Cli.1.0.1\lib\net46\MsgPack.dll</HintPath>
|
|
159 | 185 | <Compile Include="Mitm\SslMitmInstance.cs" />
|
160 | 186 | <Compile Include="Mitm\UdpProxy.cs" />
|
161 | 187 | <Compile Include="ProxyUi\UserSearch.cs" />
|
162 |
| - <Compile Include="Util\EventHandler.cs" /> |
| 188 | + <Compile Include="Util\WsEventHander.cs" /> |
163 | 189 | <Compile Include="Util\ProxyManagerConfig.cs" />
|
164 | 190 | <Compile Include="WsData\WsFrame.cs" />
|
165 | 191 | <Compile Include="WsData\WsMessage.cs" />
|
|
239 | 265 | <Compile Include="Properties\AssemblyInfo.cs">
|
240 | 266 | <SubType>Code</SubType>
|
241 | 267 | </Compile>
|
242 |
| - <None Include="cloudfront.crt"> |
| 268 | + <None Include="app.config" /> |
| 269 | + <Content Include="cloudfront.crt"> |
243 | 270 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
244 |
| - </None> |
245 |
| - <None Include="cloudfront.pfx"> |
| 271 | + </Content> |
| 272 | + <Content Include="cloudfront.pfx"> |
246 | 273 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
247 |
| - </None> |
| 274 | + </Content> |
248 | 275 | <None Include="packages.config" />
|
249 |
| - <None Include="playboundless.crt"> |
| 276 | + <Content Include="playboundless.crt"> |
250 | 277 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
251 |
| - </None> |
252 |
| - <None Include="playboundless.pfx"> |
| 278 | + </Content> |
| 279 | + <Content Include="playboundless.pfx"> |
253 | 280 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
254 |
| - </None> |
| 281 | + </Content> |
| 282 | + <None Include="Properties\app.manifest" /> |
255 | 283 | </ItemGroup>
|
256 | 284 | <ItemGroup>
|
257 |
| - <BootstrapperPackage Include=".NETFramework,Version=v4.7.2"> |
| 285 | + <BootstrapperPackage Include=".NETFramework,Version=v4.8"> |
258 | 286 | <Visible>False</Visible>
|
259 |
| - <ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName> |
| 287 | + <ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName> |
260 | 288 | <Install>true</Install>
|
261 | 289 | </BootstrapperPackage>
|
262 | 290 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
265 | 293 | <Install>false</Install>
|
266 | 294 | </BootstrapperPackage>
|
267 | 295 | </ItemGroup>
|
| 296 | + <ItemGroup> |
| 297 | + <Resource Include="boundlessmodding2.ico" /> |
| 298 | + </ItemGroup> |
| 299 | + <ItemGroup> |
| 300 | + <PublishFile Include="BoundlessProxyUi.exe.config"> |
| 301 | + <Visible>False</Visible> |
| 302 | + <Group> |
| 303 | + </Group> |
| 304 | + <TargetPath> |
| 305 | + </TargetPath> |
| 306 | + <PublishState>Auto</PublishState> |
| 307 | + <IncludeHash>False</IncludeHash> |
| 308 | + <FileType>File</FileType> |
| 309 | + </PublishFile> |
| 310 | + </ItemGroup> |
268 | 311 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
269 | 312 | <PropertyGroup>
|
270 | 313 | <PostBuildEvent>
|
|
0 commit comments