Skip to content

Commit 1abd0a5

Browse files
committed
v1.1.0
1 parent e57ec23 commit 1abd0a5

File tree

12 files changed

+13
-123
lines changed

12 files changed

+13
-123
lines changed

PortProxyGUI - NET35/PortProxyGUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using PortProxyGUI._extern.NStandard;
1+
using NStandard;
22
using System;
33
using System.Data;
44
using System.Linq;

PortProxyGUI - NET35/SetProxyForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using PortProxyGUI._extern.NStandard;
1+
using NStandard;
22
using System;
33
using System.Linq;
44
using System.Text.RegularExpressions;

PortProxyGUI - NET45/PortProxyGUI - NET45.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<FileAlignment>512</FileAlignment>
1313
<Deterministic>true</Deterministic>
1414
<IsWebBootstrapper>false</IsWebBootstrapper>
15+
<TargetFrameworkProfile />
16+
<NuGetPackageImportStamp>
17+
</NuGetPackageImportStamp>
1518
<PublishUrl>publish\</PublishUrl>
1619
<Install>true</Install>
1720
<InstallFrom>Disk</InstallFrom>
@@ -27,9 +30,6 @@
2730
<UseApplicationTrust>false</UseApplicationTrust>
2831
<PublishWizardCompleted>true</PublishWizardCompleted>
2932
<BootstrapperEnabled>true</BootstrapperEnabled>
30-
<TargetFrameworkProfile />
31-
<NuGetPackageImportStamp>
32-
</NuGetPackageImportStamp>
3333
</PropertyGroup>
3434
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3535
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -174,11 +174,11 @@
174174
</ItemGroup>
175175
<Import Project="..\PortProxyGUI.Shared\PortProxyGUI.Shared.projitems" Label="Shared" />
176176
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
177+
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
177178
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
178179
<PropertyGroup>
179180
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
180181
</PropertyGroup>
181182
<Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
182183
</Target>
183-
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
184184
</Project>

PortProxyGUI - NET45/PortProxyGUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using PortProxyGUI._extern.NStandard;
1+
using NStandard;
22
using System;
33
using System.Data;
44
using System.Linq;

PortProxyGUI - NET45/SetProxyForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using PortProxyGUI._extern.NStandard;
1+
using NStandard;
22
using System;
33
using System.Linq;
44
using System.Text.RegularExpressions;

PortProxyGUI - NET45/app.config

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<configSections>
4-
5-
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6-
</configSections>
73
<startup>
84
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
9-
</startup>
10-
<entityFramework>
11-
<providers>
12-
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
13-
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
14-
</providers>
15-
</entityFramework>
16-
5+
</startup>
176
</configuration>

PortProxyGUI.Shared/CmdUtil.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using PortProxyGUI._extern.NStandard;
1+
using NStandard;
22
using PortProxyGUI.Data;
33
using System;
44
using System.Linq;
@@ -22,7 +22,7 @@ public static Rule[] GetProxies()
2222
var proxies = types.SelectMany(type =>
2323
{
2424
var typeProxies = output
25-
.Project(new Regex($@"{type.From}:[^\n]+?{type.To}:\r\n\r\n.+?\r\n--------------- ---------- --------------- ----------\r\n(.+?)\r\n\r\n", RegexOptions.Singleline))
25+
.ExtractFirst(new Regex($@"{type.From}:[^\n]+?{type.To}:\r\n\r\n.+?\r\n--------------- ---------- --------------- ----------\r\n(.+?)\r\n\r\n", RegexOptions.Singleline))
2626
?.Split(new[] { Environment.NewLine }, StringSplitOptions.None)
2727
.Select(line =>
2828
{

PortProxyGUI.Shared/PortProxyGUI.Shared.projitems

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@
1818
<Compile Include="$(MSBuildThisFileDirectory)Data\Rule.cs" />
1919
<Compile Include="$(MSBuildThisFileDirectory)ListViewColumnSorter.cs" />
2020
<Compile Include="$(MSBuildThisFileDirectory)ProxyType.cs" />
21-
<Compile Include="$(MSBuildThisFileDirectory)~extern\NStandard\XString.cs" />
22-
<Compile Include="$(MSBuildThisFileDirectory)~extern\NStandard\XObject.cs" />
2321
</ItemGroup>
2422
</Project>

PortProxyGUI.Shared/~extern/NStandard/XObject.cs

Lines changed: 0 additions & 23 deletions
This file was deleted.

PortProxyGUI.Shared/~extern/NStandard/XString.cs

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)