|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <OutputType>Exe</OutputType> |
5 | | - <TargetFramework>net5.0</TargetFramework> |
6 | | - <RootNamespace>J4JSoftware.GeoProcessor</RootNamespace> |
7 | | - <Nullable>enable</Nullable> |
8 | | - <UserSecretsId>bddc2ef2-9330-48ea-b316-40fc738a4e28</UserSecretsId> |
9 | | - <Configurations>Debug;Release</Configurations> |
10 | | - <Authors>Mark A. Olbert</Authors> |
11 | | - <Company>Jump for Joy Software</Company> |
12 | | - <Product>GeoProcessor application</Product> |
13 | | - <Description>processes GPX, KML and KMX files (optionally converting them) using Microsoft Bing or Google Maps route-snapping algorithms to produce driving routes that can be displayed in mapping programs.</Description> |
14 | | - <PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> |
15 | | - <PackageIcon>Diego nuspec.png</PackageIcon> |
16 | | - <Copyright>2021 Mark A. Olbert</Copyright> |
17 | | - <PackageReleaseNotes>initial public release</PackageReleaseNotes> |
18 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <OutputType>Exe</OutputType> |
| 5 | + <TargetFramework>net5.0</TargetFramework> |
| 6 | + <RootNamespace>J4JSoftware.GeoProcessor</RootNamespace> |
| 7 | + <Nullable>enable</Nullable> |
| 8 | + <UserSecretsId>bddc2ef2-9330-48ea-b316-40fc738a4e28</UserSecretsId> |
| 9 | + <Configurations>Debug;Release</Configurations> |
| 10 | + <Authors>Mark A. Olbert</Authors> |
| 11 | + <Company>Jump for Joy Software</Company> |
| 12 | + <Product>GeoProcessor application</Product> |
| 13 | + <Description>processes GPX, KML and KMX files (optionally converting them) using Microsoft Bing or Google Maps route-snapping algorithms to produce driving routes that can be displayed in mapping programs.</Description> |
| 14 | + <Copyright>2021 Mark A. Olbert</Copyright> |
| 15 | + <PackageDescription>a console application for processing GPX, KML and KMZ files, and snapping GPS tracks to roadways</PackageDescription> |
| 16 | + <RepositoryUrl>https://github.com/markolbert/GeoProcessor</RepositoryUrl> |
| 17 | + <PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> |
| 18 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 19 | + <PackageIcon>Diego nuspec.png</PackageIcon> |
| 20 | + <RepositoryType>git</RepositoryType> |
| 21 | + <Version>1.2.0.0</Version> |
| 22 | + <AssemblyVersion>1.2.0.0</AssemblyVersion> |
| 23 | + <PackageReleaseNotes>conformed to latest J4JCommandLine, DependencyInjection and J4JLogger APIs</PackageReleaseNotes> |
| 24 | + </PropertyGroup> |
19 | 25 |
|
20 | | - <ItemGroup> |
21 | | - <PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="5.0.0" /> |
22 | | - <PackageReference Include="Serilog.Settings.Configuration" Version="3.2.0" /> |
23 | | - <PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" /> |
24 | | - <PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" /> |
25 | | - <PackageReference Include="Serilog.Sinks.File" Version="5.0.0" /> |
26 | | - </ItemGroup> |
27 | | - |
28 | | - <ItemGroup> |
29 | | - <ProjectReference Include="..\AutofacGeoProcessor\AutofacGeoProcessor.csproj" /> |
30 | | - <ProjectReference Include="..\GeoProcessor\GeoProcessor.csproj" /> |
31 | | - </ItemGroup> |
| 26 | + <ItemGroup> |
| 27 | + <PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="5.0.0" /> |
| 28 | + <PackageReference Include="Serilog.Settings.Configuration" Version="3.2.0" /> |
| 29 | + <PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" /> |
| 30 | + <PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" /> |
| 31 | + <PackageReference Include="Serilog.Sinks.File" Version="5.0.0" /> |
| 32 | + </ItemGroup> |
32 | 33 |
|
33 | | - <ItemGroup> |
34 | | - <None Update="appConfig.json"> |
35 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
36 | | - </None> |
37 | | - </ItemGroup> |
| 34 | + <ItemGroup> |
| 35 | + <None Update="appConfig.json"> |
| 36 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 37 | + </None> |
| 38 | + </ItemGroup> |
38 | 39 |
|
39 | 40 | <ItemGroup> |
| 41 | + <ProjectReference Include="..\AutofacGeoProcessor\AutofacGeoProcessor.csproj" /> |
| 42 | + <ProjectReference Include="..\GeoProcessor\GeoProcessor.csproj" /> |
40 | 43 | <ProjectReference Include="..\..\J4JLogging\J4JLogging\J4JLogging.csproj" /> |
41 | 44 | <ProjectReference Include="..\..\ProgrammingUtilities\DependencyInjection\DependencyInjection.csproj" /> |
42 | 45 | <ProjectReference Include="..\..\ProgrammingUtilities\VisualUtilities\VisualUtilities.csproj" /> |
43 | 46 | <ProjectReference Include="..\..\ProgrammingUtilities\ConsoleUtilities\ConsoleUtilities.csproj" /> |
44 | 47 | </ItemGroup> |
45 | 48 |
|
46 | | - <ItemGroup> |
47 | | - <None Include="..\..\Media\JumpForJoy\Diego nuspec.png"> |
48 | | - <Pack>True</Pack> |
49 | | - <PackagePath></PackagePath> |
50 | | - </None> |
51 | | - </ItemGroup> |
| 49 | + <ItemGroup> |
| 50 | + <PackageReference Include="J4JSoftware.GeoProcessor.Autofac" Version="1.2.0" /> |
| 51 | + <PackageReference Include="J4JSoftware.GeoProcessor" Version="1.2.0" /> |
| 52 | + <PackageReference Include="J4JSoftware.Logging" Version="4.0.0" /> |
| 53 | + <PackageReference Include="J4JSoftware.DependencyInjection" Version="2.0.0" /> |
| 54 | + <PackageReference Include="J4JSoftware.VisualUtilities" Version="1.0.0" /> |
| 55 | + <PackageReference Include="J4JSoftware.ConsoleUtilities" Version="1.3.0" /> |
| 56 | + </ItemGroup> |
| 57 | + |
| 58 | + <ItemGroup> |
| 59 | + <None Include="..\..\Media\JumpForJoy\Diego nuspec.png"> |
| 60 | + <Pack>True</Pack> |
| 61 | + <PackagePath></PackagePath> |
| 62 | + </None> |
| 63 | + </ItemGroup> |
52 | 64 |
|
53 | 65 | </Project> |
0 commit comments