1+ <Project Sdk="Microsoft.NET.Sdk" DefaultTargets="restore;Build">
2+ <Import Project="$(SolutionDir)Common.props" />
3+ <PropertyGroup>
4+ <TargetFramework>netstandard2.0</TargetFramework>
5+ <DefaultLanguageSourceExtension>.dbl</DefaultLanguageSourceExtension>
6+ <EnableDefaultItems>false</EnableDefaultItems>
7+ <ProjectGuid>{d62894b0-e298-40f2-a110-04b008e0febb}</ProjectGuid>
8+ <Name>NetReplicationLibrary</Name>
9+ <EnableCommonProperties>True</EnableCommonProperties>
10+ <CommonPropertiesFileLocation>$(SolutionDir)Common.props</CommonPropertiesFileLocation>
11+ </PropertyGroup>
12+ <ItemGroup>
13+ <PackageReference Include="Synergex.SynergyDE.Build" Version="23.*" />
14+ <PackageReference Include="Synergex.SynergyDE.synrnt" Version="12.*" />
15+ <PackageReference Include="System.Text.Json">
16+ <Version>6.0.8</Version>
17+ </PackageReference>
18+ </ItemGroup>
19+ <ItemGroup>
20+ <Compile Include="..\..\SRC\LIBRARY\CommandLineParser.dbl" />
21+ <Compile Include="..\..\SRC\LIBRARY\ConfigureReplication.dbl" />
22+ <Compile Include="..\..\SRC\LIBRARY\DatabaseCommunicationException.dbl" />
23+ <Compile Include="..\..\SRC\LIBRARY\DataConversionTools.dbl" />
24+ <Compile Include="..\..\SRC\LIBRARY\DepartmentSqlIO.dbl" />
25+ <Compile Include="..\..\SRC\LIBRARY\EmployeeSqlIO.dbl" />
26+ <Compile Include="..\..\SRC\LIBRARY\File.dbl" />
27+ <Compile Include="..\..\SRC\LIBRARY\FileChunkReader.dbl" />
28+ <Compile Include="..\..\SRC\LIBRARY\FileServiceClient.dbl" />
29+ <Compile Include="..\..\SRC\LIBRARY\GenerateDepartmentData.dbl" />
30+ <Compile Include="..\..\SRC\LIBRARY\GenerateEmployeeData.dbl" />
31+ <Compile Include="..\..\SRC\LIBRARY\GetDateTimeString.dbl" />
32+ <Compile Include="..\..\SRC\LIBRARY\GetInstanceNames.dbl" />
33+ <Compile Include="..\..\SRC\LIBRARY\GetReplicatedTables.dbl" />
34+ <Compile Include="..\..\SRC\LIBRARY\IndexExists.dbl" />
35+ <Compile Include="..\..\SRC\LIBRARY\InstanceInfo.dbl" />
36+ <Compile Include="..\..\SRC\LIBRARY\IOHooksISAM.dbl" />
37+ <Compile Include="..\..\SRC\LIBRARY\IOHooksRELATIVE.dbl" />
38+ <Compile Include="..\..\SRC\LIBRARY\IsDate.dbl" />
39+ <Compile Include="..\..\SRC\LIBRARY\IsDecimal.dbl" />
40+ <Compile Include="..\..\SRC\LIBRARY\IsEmailAddress.dbl" />
41+ <Compile Include="..\..\SRC\LIBRARY\IsTime.dbl" />
42+ <Compile Include="..\..\SRC\LIBRARY\Json.dbl" />
43+ <Compile Include="..\..\SRC\LIBRARY\LastRecordCache.dbl" />
44+ <Compile Include="..\..\SRC\LIBRARY\MakeDateForCsv.dbl" />
45+ <Compile Include="..\..\SRC\LIBRARY\MakeDecimalForCsv.dbl" />
46+ <Compile Include="..\..\SRC\LIBRARY\MakeTimeForCsv.dbl" />
47+ <Compile Include="..\..\SRC\LIBRARY\OpenOrCreateQueueFile.dbl" />
48+ <Compile Include="..\..\SRC\LIBRARY\PopulateReplicationKey.dbl" />
49+ <Compile Include="..\..\SRC\LIBRARY\Replicate.dbl" />
50+ <Compile Include="..\..\SRC\LIBRARY\SmtpMail.dbl" />
51+ <Compile Include="..\..\SRC\LIBRARY\StringDictionary.dbl" />
52+ <Compile Include="..\..\SRC\LIBRARY\StringTools.dbl" />
53+ <Compile Include="..\..\SRC\LIBRARY\ThrowOnCommunicationError.dbl" />
54+ </ItemGroup>
55+ <ItemGroup>
56+ <Content Include="..\..\SRC\LIBRARY\SmtpMail.def">
57+ <SubType>Content</SubType>
58+ </Content>
59+ <Content Include="..\..\SRC\LIBRARY\sqlgbl.def">
60+ <SubType>Content</SubType>
61+ </Content>
62+ </ItemGroup>
63+ </Project>
0 commit comments