-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathTraditionalBridge.TestClient.synproj
129 lines (129 loc) · 6.19 KB
/
TraditionalBridge.TestClient.synproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="restore;Build">
<Import Project="$(SolutionDir)Common.props" />
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<DefaultLanguageSourceExtension>.dbl</DefaultLanguageSourceExtension>
<EnableDefaultItems>false</EnableDefaultItems>
<Name>TraditionalBridge.TestClient</Name>
<ProjectGuid>{32370b0d-1522-4c95-a265-155e92c64705}</ProjectGuid>
<OutputType>Exe</OutputType>
<Prefer32Bit>False</Prefer32Bit>
<EnableCommonProperties>True</EnableCommonProperties>
<CommonPropertiesFileLocation>$(SolutionDir)Common.props</CommonPropertiesFileLocation>
<IncludeDebugInformation>False</IncludeDebugInformation>
<ProvidesMainMethod>true</ProvidesMainMethod>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<OutputPath>bin\x64\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
<OutputPath>bin\x64\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="Client\BinaryTransferService.dbl" />
<Compile Include="Client\BinaryTransferServiceModels.dbl" />
<Compile Include="Client\CollectParamService.dbl" />
<Compile Include="Client\CollectParamServiceModels.dbl" />
<Compile Include="Client\data64kService.dbl" />
<Compile Include="Client\data64kServiceModels.dbl" />
<Compile Include="Client\LrgPktsService.dbl" />
<Compile Include="Client\NoParmsService.dbl" />
<Compile Include="Client\NoParmsServiceModels.dbl" />
<Compile Include="Client\Pool1Service.dbl" />
<Compile Include="Client\Pool1ServiceModels.dbl" />
<Compile Include="Client\Pool2Service.dbl" />
<Compile Include="Client\Pool2ServiceModels.dbl" />
<Compile Include="Client\Pool3Service.dbl" />
<Compile Include="Client\Pool3ServiceModels.dbl" />
<Compile Include="Client\Pool4Service.dbl" />
<Compile Include="Client\Pool4ServiceModels.dbl" />
<Compile Include="Client\Pool5Service.dbl" />
<Compile Include="Client\Pool5ServiceModels.dbl" />
<Compile Include="Client\Pool6Service.dbl" />
<Compile Include="Client\Pool6ServiceModels.dbl" />
<Compile Include="Client\smcService.dbl" />
<Compile Include="Client\smcServiceModels.dbl" />
<Compile Include="Client\strtestsService.dbl" />
<Compile Include="Client\syntstService.dbl" />
<Compile Include="Client\syntstServiceModels.dbl" />
<Compile Include="Client\V93IFService.dbl" />
<Compile Include="Client\V93IFServiceModels.dbl" />
<Compile Include="DateTimeTests.dbl" />
<Compile Include="Client\AutoTimeService.dbl" />
<Compile Include="Client\AutoTimeServiceModels.dbl" />
<Compile Include="Client\EncryptService.dbl" />
<Compile Include="Client\EncryptServiceModels.dbl" />
<Compile Include="Client\IF913Service.dbl" />
<Compile Include="Client\IF913ServiceModels.dbl" />
<Compile Include="Client\LrgPktsServiceModels.dbl" />
<Compile Include="Client\strtestsServiceModels.dbl" />
<Compile Include="Client\TestDateService.dbl" />
<Compile Include="Client\TestDateServiceModels.dbl" />
<Compile Include="Client\UserDataService.dbl" />
<Compile Include="Client\UserDataServiceModels.dbl" />
<Compile Include="Client\WCFieldsService.dbl" />
<Compile Include="Client\WCFieldsServiceModels.dbl" />
<Compile Include="Client\ZDateTimeService.dbl" />
<Compile Include="Client\ZDateTimeServiceModels.dbl" />
<Compile Include="ExternalCallContext.dbl" />
<Compile Include="InteropTests.dbl" />
<Compile Include="Main.dbl" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Synergex.SynergyDE.Build" Version="11.1.1070.3107" />
<PackageReference Include="Synergex.SynergyDE.synrnt" Version="11.1.1070" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel">
<Version>4.1.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client">
<Version>3.1.26</Version>
</PackageReference>
<PackageReference Include="newtonsoft.json" Version="12.0.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.26" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.26" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.26" />
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.4.1" />
<PackageReference Include="Nito.AsyncEx" Version="5.0.0" />
<PackageReference Include="System.Linq.Dynamic.Core">
<Version>1.1.8</Version>
</PackageReference>
<PackageReference Include="system.text.encoding.codepages" Version="4.7.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Harmony.AspNetCore\Harmony.AspNetCore.synproj">
<Name>Harmony.AspNetCore</Name>
<Project>{03296a21-e11b-4dfa-85d4-a39e7bc6a737}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\HarmonyCore\HarmonyCore.synproj">
<Name>HarmonyCore</Name>
<Project>{250c70bc-fb74-4f9e-b281-4c11126983b2}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\TraditionalBridge.Models\TraditionalBridge.Models.synproj">
<Name>TraditionalBridge.Models</Name>
<Project>{4ed2577e-4eae-403d-bece-ead1c9b9fe87}</Project>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Client" />
<Folder Include="Properties" />
</ItemGroup>
<ItemGroup>
<Content Include="Properties\launchSettings.json">
<SubType>Content</SubType>
</Content>
</ItemGroup>
</Project>