@ -59,29 +59,18 @@
<Reference Include= "AutoMapper" >
<HintPath > ..\packages\AutoMapper.2.2.0\lib\net40\AutoMapper.dll</HintPath>
</Reference>
<Reference Include= " ServiceStack ">
<HintPath > ..\packages\ServiceStack.3.9.25\lib\net35\ServiceStack .dll</HintPath>
<Reference Include= " Nancy ">
<HintPath > ..\packages\Nancy.0.15.3\lib\net40\Nancy .dll</HintPath>
</Reference>
<Reference Include= " ServiceStack.Common ">
<HintPath > ..\packages\ServiceStack.Common.3.9.25\lib\net35\ServiceStack.Common .dll</HintPath>
<Reference Include= " Nancy.Bootstrappers.Autofac ">
<HintPath > ..\packages\Nancy.Bootstrappers.Autofac.0.15.3\lib\net40\Nancy.Bootstrappers.Autofac .dll</HintPath>
</Reference>
<Reference Include= " ServiceStack.Interfaces ">
<HintPath > ..\packages\ServiceStack.Common.3.9.25\lib\net35\ServiceStack.Interfaces .dll</HintPath>
<Reference Include= " Nancy.Hosting.Aspnet ">
<HintPath > ..\packages\Nancy.Hosting.Aspnet.0.15.3\lib\net40\Nancy.Hosting.Aspnet .dll</HintPath>
</Reference>
<Reference Include= "ServiceStack.OrmLite" >
<HintPath > ..\packages\ServiceStack.OrmLite.SqlServer.3.9.26\lib\ServiceStack.OrmLite.dll</HintPath>
</Reference>
<Reference Include= "ServiceStack.OrmLite.SqlServer" >
<HintPath > ..\packages\ServiceStack.OrmLite.SqlServer.3.9.26\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
</Reference>
<Reference Include= "ServiceStack.Redis" >
<HintPath > ..\packages\ServiceStack.Redis.3.9.25\lib\net35\ServiceStack.Redis.dll</HintPath>
</Reference>
<Reference Include= "ServiceStack.ServiceInterface" >
<HintPath > ..\packages\ServiceStack.3.9.25\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
</Reference>
<Reference Include= "ServiceStack.Text" >
<HintPath > ..\packages\ServiceStack.Text.3.9.27\lib\net35\ServiceStack.Text.dll</HintPath>
<Reference Include= "Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
@ -92,19 +81,14 @@
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
<Compile Include= "AppHost.cs" />
<Compile Include= "AutofacContainerAdapter.cs" />
<Compile Include= "Bootstrapper.cs" />
<Compile Include= "Exceptions\InvalidApiKeyException.cs" />
<Compile Include= "Filters\ValidApiRequestAttribute.cs" />
<Compile Include= "Helpers\HttpRequestExtensions.cs" />
<Compile Include= "IApiRequest.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "QualityProfiles\QualityProfileModel.cs" />
<Compile Include= "QualityProfiles\QualityProfileService.cs" />
<Compile Include= "QualityProfiles\QualityProfileType.cs" />
<Compile Include= "QualityProfiles\QualityProfileModule.cs" />
<Compile Include= "QualityType\QualityTypeModel.cs" />
<Compile Include= "QualityType\QualityTypeService.cs" />
<Compile Include= "QualityType\QualityTypeModule.cs" />
<Compile Include= "QualityType\RequestExtensions.cs" />
<Compile Include= "Resolvers\AllowedToQualitiesResolver.cs" />
<Compile Include= "Resolvers\QualitiesToAllowedResolver.cs" />
<Compile Include= "Resolvers\QualityTypesToIntResolver.cs" />