|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | | - <PropertyGroup> |
5 | | - <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> |
6 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | | - <ProjectGuid>{8388E984-34E1-443D-9F04-D588DC4BBB22}</ProjectGuid> |
9 | | - <OutputType>Library</OutputType> |
10 | | - <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | | - <RootNamespace>Microsoft.ProjectOxford.Linguistics</RootNamespace> |
12 | | - <AssemblyName>Microsoft.ProjectOxford.Linguistics</AssemblyName> |
13 | | - <DefaultLanguage>en-US</DefaultLanguage> |
14 | | - <FileAlignment>512</FileAlignment> |
15 | | - <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
16 | | - <TargetFrameworkProfile>Profile7</TargetFrameworkProfile> |
17 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
18 | | - <SccProjectName>SAK</SccProjectName> |
19 | | - <SccLocalPath>SAK</SccLocalPath> |
20 | | - <SccAuxPath>SAK</SccAuxPath> |
21 | | - <SccProvider>SAK</SccProvider> |
22 | | - </PropertyGroup> |
23 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
24 | | - <DebugSymbols>true</DebugSymbols> |
25 | | - <DebugType>full</DebugType> |
26 | | - <Optimize>false</Optimize> |
27 | | - <OutputPath>bin\Debug\</OutputPath> |
28 | | - <DefineConstants>DEBUG;TRACE</DefineConstants> |
29 | | - <ErrorReport>prompt</ErrorReport> |
30 | | - <WarningLevel>4</WarningLevel> |
31 | | - </PropertyGroup> |
32 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
33 | | - <DebugType>pdbonly</DebugType> |
34 | | - <Optimize>true</Optimize> |
35 | | - <OutputPath>bin\Release\</OutputPath> |
36 | | - <DefineConstants>TRACE</DefineConstants> |
37 | | - <ErrorReport>prompt</ErrorReport> |
38 | | - <WarningLevel>4</WarningLevel> |
39 | | - </PropertyGroup> |
40 | | - <ItemGroup> |
41 | | - <Compile Include="ClientError.cs" /> |
42 | | - <Compile Include="ClientException.cs" /> |
43 | | - <Compile Include="Contract\Analyzer.cs" /> |
44 | | - <Compile Include="Contract\AnalyzeTextRequest.cs" /> |
45 | | - <Compile Include="Contract\AnalyzeTextResult.cs" /> |
46 | | - <Compile Include="ILinguisticsClient.cs" /> |
47 | | - <Compile Include="LinguisticsClient.cs" /> |
48 | | - <Compile Include="Properties\AssemblyInfo.cs" /> |
49 | | - </ItemGroup> |
50 | | - <ItemGroup> |
51 | | - <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
52 | | - <HintPath>..\Sample\packages\Newtonsoft.Json.8.0.2\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath> |
53 | | - <Private>True</Private> |
54 | | - </Reference> |
55 | | - </ItemGroup> |
56 | | - <ItemGroup> |
57 | | - <None Include="packages.config" /> |
58 | | - </ItemGroup> |
59 | | - <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
60 | | - <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
61 | | - Other similar extension points exist, see Microsoft.Common.targets. |
62 | | - <Target Name="BeforeBuild"> |
63 | | - </Target> |
64 | | - <Target Name="AfterBuild"> |
65 | | - </Target> |
66 | | - --> |
67 | | -</Project> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| 4 | + <PropertyGroup> |
| 5 | + <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> |
| 6 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 7 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 8 | + <ProjectGuid>{8388E984-34E1-443D-9F04-D588DC4BBB22}</ProjectGuid> |
| 9 | + <OutputType>Library</OutputType> |
| 10 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 11 | + <RootNamespace>Microsoft.ProjectOxford.Linguistics</RootNamespace> |
| 12 | + <AssemblyName>Microsoft.ProjectOxford.Linguistics</AssemblyName> |
| 13 | + <DefaultLanguage>en-US</DefaultLanguage> |
| 14 | + <FileAlignment>512</FileAlignment> |
| 15 | + <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 16 | + <TargetFrameworkProfile>Profile7</TargetFrameworkProfile> |
| 17 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 18 | + <SccProjectName>SAK</SccProjectName> |
| 19 | + <SccLocalPath>SAK</SccLocalPath> |
| 20 | + <SccAuxPath>SAK</SccAuxPath> |
| 21 | + <SccProvider>SAK</SccProvider> |
| 22 | + </PropertyGroup> |
| 23 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 24 | + <DebugSymbols>true</DebugSymbols> |
| 25 | + <DebugType>full</DebugType> |
| 26 | + <Optimize>false</Optimize> |
| 27 | + <OutputPath>bin\Debug\</OutputPath> |
| 28 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 29 | + <ErrorReport>prompt</ErrorReport> |
| 30 | + <WarningLevel>4</WarningLevel> |
| 31 | + </PropertyGroup> |
| 32 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 33 | + <DebugType>pdbonly</DebugType> |
| 34 | + <Optimize>true</Optimize> |
| 35 | + <OutputPath>bin\Release\</OutputPath> |
| 36 | + <DefineConstants>TRACE</DefineConstants> |
| 37 | + <ErrorReport>prompt</ErrorReport> |
| 38 | + <WarningLevel>4</WarningLevel> |
| 39 | + </PropertyGroup> |
| 40 | + <ItemGroup> |
| 41 | + <Compile Include="ClientError.cs" /> |
| 42 | + <Compile Include="ClientException.cs" /> |
| 43 | + <Compile Include="Contract\Analyzer.cs" /> |
| 44 | + <Compile Include="Contract\AnalyzeTextRequest.cs" /> |
| 45 | + <Compile Include="Contract\AnalyzeTextResult.cs" /> |
| 46 | + <Compile Include="ILinguisticsClient.cs" /> |
| 47 | + <Compile Include="LinguisticsClient.cs" /> |
| 48 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
| 49 | + </ItemGroup> |
| 50 | + <ItemGroup> |
| 51 | + <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\Sample\packages\Newtonsoft.Json.8.0.2\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath> |
| 53 | + <Private>True</Private> |
| 54 | + </Reference> |
| 55 | + </ItemGroup> |
| 56 | + <ItemGroup> |
| 57 | + <None Include="packages.config" /> |
| 58 | + </ItemGroup> |
| 59 | + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
| 60 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 61 | + Other similar extension points exist, see Microsoft.Common.targets. |
| 62 | + <Target Name="BeforeBuild"> |
| 63 | + </Target> |
| 64 | + <Target Name="AfterBuild"> |
| 65 | + </Target> |
| 66 | + --> |
| 67 | +</Project> |
0 commit comments