File tree 3 files changed +33
-4
lines changed
3 files changed +33
-4
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
+ <metadata >
4
+ <id >NetTopologySuite.PCL</id >
5
+ <version >$version$</version >
6
+ <title >NTS - Topology Suite (PCL Version)</title >
7
+ <authors >NetTopologySuite - Team</authors >
8
+ <owners >NetTopologySuite - Team</owners >
9
+ <licenseUrl >http://www.gnu.org/licenses/lgpl.html</licenseUrl >
10
+ <projectUrl >http://code.google.com/p/nettopologysuite</projectUrl >
11
+ <requireLicenseAcceptance >true</requireLicenseAcceptance >
12
+ <description >
13
+ The NTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. NTS conforms to the Simple Features Specification.
14
+ This package contains Wintellect's PowerCollections and references GeoAPI.
15
+ </description >
16
+ <summary >NTS Topology Suite is a direct-port of all the functionalities offered by JTS Topology Suite</summary >
17
+ <tags >NTS Topology OGC SFS</tags >
18
+ <copyright >Copyright 2007-2013</copyright >
19
+ <language >en-US</language >
20
+ <dependencies >
21
+ <dependency id =" GeoAPI.PCL" version =" [1.7.2,1.8)" />
22
+ </dependencies >
23
+ </metadata >
24
+ <files >
25
+ <file src =" Release\PCL\AnyCPU\NetTopologySuite.dll" target =" lib\portable-net403+sl5+win8+wp8\NetTopologySuite.dll" />
26
+ <file src =" Release\PCL\AnyCPU\PowerCollections.dll" target =" lib\portable-net403+sl5+win8+wp8\PowerCollections.dll" />
27
+ </files >
28
+ </package >
Original file line number Diff line number Diff line change 14
14
[ assembly: AssemblyVersion ( "1.13.3" ) ]
15
15
[ assembly: AssemblyFileVersion ( "1.13.3" ) ]
16
16
17
- // Generated by the MSBuild WriteCodeFragment class on 23/04/2014 15:15:37 .
17
+ // Generated by the MSBuild WriteCodeFragment class on 23/04/2014 16:49:10 .
18
18
Original file line number Diff line number Diff line change 76
76
ContinueOnError =" true"
77
77
/>
78
78
</Target >
79
- <Target Name =" BuildReleasePCL" DependsOnTargets =" BuildRelease " >
79
+ <Target Name =" BuildReleasePCL" DependsOnTargets =" CleanRelease;SetVersion " >
80
80
<MSBuild Projects =" $(SolutionFile)"
81
81
Targets =" PCL\PowerCollections_PCL;PCL\GeoAPI_PCL;PCL\NetTopologySuite_PCL;PCL\ProjNET_PCL;PCL\GeoAPI_BootStrapper_NetTopologySuite"
82
82
Properties =" Configuration=Release;TargetFrameworkVersion=v4.0;TargetFrameworkProfile=Profile147;DefineConstants=TRACE;PCL;BaseIntermediateOutputPath=$(MSBuildProjectDirectory)\obj\PCL\"
101
101
Properties =" Configuration=Release;TargetFrameworkVersion=v4.0;TargetFrameworkProfile=Client;DefineConstants=TRACE;UseCoordinateBufferPublicly;NET20;NET35;NET40;"
102
102
/>
103
103
</Target >
104
- <Target Name =" UnitTestsPCL" DependsOnTargets =" UnitTests " >
104
+ <Target Name =" UnitTestsPCL" DependsOnTargets =" BuildReleasePCL " >
105
105
<MSBuild Projects =" $(SolutionFile)"
106
106
Targets =" NetTopologySuite_Tests\PCL\NetTopologySuite_Tests_NUnit_PCL;"
107
107
Properties =" Configuration=Release;TargetFrameworkVersion=v4.0;TargetFrameworkProfile=Profile147;DefineConstants=TRACE;PCL;UseCoordinateBufferPublicly;"
118
118
<Exec Command =" $(NuGetCommand) ProjNet\ProjNet.nuspec -Version $(ProjNetVersion) -outputdirectory $(NuGetOutDir)" />
119
119
<!-- Exec Command="$(NuGetCommand) NTS.Converter.DotSpatial.nuspec -Version $(AsmFileVersion) -outputdirectory $(NuGetOutDir)"/-->
120
120
</Target >
121
- <Target Name =" NuGetPackPCL" DependsOnTargets =" NuGetPack " >
121
+ <Target Name =" NuGetPackPCL" DependsOnTargets =" BuildReleasePCL " >
122
122
<Exec Command =" $(NuGetCommand) GeoAPI\GeoAPI.PCL.nuspec -Version $(GeoAPIVersion) -outputdirectory $(NuGetOutDir)" />
123
+ <Exec Command =" $(NuGetCommand) NTS.PCL.nuspec -Version $(AsmFileVersion) -outputdirectory $(NuGetOutDir)" />
123
124
</Target >
124
125
125
126
<!--
You can’t perform that action at this time.
0 commit comments