|
@@ -35,6 +35,9 @@
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
+ <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Configuration.Install" />
|
|
<Reference Include="System.Configuration.Install" />
|
|
@@ -50,6 +53,7 @@
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
+ <Compile Include="BLL\UserHelper.cs" />
|
|
<Compile Include="BLL\BllHelper.cs" />
|
|
<Compile Include="BLL\BllHelper.cs" />
|
|
<Compile Include="BLL\TokenData.cs" />
|
|
<Compile Include="BLL\TokenData.cs" />
|
|
<Compile Include="CMD\CMDHelper.cs" />
|
|
<Compile Include="CMD\CMDHelper.cs" />
|
|
@@ -67,6 +71,10 @@
|
|
<Compile Include="Com\GetCarList.cs" />
|
|
<Compile Include="Com\GetCarList.cs" />
|
|
<Compile Include="Com\GetDwLayout.cs" />
|
|
<Compile Include="Com\GetDwLayout.cs" />
|
|
<Compile Include="Com\GetFileByMd5.cs" />
|
|
<Compile Include="Com\GetFileByMd5.cs" />
|
|
|
|
+ <Compile Include="Com\GetPriceList.cs" />
|
|
|
|
+ <Compile Include="Com\Model\u_pricelist.cs" />
|
|
|
|
+ <Compile Include="Com\SetSysUserFileString.cs" />
|
|
|
|
+ <Compile Include="Com\GetUserInfo.cs" />
|
|
<Compile Include="Com\GetOptionList.cs" />
|
|
<Compile Include="Com\GetOptionList.cs" />
|
|
<Compile Include="Com\GetPermitList.cs" />
|
|
<Compile Include="Com\GetPermitList.cs" />
|
|
<Compile Include="Com\GetRoadList.cs" />
|
|
<Compile Include="Com\GetRoadList.cs" />
|
|
@@ -90,6 +98,7 @@
|
|
<Compile Include="Com\SaveRoadList.cs" />
|
|
<Compile Include="Com\SaveRoadList.cs" />
|
|
<Compile Include="Com\SaveUserList.cs" />
|
|
<Compile Include="Com\SaveUserList.cs" />
|
|
<Compile Include="Com\SetDwLayout.cs" />
|
|
<Compile Include="Com\SetDwLayout.cs" />
|
|
|
|
+ <Compile Include="Com\GetSysUserFileString.cs" />
|
|
<Compile Include="Com\SetOption.cs" />
|
|
<Compile Include="Com\SetOption.cs" />
|
|
<Compile Include="CRC64\CRC64.cs" />
|
|
<Compile Include="CRC64\CRC64.cs" />
|
|
<Compile Include="DBA\DAL_SQLite\DbSqlHelper.cs" />
|
|
<Compile Include="DBA\DAL_SQLite\DbSqlHelper.cs" />
|
|
@@ -105,6 +114,7 @@
|
|
<Compile Include="DBA\DBModle\st_option.cs" />
|
|
<Compile Include="DBA\DBModle\st_option.cs" />
|
|
<Compile Include="DBA\DBModle\st_permit.cs" />
|
|
<Compile Include="DBA\DBModle\st_permit.cs" />
|
|
<Compile Include="DBA\DBModle\st_road.cs" />
|
|
<Compile Include="DBA\DBModle\st_road.cs" />
|
|
|
|
+ <Compile Include="DBA\DBModle\u_user_jlhprice.cs" />
|
|
<Compile Include="DBA\DBModle\st_user.cs" />
|
|
<Compile Include="DBA\DBModle\st_user.cs" />
|
|
<Compile Include="DBA\DBModle\st_user_power.cs" />
|
|
<Compile Include="DBA\DBModle\st_user_power.cs" />
|
|
<Compile Include="DBA\DBVersionSql\DBVersionSql.cs" />
|
|
<Compile Include="DBA\DBVersionSql\DBVersionSql.cs" />
|
|
@@ -127,6 +137,7 @@
|
|
<Compile Include="Excutor\GetOptionListExcutor.cs" />
|
|
<Compile Include="Excutor\GetOptionListExcutor.cs" />
|
|
<Compile Include="Excutor\GetPermitListExcutor.cs" />
|
|
<Compile Include="Excutor\GetPermitListExcutor.cs" />
|
|
<Compile Include="Excutor\GetRoadListExcutor.cs" />
|
|
<Compile Include="Excutor\GetRoadListExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\GetPriceListExcutor.cs" />
|
|
<Compile Include="Excutor\GetUserListExcutor.cs" />
|
|
<Compile Include="Excutor\GetUserListExcutor.cs" />
|
|
<Compile Include="Excutor\GetUserPowerExcutor.cs" />
|
|
<Compile Include="Excutor\GetUserPowerExcutor.cs" />
|
|
<Compile Include="Excutor\HelloWordExcutor.cs" />
|
|
<Compile Include="Excutor\HelloWordExcutor.cs" />
|
|
@@ -138,12 +149,16 @@
|
|
<Compile Include="Excutor\SaveRoadListExcutor.cs" />
|
|
<Compile Include="Excutor\SaveRoadListExcutor.cs" />
|
|
<Compile Include="Excutor\SaveUserListExcutor.cs" />
|
|
<Compile Include="Excutor\SaveUserListExcutor.cs" />
|
|
<Compile Include="Excutor\SetDwLayoutExcutor.cs" />
|
|
<Compile Include="Excutor\SetDwLayoutExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\GetSysUserFileStringExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\SetSysUserFileStringExcutor.cs" />
|
|
<Compile Include="Excutor\SetOptionExcutor.cs" />
|
|
<Compile Include="Excutor\SetOptionExcutor.cs" />
|
|
<Compile Include="ImgHelper\ImgHelper.cs" />
|
|
<Compile Include="ImgHelper\ImgHelper.cs" />
|
|
|
|
+ <Compile Include="LJFrameWork\LJException\LJException.cs" />
|
|
<Compile Include="LJLib.HttpServer\IFileDBModel.cs" />
|
|
<Compile Include="LJLib.HttpServer\IFileDBModel.cs" />
|
|
<Compile Include="LJLib.HttpServer\SimpleHttpServer.cs" />
|
|
<Compile Include="LJLib.HttpServer\SimpleHttpServer.cs" />
|
|
<Compile Include="LJLib.HttpServer\LJHttpProcessor.cs" />
|
|
<Compile Include="LJLib.HttpServer\LJHttpProcessor.cs" />
|
|
<Compile Include="LJLib.HttpServer\LJHttpServer.cs" />
|
|
<Compile Include="LJLib.HttpServer\LJHttpServer.cs" />
|
|
|
|
+ <Compile Include="LJLib.Tools\psw_bczh3.cs" />
|
|
<Compile Include="MIMEHelper\MIMEHelper.cs" />
|
|
<Compile Include="MIMEHelper\MIMEHelper.cs" />
|
|
<Compile Include="JLHHJSvrConfig.cs">
|
|
<Compile Include="JLHHJSvrConfig.cs">
|
|
<SubType>Form</SubType>
|
|
<SubType>Form</SubType>
|
|
@@ -287,6 +302,7 @@
|
|
<DependentUpon>LJInstaller.cs</DependentUpon>
|
|
<DependentUpon>LJInstaller.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</EmbeddedResource>
|
|
<None Include="app.config" />
|
|
<None Include="app.config" />
|
|
|
|
+ <None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|