Skip to content

Commit 7e79f08

Browse files
authored
Merge pull request #1 from isaev-bolsen/master
Sort output
2 parents 7d89ade + d26e0ab commit 7e79f08

9 files changed

Lines changed: 451 additions & 162 deletions

File tree

Lines changed: 130 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -1,136 +1,137 @@
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-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{1764DC61-2A80-421D-A33E-D57586CC53E8}</ProjectGuid>
8-
<OutputType>Exe</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>PX.Api.ContractBased.Maintenance.Cli</RootNamespace>
11-
<AssemblyName>cb-cli</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15-
</PropertyGroup>
16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<PlatformTarget>AnyCPU</PlatformTarget>
18-
<DebugSymbols>true</DebugSymbols>
19-
<DebugType>full</DebugType>
20-
<Optimize>false</Optimize>
21-
<OutputPath>bin\Debug\</OutputPath>
22-
<DefineConstants>DEBUG;TRACE</DefineConstants>
23-
<ErrorReport>prompt</ErrorReport>
24-
<WarningLevel>4</WarningLevel>
25-
</PropertyGroup>
26-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27-
<PlatformTarget>AnyCPU</PlatformTarget>
28-
<DebugType>pdbonly</DebugType>
29-
<Optimize>true</Optimize>
30-
<OutputPath>bin\Release\</OutputPath>
31-
<DefineConstants>TRACE</DefineConstants>
32-
<ErrorReport>prompt</ErrorReport>
33-
<WarningLevel>4</WarningLevel>
34-
</PropertyGroup>
35-
<ItemGroup>
36-
<Reference Include="CommandLine, Version=2.0.275.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
37-
<HintPath>packages\CommandLineParser.2.0.275-beta\lib\net45\CommandLine.dll</HintPath>
38-
<Private>True</Private>
39-
</Reference>
40-
<Reference Include="System" />
41-
<Reference Include="System.Core" />
42-
<Reference Include="System.Runtime.Serialization" />
43-
<Reference Include="System.ServiceModel" />
44-
<Reference Include="System.Xml.Linq" />
45-
<Reference Include="System.Data.DataSetExtensions" />
46-
<Reference Include="Microsoft.CSharp" />
47-
<Reference Include="System.Data" />
48-
<Reference Include="System.Net.Http" />
49-
<Reference Include="System.Xml" />
50-
</ItemGroup>
51-
<ItemGroup>
52-
<Compile Include="Verbs\GetSchema.cs" />
53-
<Compile Include="Program.cs" />
54-
<Compile Include="Properties\AssemblyInfo.cs" />
55-
<Compile Include="Verbs\PutSchema.cs" />
56-
<Compile Include="Service References\Maintenance530\Reference.cs">
57-
<AutoGen>True</AutoGen>
58-
<DesignTime>True</DesignTime>
59-
<DependentUpon>Reference.svcmap</DependentUpon>
60-
</Compile>
61-
<Compile Include="Service References\Maintenance531\Reference.cs">
62-
<AutoGen>True</AutoGen>
63-
<DesignTime>True</DesignTime>
64-
<DependentUpon>Reference.svcmap</DependentUpon>
65-
</Compile>
66-
</ItemGroup>
67-
<ItemGroup>
68-
<None Include="App.config" />
69-
<None Include="packages.config" />
70-
<None Include="Service References\Maintenance530\5.wsdl" />
71-
<None Include="Service References\Maintenance530\PX.Api.ContractBased.Maintenance.Cli.Maintenance530.GetSchemaResponse.datasource">
72-
<DependentUpon>Reference.svcmap</DependentUpon>
73-
</None>
74-
<None Include="Service References\Maintenance530\PX.Api.ContractBased.Maintenance.Cli.Maintenance530.LoginResponse.datasource">
75-
<DependentUpon>Reference.svcmap</DependentUpon>
76-
</None>
77-
<None Include="Service References\Maintenance530\PX.Api.ContractBased.Maintenance.Cli.Maintenance530.PutSchemaResponse.datasource">
78-
<DependentUpon>Reference.svcmap</DependentUpon>
79-
</None>
80-
<None Include="Service References\Maintenance531\5.wsdl" />
81-
<None Include="Service References\Maintenance531\PX.Api.ContractBased.Maintenance.Cli.Maintenance531.GetSchemaResponse.datasource">
82-
<DependentUpon>Reference.svcmap</DependentUpon>
83-
</None>
84-
<None Include="Service References\Maintenance531\PX.Api.ContractBased.Maintenance.Cli.Maintenance531.LoginResponse.datasource">
85-
<DependentUpon>Reference.svcmap</DependentUpon>
86-
</None>
87-
<None Include="Service References\Maintenance531\PX.Api.ContractBased.Maintenance.Cli.Maintenance531.PutSchemaResponse.datasource">
88-
<DependentUpon>Reference.svcmap</DependentUpon>
89-
</None>
90-
</ItemGroup>
91-
<ItemGroup>
92-
<WCFMetadata Include="Service References\" />
93-
</ItemGroup>
94-
<ItemGroup>
95-
<WCFMetadataStorage Include="Service References\Maintenance530\" />
96-
<WCFMetadataStorage Include="Service References\Maintenance531\" />
97-
</ItemGroup>
98-
<ItemGroup>
99-
<None Include="Service References\Maintenance530\5.disco" />
100-
</ItemGroup>
101-
<ItemGroup>
102-
<None Include="Service References\Maintenance530\configuration91.svcinfo" />
103-
</ItemGroup>
104-
<ItemGroup>
105-
<None Include="Service References\Maintenance530\configuration.svcinfo" />
106-
</ItemGroup>
107-
<ItemGroup>
108-
<None Include="Service References\Maintenance530\Reference.svcmap">
109-
<Generator>WCF Proxy Generator</Generator>
110-
<LastGenOutput>Reference.cs</LastGenOutput>
111-
</None>
112-
</ItemGroup>
113-
<ItemGroup>
114-
<None Include="Service References\Maintenance531\5.disco" />
115-
</ItemGroup>
116-
<ItemGroup>
117-
<None Include="Service References\Maintenance531\configuration91.svcinfo" />
118-
</ItemGroup>
119-
<ItemGroup>
120-
<None Include="Service References\Maintenance531\configuration.svcinfo" />
121-
</ItemGroup>
122-
<ItemGroup>
123-
<None Include="Service References\Maintenance531\Reference.svcmap">
124-
<Generator>WCF Proxy Generator</Generator>
125-
<LastGenOutput>Reference.cs</LastGenOutput>
126-
</None>
127-
</ItemGroup>
128-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
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+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{1764DC61-2A80-421D-A33E-D57586CC53E8}</ProjectGuid>
8+
<OutputType>Exe</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>PX.Api.ContractBased.Maintenance.Cli</RootNamespace>
11+
<AssemblyName>cb-cli</AssemblyName>
12+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15+
</PropertyGroup>
16+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17+
<PlatformTarget>AnyCPU</PlatformTarget>
18+
<DebugSymbols>true</DebugSymbols>
19+
<DebugType>full</DebugType>
20+
<Optimize>false</Optimize>
21+
<OutputPath>bin\Debug\</OutputPath>
22+
<DefineConstants>DEBUG;TRACE</DefineConstants>
23+
<ErrorReport>prompt</ErrorReport>
24+
<WarningLevel>4</WarningLevel>
25+
</PropertyGroup>
26+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27+
<PlatformTarget>AnyCPU</PlatformTarget>
28+
<DebugType>pdbonly</DebugType>
29+
<Optimize>true</Optimize>
30+
<OutputPath>bin\Release\</OutputPath>
31+
<DefineConstants>TRACE</DefineConstants>
32+
<ErrorReport>prompt</ErrorReport>
33+
<WarningLevel>4</WarningLevel>
34+
</PropertyGroup>
35+
<ItemGroup>
36+
<Reference Include="CommandLine, Version=2.0.275.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
37+
<HintPath>packages\CommandLineParser.2.0.275-beta\lib\net45\CommandLine.dll</HintPath>
38+
<Private>True</Private>
39+
</Reference>
40+
<Reference Include="System" />
41+
<Reference Include="System.Core" />
42+
<Reference Include="System.Runtime.Serialization" />
43+
<Reference Include="System.ServiceModel" />
44+
<Reference Include="System.Xml.Linq" />
45+
<Reference Include="System.Data.DataSetExtensions" />
46+
<Reference Include="Microsoft.CSharp" />
47+
<Reference Include="System.Data" />
48+
<Reference Include="System.Net.Http" />
49+
<Reference Include="System.Xml" />
50+
</ItemGroup>
51+
<ItemGroup>
52+
<Compile Include="Utils\Sorter.cs" />
53+
<Compile Include="Verbs\GetSchema.cs" />
54+
<Compile Include="Program.cs" />
55+
<Compile Include="Properties\AssemblyInfo.cs" />
56+
<Compile Include="Verbs\PutSchema.cs" />
57+
<Compile Include="Service References\Maintenance530\Reference.cs">
58+
<AutoGen>True</AutoGen>
59+
<DesignTime>True</DesignTime>
60+
<DependentUpon>Reference.svcmap</DependentUpon>
61+
</Compile>
62+
<Compile Include="Service References\Maintenance531\Reference.cs">
63+
<AutoGen>True</AutoGen>
64+
<DesignTime>True</DesignTime>
65+
<DependentUpon>Reference.svcmap</DependentUpon>
66+
</Compile>
67+
</ItemGroup>
68+
<ItemGroup>
69+
<None Include="App.config" />
70+
<None Include="packages.config" />
71+
<None Include="Service References\Maintenance530\5.wsdl" />
72+
<None Include="Service References\Maintenance530\PX.Api.ContractBased.Maintenance.Cli.Maintenance530.GetSchemaResponse.datasource">
73+
<DependentUpon>Reference.svcmap</DependentUpon>
74+
</None>
75+
<None Include="Service References\Maintenance530\PX.Api.ContractBased.Maintenance.Cli.Maintenance530.LoginResponse.datasource">
76+
<DependentUpon>Reference.svcmap</DependentUpon>
77+
</None>
78+
<None Include="Service References\Maintenance530\PX.Api.ContractBased.Maintenance.Cli.Maintenance530.PutSchemaResponse.datasource">
79+
<DependentUpon>Reference.svcmap</DependentUpon>
80+
</None>
81+
<None Include="Service References\Maintenance531\5.wsdl" />
82+
<None Include="Service References\Maintenance531\PX.Api.ContractBased.Maintenance.Cli.Maintenance531.GetSchemaResponse.datasource">
83+
<DependentUpon>Reference.svcmap</DependentUpon>
84+
</None>
85+
<None Include="Service References\Maintenance531\PX.Api.ContractBased.Maintenance.Cli.Maintenance531.LoginResponse.datasource">
86+
<DependentUpon>Reference.svcmap</DependentUpon>
87+
</None>
88+
<None Include="Service References\Maintenance531\PX.Api.ContractBased.Maintenance.Cli.Maintenance531.PutSchemaResponse.datasource">
89+
<DependentUpon>Reference.svcmap</DependentUpon>
90+
</None>
91+
</ItemGroup>
92+
<ItemGroup>
93+
<WCFMetadata Include="Service References\" />
94+
</ItemGroup>
95+
<ItemGroup>
96+
<WCFMetadataStorage Include="Service References\Maintenance530\" />
97+
<WCFMetadataStorage Include="Service References\Maintenance531\" />
98+
</ItemGroup>
99+
<ItemGroup>
100+
<None Include="Service References\Maintenance530\5.disco" />
101+
</ItemGroup>
102+
<ItemGroup>
103+
<None Include="Service References\Maintenance530\configuration91.svcinfo" />
104+
</ItemGroup>
105+
<ItemGroup>
106+
<None Include="Service References\Maintenance530\configuration.svcinfo" />
107+
</ItemGroup>
108+
<ItemGroup>
109+
<None Include="Service References\Maintenance530\Reference.svcmap">
110+
<Generator>WCF Proxy Generator</Generator>
111+
<LastGenOutput>Reference.cs</LastGenOutput>
112+
</None>
113+
</ItemGroup>
114+
<ItemGroup>
115+
<None Include="Service References\Maintenance531\5.disco" />
116+
</ItemGroup>
117+
<ItemGroup>
118+
<None Include="Service References\Maintenance531\configuration91.svcinfo" />
119+
</ItemGroup>
120+
<ItemGroup>
121+
<None Include="Service References\Maintenance531\configuration.svcinfo" />
122+
</ItemGroup>
123+
<ItemGroup>
124+
<None Include="Service References\Maintenance531\Reference.svcmap">
125+
<Generator>WCF Proxy Generator</Generator>
126+
<LastGenOutput>Reference.cs</LastGenOutput>
127+
</None>
128+
</ItemGroup>
129+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129130
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130131
Other similar extension points exist, see Microsoft.Common.targets.
131132
<Target Name="BeforeBuild">
132133
</Target>
133134
<Target Name="AfterBuild">
134135
</Target>
135-
-->
136+
-->
136137
</Project>
Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25123.0
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PX.Api.ContractBased.Maintenance.Cli", "PX.Api.ContractBased.Maintenance.Cli.csproj", "{1764DC61-2A80-421D-A33E-D57586CC53E8}"
7-
EndProject
8-
Global
9-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Any CPU = Debug|Any CPU
11-
Release|Any CPU = Release|Any CPU
12-
EndGlobalSection
13-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{1764DC61-2A80-421D-A33E-D57586CC53E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{1764DC61-2A80-421D-A33E-D57586CC53E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{1764DC61-2A80-421D-A33E-D57586CC53E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{1764DC61-2A80-421D-A33E-D57586CC53E8}.Release|Any CPU.Build.0 = Release|Any CPU
18-
EndGlobalSection
19-
GlobalSection(SolutionProperties) = preSolution
20-
HideSolutionNode = FALSE
21-
EndGlobalSection
22-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PX.Api.ContractBased.Maintenance.Cli", "PX.Api.ContractBased.Maintenance.Cli.csproj", "{1764DC61-2A80-421D-A33E-D57586CC53E8}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SorterTest", "SorterTest\SorterTest.csproj", "{3F5D822C-F45D-4D72-8F3A-A008AF15AEB3}"
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+
{1764DC61-2A80-421D-A33E-D57586CC53E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{1764DC61-2A80-421D-A33E-D57586CC53E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{1764DC61-2A80-421D-A33E-D57586CC53E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{1764DC61-2A80-421D-A33E-D57586CC53E8}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{3F5D822C-F45D-4D72-8F3A-A008AF15AEB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{3F5D822C-F45D-4D72-8F3A-A008AF15AEB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{3F5D822C-F45D-4D72-8F3A-A008AF15AEB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{3F5D822C-F45D-4D72-8F3A-A008AF15AEB3}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
EndGlobal

Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]
37+
[assembly: InternalsVisibleTo("SorterTest")]
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// Управление общими сведениями о сборке осуществляется посредством следующего
6+
// набора атрибутов. Измените значения этих атрибутов, чтобы изменить сведения,
7+
// связанные со сборкой.
8+
[assembly: AssemblyTitle("SorterTest")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyProduct("SorterTest")]
13+
[assembly: AssemblyCopyright("Copyright © 2017")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Задание значения false для атрибута ComVisible приведет к тому, что типы из этой сборки станут невидимыми
18+
// для COM-компонентов. Если к одному из типов этой сборки необходимо обращаться из
19+
// модели COM, задайте для атрибута ComVisible этого типа значение true.
20+
[assembly: ComVisible(false)]
21+
22+
// Если данный проект доступен для модели COM, следующий GUID используется в качестве идентификатора библиотеки типов
23+
[assembly: Guid("3f5d822c-f45d-4d72-8f3a-a008af15aeb3")]
24+
25+
// Сведения о версии сборки состоят из следующих четырех значений:
26+
//
27+
// Основной номер версии
28+
// Дополнительный номер версии
29+
// Номер сборки
30+
// Редакция
31+
//
32+
// Можно задать все значения или принять номера сборки и редакции по умолчанию
33+
// используя "*", как показано ниже:
34+
// [сборка: AssemblyVersion("1.0.*")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)