Skip to content

Commit

Permalink
分离组件
Browse files Browse the repository at this point in the history
  • Loading branch information
h1542462994 committed Jun 21, 2019
1 parent 156ddba commit 9741040
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
.vs/Edit_Community/v15/.suo
.vs/Edit_Community/v15/Server/sqlite3/storage.ide
Edit_Community/Edit_Community.csproj
.vs/Edit_Community/v16/.suo
.vs/Edit_Community/v16/Server/sqlite3/storage.ide-wal
.vs/Edit_Community/v16/Server/sqlite3/storage.ide-shm
.vs/Edit_Community/v16/Server/sqlite3/storage.ide
.vs/Edit_Community/v16/Server/sqlite3/db.lock
1 change: 1 addition & 0 deletions Edit_Community/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,4 @@ __pycache__/
*.btm.cs
*.odx.cs
*.xsd.cs
.vs/
5 changes: 1 addition & 4 deletions Edit_Community/Edit_Community.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="HTLibrary">
<HintPath>..\..\HTLibrary\HTLibrary\bin\Release\HTLibrary.dll</HintPath>
</Reference>
<Reference Include="HTLibrary.XmlSerializers">
<HintPath>..\..\HTLibrary\HTLibrary\bin\Release\HTLibrary.XmlSerializers.dll</HintPath>
<HintPath>dll\HTLibrary.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
Binary file added Edit_Community/dll/HTLibrary.dll
Binary file not shown.
18 changes: 18 additions & 0 deletions Edit_Community/dll/HTLibrary.dll.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="User.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
<applicationSettings>
<User.Properties.Settings>
<setting name="HTLibrary_WeatherService_WeatherWebService" serializeAs="String">
<value>http://www.webxml.com.cn/WebServices/WeatherWebService.asmx</value>
</setting>
<setting name="HTLibrary_HTStudioService_HTStudioService" serializeAs="String">
<value>http://192.168.2.62:81/HTStudioService.svc</value>
</setting>
</User.Properties.Settings>
</applicationSettings>
</configuration>

0 comments on commit 9741040

Please sign in to comment.