Skip to content

Commit e57ec23

Browse files
committed
v1.1.0
1 parent f0e08f5 commit e57ec23

40 files changed

+8591
-930
lines changed

PortProxyGUI - NET35/PortProxyGUI - NET35.csproj

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<FileAlignment>512</FileAlignment>
1313
<Deterministic>true</Deterministic>
1414
<IsWebBootstrapper>false</IsWebBootstrapper>
15+
<NuGetPackageImportStamp>
16+
</NuGetPackageImportStamp>
1517
<PublishUrl>publish\</PublishUrl>
1618
<Install>true</Install>
1719
<InstallFrom>Disk</InstallFrom>
@@ -43,7 +45,7 @@
4345
<DebugType>none</DebugType>
4446
<Optimize>true</Optimize>
4547
<OutputPath>bin\Release\</OutputPath>
46-
<DefineConstants>TRACE</DefineConstants>
48+
<DefineConstants>TRACE;NET35</DefineConstants>
4749
<ErrorReport>prompt</ErrorReport>
4850
<WarningLevel>4</WarningLevel>
4951
</PropertyGroup>
@@ -69,8 +71,21 @@
6971
<TargetZone>LocalIntranet</TargetZone>
7072
</PropertyGroup>
7173
<ItemGroup>
74+
<Reference Include="NStandard, Version=0.6.7.1, Culture=neutral, processorArchitecture=MSIL">
75+
<HintPath>..\packages\NStandard.0.6.7.1\lib\net35\NStandard.dll</HintPath>
76+
</Reference>
77+
<Reference Include="SQLib, Version=0.8.6.0, Culture=neutral, processorArchitecture=MSIL">
78+
<HintPath>..\packages\SQLib.0.8.6\lib\net35\SQLib.dll</HintPath>
79+
</Reference>
80+
<Reference Include="SQLib.Sqlite, Version=0.8.6.0, Culture=neutral, processorArchitecture=MSIL">
81+
<HintPath>..\packages\SQLib.Sqlite.0.8.6\lib\net35\SQLib.Sqlite.dll</HintPath>
82+
</Reference>
7283
<Reference Include="System" />
7384
<Reference Include="System.Core" />
85+
<Reference Include="System.Data.SQLite, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
86+
<HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\lib\net20\System.Data.SQLite.dll</HintPath>
87+
</Reference>
88+
<Reference Include="System.Web" />
7489
<Reference Include="System.Xml.Linq" />
7590
<Reference Include="System.Data.DataSetExtensions" />
7691
<Reference Include="System.Data" />
@@ -114,6 +129,7 @@
114129
</EmbeddedResource>
115130
<EmbeddedResource Include="PortProxyGUI.resx">
116131
<DependentUpon>PortProxyGUI.cs</DependentUpon>
132+
<SubType>Designer</SubType>
117133
</EmbeddedResource>
118134
<EmbeddedResource Include="PortProxyGUI.zh-CN.resx">
119135
<DependentUpon>PortProxyGUI.cs</DependentUpon>
@@ -128,7 +144,9 @@
128144
<DependentUpon>Resources.resx</DependentUpon>
129145
<DesignTime>True</DesignTime>
130146
</Compile>
147+
<None Include="app.config" />
131148
<None Include="app.manifest" />
149+
<None Include="packages.config" />
132150
<None Include="Properties\Settings.settings">
133151
<Generator>SettingsSingleFileGenerator</Generator>
134152
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -151,4 +169,11 @@
151169
</ItemGroup>
152170
<Import Project="..\PortProxyGUI.Shared\PortProxyGUI.Shared.projitems" Label="Shared" />
153171
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
172+
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net20\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net20\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
173+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
174+
<PropertyGroup>
175+
<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>
176+
</PropertyGroup>
177+
<Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net20\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net20\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
178+
</Target>
154179
</Project>

PortProxyGUI - NET35/PortProxyGUI.Designer.cs

Lines changed: 65 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)