2015-12-11 23:28:37 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-06-22 03:53:44 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{1011E844-3414-4D65-BF1F-7C8CE0167174}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<RootNamespace>SwaggerClientTest</RootNamespace>
|
|
|
|
|
<AssemblyName>SwaggerClientTest</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
|
<HintPath>Lib\SwaggerClient\bin\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
2015-06-29 14:16:38 +00:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2015-07-03 09:39:27 +00:00
|
|
|
|
<Reference Include="nunit.framework">
|
|
|
|
|
<HintPath>packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
|
|
|
|
|
</Reference>
|
2015-07-06 15:06:28 +00:00
|
|
|
|
<Reference Include="System.Web" />
|
2015-08-29 14:39:44 +00:00
|
|
|
|
<Reference Include="RestSharp">
|
|
|
|
|
<HintPath>Lib\SwaggerClient\bin\RestSharp.dll</HintPath>
|
|
|
|
|
</Reference>
|
2015-06-22 03:53:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Api\PetApi.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Api\StoreApi.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Api\UserApi.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Client\ApiClient.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Client\ApiException.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Client\Configuration.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Model\Category.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Model\Order.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Model\Pet.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Model\Tag.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Model\User.cs" />
|
|
|
|
|
<Compile Include="TestPet.cs" />
|
2015-09-11 14:48:38 +00:00
|
|
|
|
<Compile Include="TestApiClient.cs" />
|
2015-11-30 12:12:58 +00:00
|
|
|
|
<Compile Include="TestConfiguration.cs" />
|
2015-12-03 03:10:34 +00:00
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Client\ApiResponse.cs" />
|
2016-02-23 11:16:26 +00:00
|
|
|
|
<Compile Include="TestOrder.cs" />
|
2016-03-03 12:19:37 +00:00
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Model\InlineResponse200.cs" />
|
2016-03-04 06:46:01 +00:00
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Model\ObjectReturn.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Model\SpecialModelName.cs" />
|
2016-03-10 06:35:16 +00:00
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Model\ModelReturn.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Model\Name.cs" />
|
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Model\Task.cs" />
|
2016-03-17 03:49:06 +00:00
|
|
|
|
<Compile Include="Lib\SwaggerClient\src\main\csharp\IO\Swagger\Model\Model200Response.cs" />
|
2015-06-22 03:53:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Lib\SwaggerClient\compile.bat" />
|
|
|
|
|
<None Include="Lib\SwaggerClient\bin\Newtonsoft.Json.dll" />
|
|
|
|
|
<None Include="Lib\SwaggerClient\bin\RestSharp.dll" />
|
2015-07-03 09:39:27 +00:00
|
|
|
|
<None Include="packages.config" />
|
2015-06-22 03:53:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Lib\" />
|
|
|
|
|
<Folder Include="Lib\SwaggerClient\" />
|
2015-12-11 23:28:37 +00:00
|
|
|
|
<EmbeddedResource Include="swagger-logo.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
2015-06-22 03:53:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|