Fixed up Sp 2013 Enterprise Provider
Fixup itemtype in database Moved provider to sharepoint2013 folder Updated the GetPackageRawPaged
This commit is contained in:
parent
774fda95aa
commit
c6a27f02e8
6 changed files with 10 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue