Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 714f624

Browse files
ProjectOxfordProject Oxford SDK
authored andcommitted
Fix file status
1 parent 1038659 commit 714f624

File tree

2 files changed

+106
-106
lines changed

2 files changed

+106
-106
lines changed
Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
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>
Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.24720.0
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Linguistics.Sample", "Linguistics.Sample.csproj", "{9BE553C3-E1B7-4C0A-B868-02E4252FA48C}"
7-
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinguisticsClient", "..\ClientLibrary\LinguisticsClient.csproj", "{8388E984-34E1-443D-9F04-D588DC4BBB22}"
9-
EndProject
10-
Global
11-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12-
Debug|Any CPU = Debug|Any CPU
13-
Release|Any CPU = Release|Any CPU
14-
EndGlobalSection
15-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{9BE553C3-E1B7-4C0A-B868-02E4252FA48C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17-
{9BE553C3-E1B7-4C0A-B868-02E4252FA48C}.Debug|Any CPU.Build.0 = Debug|Any CPU
18-
{9BE553C3-E1B7-4C0A-B868-02E4252FA48C}.Release|Any CPU.ActiveCfg = Release|Any CPU
19-
{9BE553C3-E1B7-4C0A-B868-02E4252FA48C}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{8388E984-34E1-443D-9F04-D588DC4BBB22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{8388E984-34E1-443D-9F04-D588DC4BBB22}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{8388E984-34E1-443D-9F04-D588DC4BBB22}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{8388E984-34E1-443D-9F04-D588DC4BBB22}.Release|Any CPU.Build.0 = Release|Any CPU
24-
EndGlobalSection
25-
GlobalSection(SolutionProperties) = preSolution
26-
HideSolutionNode = FALSE
27-
EndGlobalSection
28-
GlobalSection(TeamFoundationVersionControl) = preSolution
29-
SccNumberOfProjects = 3
30-
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
31-
SccTeamFoundationServer = http://vstfsng01:8080/tfs/cig
32-
SccProjectUniqueName0 = ..\\ClientLibrary\\LinguisticsClient.csproj
33-
SccProjectName0 = ../ClientLibrary
34-
SccLocalPath0 = ..\\ClientLibrary
35-
SccLocalPath1 = .
36-
SccProjectUniqueName2 = Linguistics.Sample.csproj
37-
SccLocalPath2 = .
38-
EndGlobalSection
39-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.24720.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Linguistics.Sample", "Linguistics.Sample.csproj", "{9BE553C3-E1B7-4C0A-B868-02E4252FA48C}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinguisticsClient", "..\ClientLibrary\LinguisticsClient.csproj", "{8388E984-34E1-443D-9F04-D588DC4BBB22}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{9BE553C3-E1B7-4C0A-B868-02E4252FA48C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{9BE553C3-E1B7-4C0A-B868-02E4252FA48C}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{9BE553C3-E1B7-4C0A-B868-02E4252FA48C}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{9BE553C3-E1B7-4C0A-B868-02E4252FA48C}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{8388E984-34E1-443D-9F04-D588DC4BBB22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{8388E984-34E1-443D-9F04-D588DC4BBB22}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{8388E984-34E1-443D-9F04-D588DC4BBB22}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{8388E984-34E1-443D-9F04-D588DC4BBB22}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(TeamFoundationVersionControl) = preSolution
29+
SccNumberOfProjects = 3
30+
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
31+
SccTeamFoundationServer = http://vstfsng01:8080/tfs/cig
32+
SccProjectUniqueName0 = ..\\ClientLibrary\\LinguisticsClient.csproj
33+
SccProjectName0 = ../ClientLibrary
34+
SccLocalPath0 = ..\\ClientLibrary
35+
SccLocalPath1 = .
36+
SccProjectUniqueName2 = Linguistics.Sample.csproj
37+
SccLocalPath2 = .
38+
EndGlobalSection
39+
EndGlobal

0 commit comments

Comments
 (0)