You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/WebSemanticService/semantic/Semantic.API/Semantic.API.csproj

183 lines
9.2 KiB

<?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>{E17951D5-85F2-4FDA-B9FD-1116EA6CCB0A}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Semantic.API</RootNamespace>
<AssemblyName>Semantic.API</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<PlatformTarget>x64</PlatformTarget>
<OutputPath>bin\x64\Release\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WPFDevelop|x64'">
<OutputPath>bin\x64\WPFDevelop\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WPFDevelop|AnyCPU'">
<OutputPath>bin\WPFDevelop\</OutputPath>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Owin, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.Owin.4.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.FileSystems, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.Owin.FileSystems.4.0.1\lib\net45\Microsoft.Owin.FileSystems.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.Owin.Host.HttpListener.4.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Hosting, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.Owin.Hosting.4.0.1\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.StaticFiles, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.Owin.StaticFiles.4.0.1\lib\net45\Microsoft.Owin.StaticFiles.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
<HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
</Reference>
<Reference Include="System.Web.Http.Owin, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Owin.5.2.7\lib\net45\System.Web.Http.Owin.dll</HintPath>
</Reference>
<Reference Include="ZeroLevel, Version=2.0.8.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ZeroLevel.2.0.8\lib\netstandard2.0\ZeroLevel.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="HostService.cs" />
<Compile Include="Model\WordsSearchRequest.cs" />
<Compile Include="Model\PhrasesLemmaRequest.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Startup.cs" />
<Compile Include="WebAPI\BaseController.cs" />
<Compile Include="WebAPI\BaseHtmlController.cs" />
<Compile Include="WebAPI\HomeController.cs" />
<Compile Include="WebAPI\HttpRequestMessageExtensions.cs" />
<Compile Include="WebAPI\LemmaController.cs" />
<Compile Include="WebAPI\RequestFirewallAttribute.cs" />
<Compile Include="WebAPI\StemController.cs" />
<Compile Include="WebAPI\TextController.cs" />
<Compile Include="WepApiResourceRouter.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Web\CSS\jquery-ui.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Web\images\favicon.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Web\images\ui-icons_444444_256x240.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Web\images\ui-icons_555555_256x240.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Web\images\ui-icons_777620_256x240.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Web\images\ui-icons_777777_256x240.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Web\images\ui-icons_cc0000_256x240.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Web\images\ui-icons_ffffff_256x240.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Web\HTML\index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Web\JS\jquery-3.1.1.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Web\JS\jquery-ui.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Web\JS\api.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Web\CSS\local.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Web\CSS\reset-min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Web\CSS\glitch.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Vendors\LemmaGen\LemmaGen_v3.0_PrebuiltFull\LemmaSharpPrebuilt\LemmaSharpPrebuilt.csproj">
<Project>{1e700d21-62d3-4525-93fe-c1fb0a1b0564}</Project>
<Name>LemmaSharpPrebuilt</Name>
</ProjectReference>
<ProjectReference Include="..\..\Vendors\LemmaGen\LemmaGen_v3.0_PrebuiltFull\LemmaSharpPrebuilt\LemmaSharpPrebuiltFull.csproj">
<Project>{d926b493-78b6-4fab-a354-53869f664b5b}</Project>
<Name>LemmaSharpPrebuiltFull</Name>
</ProjectReference>
<ProjectReference Include="..\..\Vendors\LemmaGen\LemmaGen_v3.0_PrebuiltFull\LemmaSharp\LemmaSharp.csproj">
<Project>{a39293c1-92d8-47b9-93a4-41f443b4f9e4}</Project>
<Name>LemmaSharp</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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Powered by TurnKey Linux.