|
|
|
@ -122,6 +122,7 @@
|
|
|
|
|
<Compile Include="HttpServer\NativeWebSocket.cs" />
|
|
|
|
|
<Compile Include="HttpServer\ServerFactory.cs" />
|
|
|
|
|
<Compile Include="HttpServer\StreamWriter.cs" />
|
|
|
|
|
<Compile Include="HttpServer\SwaggerService.cs" />
|
|
|
|
|
<Compile Include="Logging\LogHelper.cs" />
|
|
|
|
|
<Compile Include="Logging\NLogger.cs" />
|
|
|
|
|
<Compile Include="Logging\NlogManager.cs" />
|
|
|
|
@ -162,22 +163,48 @@
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="README.txt" />
|
|
|
|
|
<Content Include="swagger-ui\css\screen.css" />
|
|
|
|
|
<Content Include="swagger-ui\images\pet_store_api.png" />
|
|
|
|
|
<Content Include="swagger-ui\images\wordnik_api.png" />
|
|
|
|
|
<Content Include="swagger-ui\css\screen.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\images\pet_store_api.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\images\wordnik_api.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\index.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\lib\backbone-min.js" />
|
|
|
|
|
<Content Include="swagger-ui\lib\handlebars.runtime-1.0.0.beta.6.js" />
|
|
|
|
|
<Content Include="swagger-ui\lib\jquery.ba-bbq.min.js" />
|
|
|
|
|
<Content Include="swagger-ui\lib\jquery.min.js" />
|
|
|
|
|
<Content Include="swagger-ui\lib\jquery.slideto.min.js" />
|
|
|
|
|
<Content Include="swagger-ui\lib\jquery.wiggle.min.js" />
|
|
|
|
|
<Content Include="swagger-ui\lib\swagger.js" />
|
|
|
|
|
<Content Include="swagger-ui\lib\underscore-min.js" />
|
|
|
|
|
<Content Include="swagger-ui\swagger-ui.js" />
|
|
|
|
|
<Content Include="swagger-ui\swagger-ui.min.js" />
|
|
|
|
|
<Content Include="swagger-ui\lib\backbone-min.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\lib\handlebars.runtime-1.0.0.beta.6.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\lib\jquery.ba-bbq.min.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\lib\jquery.min.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\lib\jquery.slideto.min.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\lib\jquery.wiggle.min.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\lib\swagger.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\lib\underscore-min.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\swagger-ui.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="swagger-ui\swagger-ui.min.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup />
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|