Fixed up Sp 2013 Enterprise Provider

Fixup itemtype in database
Moved provider to sharepoint2013 folder
Updated the GetPackageRawPaged
This commit is contained in:
robvde 2015-04-08 16:41:48 +08:00
parent 774fda95aa
commit c6a27f02e8
6 changed files with 10 additions and 7 deletions

View file

@ -16,7 +16,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\WebsitePanel.Server\bin\Sharepoint2013Ent\</OutputPath>
<OutputPath>..\WebsitePanel.Server\bin\Sharepoint2013\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@ -24,7 +24,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\WebsitePanel.Server\bin\Sharepoint2013Ent\</OutputPath>
<OutputPath>..\WebsitePanel.Server\bin\Sharepoint2013\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>