更新X组件
This commit is contained in:
parent
341c3af54f
commit
05744181f4
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2018 新生命开发团队
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
|
@ -56,8 +56,8 @@
|
|||
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="NewLife.Core, Version=7.3.6870.42457, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\NewLife.Core.7.3.6870.42457\lib\net45\NewLife.Core.dll</HintPath>
|
||||
<Reference Include="NewLife.Core, Version=7.4.6881.41311, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\NewLife.Core.7.4.6881.41311\lib\net45\NewLife.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
|
@ -88,8 +88,8 @@
|
|||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Web.Services" />
|
||||
<Reference Include="XCode, Version=9.9.6870.42458, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\NewLife.XCode.9.9.6870.42458\lib\net45\XCode.dll</HintPath>
|
||||
<Reference Include="XCode, Version=9.9.6881.41312, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\NewLife.XCode.9.9.6881.41312\lib\net45\XCode.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -292,6 +292,11 @@
|
|||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>_ViewStart.cshtml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Build.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Build.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Common\AreaAttribute.cs" />
|
||||
<Compile Include="Common\BootstrapJs.cs" />
|
||||
<Compile Include="Common\ControllerHelper.cs" />
|
||||
|
@ -643,6 +648,10 @@
|
|||
<None Include="Content\jweui\lib\weui.css" />
|
||||
<None Include="Content\jweui\lib\weui.min.css" />
|
||||
<None Include="Content\jweui\lib\zepto.js" />
|
||||
<Content Include="Build.tt">
|
||||
<Generator>TextTemplatingFileGenerator</Generator>
|
||||
<LastGenOutput>Build.cs</LastGenOutput>
|
||||
</Content>
|
||||
<Content Include="Content\images\logo\alipay.png" />
|
||||
<Content Include="Content\images\logo\Baidu.png" />
|
||||
<Content Include="Content\images\logo\github.png" />
|
||||
|
@ -875,6 +884,7 @@
|
|||
<None Include="Scripts\jquery.validate.unobtrusive.js" />
|
||||
<None Include="Scripts\jquery.validate.unobtrusive.min.js" />
|
||||
<None Include="Scripts\modernizr-2.6.2.js" />
|
||||
<Content Include="Model.xml" />
|
||||
<Content Include="Web.config">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
<package id="Microsoft.AspNet.WebPages" version="3.2.6" targetFramework="net45" />
|
||||
<package id="Microsoft.AspNet.WebPages.zh-Hans" version="3.2.6" targetFramework="net45" />
|
||||
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
|
||||
<package id="NewLife.Core" version="7.3.6870.42457" targetFramework="net45" />
|
||||
<package id="NewLife.XCode" version="9.9.6870.42458" targetFramework="net45" />
|
||||
<package id="NewLife.Core" version="7.4.6881.41311" targetFramework="net45" />
|
||||
<package id="NewLife.XCode" version="9.9.6881.41312" targetFramework="net45" />
|
||||
</packages>
|
|
@ -53,8 +53,8 @@
|
|||
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="NewLife.Core, Version=7.3.6805.17854, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\NewLife.Core.7.3.6805.17853\lib\net40\NewLife.Core.dll</HintPath>
|
||||
<Reference Include="NewLife.Core, Version=7.4.6881.41311, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\NewLife.Core.7.4.6881.41311\lib\net40\NewLife.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
|
@ -87,8 +87,8 @@
|
|||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Web.Services" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="XCode, Version=9.9.6806.38809, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\NewLife.XCode.9.9.6806.38809\lib\net40\XCode.dll</HintPath>
|
||||
<Reference Include="XCode, Version=9.9.6881.41313, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\NewLife.XCode.9.9.6881.41312\lib\net40\XCode.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -518,6 +518,11 @@
|
|||
<Compile Include="..\NewLife.Cube\Web\WebHelper2.cs">
|
||||
<Link>Web\WebHelper2.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Build.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Build.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Global.asax.cs">
|
||||
<DependentUpon>Global.asax</DependentUpon>
|
||||
</Compile>
|
||||
|
@ -561,6 +566,10 @@
|
|||
<Generator>TextTemplatingFileGenerator</Generator>
|
||||
<LastGenOutput>XCoder.cs</LastGenOutput>
|
||||
</Content>
|
||||
<Content Include="Build.tt">
|
||||
<Generator>TextTemplatingFileGenerator</Generator>
|
||||
<LastGenOutput>Build.cs</LastGenOutput>
|
||||
</Content>
|
||||
<Content Include="favicon.ico" />
|
||||
<Content Include="..\NewLife.Cube\Areas\Admin\Views\User\Info.cshtml">
|
||||
<Link>Areas\Admin\Views\User\Info.cshtml</Link>
|
||||
|
@ -745,6 +754,7 @@
|
|||
<None Include="Global.asax" />
|
||||
<None Include="Areas\Admin\Views\Web.config" />
|
||||
<None Include="Properties\PublishProfiles\Cube.pubxml" />
|
||||
<Content Include="Model.xml" />
|
||||
<Content Include="Web.config">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
|
||||
<package id="Microsoft.AspNet.WebPages.zh-Hans" version="2.0.30506.0" targetFramework="net40" />
|
||||
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
|
||||
<package id="NewLife.Core" version="7.3.6805.17853" targetFramework="net40" />
|
||||
<package id="NewLife.XCode" version="9.9.6806.38809" targetFramework="net40" />
|
||||
<package id="NewLife.Core" version="7.4.6881.41311" targetFramework="net40" />
|
||||
<package id="NewLife.XCode" version="9.9.6881.41312" targetFramework="net40" />
|
||||
</packages>
|
Loading…
Reference in New Issue