Sharepoint Enterprise 2013 provider
This commit is contained in:
parent
bfa2d0cd08
commit
919900b8a1
27 changed files with 4056 additions and 45 deletions
|
@ -17,7 +17,7 @@
|
|||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\..\Bin\</OutputPath>
|
||||
<OutputPath>..\WebsitePanel.EnterpriseServer\bin\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>..\..\Bin\</OutputPath>
|
||||
<OutputPath>..\WebsitePanel.EnterpriseServer\bin\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
@ -163,6 +163,7 @@
|
|||
<Compile Include="Scheduling\SchedulerController.cs" />
|
||||
<Compile Include="Scheduling\SchedulerJob.cs" />
|
||||
<Compile Include="Servers\ServerController.cs" />
|
||||
<Compile Include="SharePoint\HostedSharePointServerEntController.cs" />
|
||||
<Compile Include="SharePoint\HostedSharePointServerController.cs" />
|
||||
<Compile Include="SharePoint\SharePointServerController.cs" />
|
||||
<Compile Include="StatisticsServers\StatisticsServerController.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue