135 lines
6.9 KiB
XML
135 lines
6.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{15E76579-E0C4-4CD4-9083-0E04F9FD531D}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Swashbuckle</RootNamespace>
|
|
<AssemblyName>Swashbuckle.Core</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Debug\Swashbuckle.Core.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\Lib\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Net.Http.Formatting">
|
|
<HintPath>..\..\..\Lib\System.Net.Http.Formatting.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\Lib\System.Web.Http.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Application\AreaApiExplorer.cs" />
|
|
<Compile Include="Application\ContactBuilder.cs" />
|
|
<Compile Include="Application\HttpConfigurationExtensions.cs" />
|
|
<Compile Include="Application\HttpRouteDirectionConstraint.cs" />
|
|
<Compile Include="Application\InfoBuilder.cs" />
|
|
<Compile Include="Application\LicenseBuilder.cs" />
|
|
<Compile Include="Application\RedirectHandler.cs" />
|
|
<Compile Include="Application\SecuritySchemeBuilder.cs" />
|
|
<Compile Include="Application\SwaggerDocsConfig.cs" />
|
|
<Compile Include="Application\SwaggerDocsHandler.cs" />
|
|
<Compile Include="Application\SwaggerUiConfig.cs" />
|
|
<Compile Include="Application\SwaggerUiHandler.cs" />
|
|
<Compile Include="Application\VendorExtensionsConverter.cs" />
|
|
<Compile Include="Application\VersionInfoBuilder.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SwaggerUi\EmbeddedAssetDescriptor.cs" />
|
|
<Compile Include="SwaggerUi\EmbeddedAssetProvider.cs" />
|
|
<Compile Include="SwaggerUi\IAssetProvider.cs" />
|
|
<Compile Include="SwaggerUi\StreamExtensions.cs" />
|
|
<Compile Include="Swagger\Annotations\ApplySwaggerOperationAttributes.cs" />
|
|
<Compile Include="Swagger\Annotations\ApplySwaggerOperationFilterAttributes.cs" />
|
|
<Compile Include="Swagger\Annotations\ApplySwaggerResponseAttributes.cs" />
|
|
<Compile Include="Swagger\Annotations\ApplySwaggerSchemaFilterAttributes.cs" />
|
|
<Compile Include="Swagger\Annotations\ApiAuthorAttribute.cs" />
|
|
<Compile Include="Swagger\Annotations\SwaggerOperationAttribute.cs" />
|
|
<Compile Include="Swagger\Annotations\SwaggerOperationFilterAttribute.cs" />
|
|
<Compile Include="Swagger\Annotations\SwaggerResponseAttribute.cs" />
|
|
<Compile Include="Swagger\Annotations\SwaggerResponseRemoveDefaultsAttribute.cs" />
|
|
<Compile Include="Swagger\Annotations\SwaggerSchemaFilterAttribute.cs" />
|
|
<Compile Include="Swagger\ApiDescriptionExtensions.cs" />
|
|
<Compile Include="Swagger\FromUriParams\HandleFromUriParams.cs" />
|
|
<Compile Include="Swagger\IDocumentFilter.cs" />
|
|
<Compile Include="Swagger\IModelFilter.cs" />
|
|
<Compile Include="Swagger\IOperationFilter.cs" />
|
|
<Compile Include="Swagger\ISchemaFilter.cs" />
|
|
<Compile Include="Swagger\ISwaggerProvider.cs" />
|
|
<Compile Include="Swagger\JsonContractExtensions.cs" />
|
|
<Compile Include="Swagger\JsonPropertyExtensions.cs" />
|
|
<Compile Include="Swagger\SchemaExtensions.cs" />
|
|
<Compile Include="Swagger\SchemaRegistry.cs" />
|
|
<Compile Include="Swagger\StringExtensions.cs" />
|
|
<Compile Include="Swagger\SwaggerDocument.cs" />
|
|
<Compile Include="Swagger\SwaggerGenerator.cs" />
|
|
<Compile Include="Swagger\SwaggerGeneratorOptions.cs" />
|
|
<Compile Include="Swagger\TypeExtensions.cs" />
|
|
<Compile Include="Swagger\XmlComments\ApplyXmlActionComments.cs" />
|
|
<Compile Include="Swagger\XmlComments\ApplyXmlTypeComments.cs" />
|
|
<Compile Include="Swagger\XmlComments\XmlCommentsIdHelper.cs" />
|
|
<Compile Include="Swagger\XmlComments\XmlTextHelper.cs" />
|
|
<Compile Include="Swagger\XmlComments\XPathNavigatorExtensions.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="SwaggerUi\CustomAssets\discoveryUrlSelector.js" />
|
|
<EmbeddedResource Include="SwaggerUi\CustomAssets\index.html" />
|
|
<EmbeddedResource Include="SwaggerUi\CustomAssets\screen.css" />
|
|
<EmbeddedResource Include="SwaggerUi\CustomAssets\typography.css" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Swashbuckle.Core.nuspec" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="..\swagger-ui\**\*.*">
|
|
<LogicalName>%(RecursiveDir)%(FileName)%(Extension)</LogicalName>
|
|
<InProject>false</InProject>
|
|
</EmbeddedResource>
|
|
</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.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |