Skip to content

Commit

Permalink
Merged MWA files.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Jul 17, 2017
1 parent 00d151b commit 2af56f2
Show file tree
Hide file tree
Showing 213 changed files with 35,009 additions and 120 deletions.
42 changes: 42 additions & 0 deletions .nuget/Microsoft.Web.Administration.Jexus.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<version>11.0.0-beta4</version>
<authors>Lex Li</authors>
<owners>Lex Li</owners>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<projectUrl>https://www.jexusmanager.com</projectUrl>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Core" targetFramework="4.5" />
<frameworkAssembly assemblyName="System" targetFramework="4.5" />
</frameworkAssemblies>
<dependencies>
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</dependencies>
<id>Microsoft.Web.Administration.Jexus</id>
<title>Microsoft.Web.Administration for Jexus Manager</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Microsoft.Web.Administration clone for Jexus Manager. Works for IIS, IIS Express, and Jexus.</description>
<summary>Microsoft.Web.Administration clone for Jexus Manager. Works for IIS, IIS Express, and Jexus.</summary>
<releaseNotes>
Feb 9, 2016: 11.0 Beta 1
Initial public release as open source.

Aug 14, 2016: 11.0 Beta 2
Revised a few APIs.

Aug 14, 2016: 11.0 Beta 3
Updated to match Jexus Manager.

Sept 25, 2016: 11.0 Beta 4
Split ServerManager to multiple classes.
</releaseNotes>
<copyright>(C) 2014-2016 Lex Li</copyright>
<language>en-US</language>
<tags>iis</tags>
</metadata>
<files>
<file src="..\Microsoft.Web.Administration\bin\Release\Microsoft.Web.Administration.dll" target="lib\net45\Microsoft.Web.Administration.dll" />
</files>
</package>
Binary file modified .nuget/NuGet.exe
Binary file not shown.
10 changes: 6 additions & 4 deletions CertificateInstaller/CertificateInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Options, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Options.4.4.0.0\lib\net4-client\Mono.Options.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -77,6 +73,12 @@
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -91,6 +87,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -191,6 +187,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -117,6 +113,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -135,6 +131,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
<HintPath>..\packages\BouncyCastle.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Security">
<HintPath>..\lib\Mono.Security.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -216,6 +212,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
8 changes: 4 additions & 4 deletions JexusManager.Features.Cgi/JexusManager.Features.Cgi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -83,6 +79,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -82,6 +78,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -117,6 +113,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -91,6 +87,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -111,6 +107,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -170,6 +166,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
<HintPath>..\packages\BouncyCastle.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -102,6 +98,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<AssemblyOriginatorKeyFile>JexusManager.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Web.Administration, Version=11.0.925.24, Culture=neutral, PublicKeyToken=c99ddc8becdc1d64, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Administration.Jexus.11.0.0-beta4\lib\net45\Microsoft.Web.Administration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -135,6 +131,10 @@
<Project>{e4040a45-b156-4048-b1a4-bd262ba18047}</Project>
<Name>JexusManager.Shared</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Administration\Microsoft.Web.Administration.csproj">
<Project>{BD24AFDA-292F-4F41-BA80-C48F21D4D9F2}</Project>
<Name>Microsoft.Web.Administration</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Web.Management\Microsoft.Web.Management.csproj">
<Project>{17e994b0-5a31-4f79-9796-83a45e87853d}</Project>
<Name>Microsoft.Web.Management</Name>
Expand Down
Loading

0 comments on commit 2af56f2

Please sign in to comment.