1
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 3.5" >
2
+ <PropertyGroup >
3
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
4
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
5
+ <ProductVersion >9.0.21022</ProductVersion >
6
+ <SchemaVersion >2.0</SchemaVersion >
7
+ <ProjectGuid >{FC13A43A-6170-4EF5-9ADA-EB44388DDC9E}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >GeoAPI</RootNamespace >
11
+ <AssemblyName >GeoAPI</AssemblyName >
12
+ <ProjectTypeGuids >{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
13
+ <PlatformFamilyName >WindowsCE</PlatformFamilyName >
14
+ <PlatformID >E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID >
15
+ <OSVersion >5.0</OSVersion >
16
+ <DeployDirSuffix >GeoAPI</DeployDirSuffix >
17
+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
18
+ <NativePlatformName >Windows CE</NativePlatformName >
19
+ <FormFactorID >
20
+ </FormFactorID >
21
+ <SignAssembly >true</SignAssembly >
22
+ <AssemblyOriginatorKeyFile >..\geoapi.snk</AssemblyOriginatorKeyFile >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
25
+ <DebugSymbols >true</DebugSymbols >
26
+ <DebugType >full</DebugType >
27
+ <Optimize >false</Optimize >
28
+ <OutputPath >$(SolutionDir)$(Configuration)\$(TargetFrameworkIdentifier)$(TargetFrameworkVersion)\$(PlatformFamilyName)\</OutputPath >
29
+ <DefineConstants >DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants >
30
+ <NoStdLib >true</NoStdLib >
31
+ <NoConfig >true</NoConfig >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <FileAlignment >512</FileAlignment >
34
+ <WarningLevel >4</WarningLevel >
35
+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
36
+ <DocumentationFile >$(SolutionDir)$(Configuration)\$(TargetFrameworkIdentifier)$(TargetFrameworkVersion)\$(PlatformFamilyName)\GeoAPI.XML</DocumentationFile >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
39
+ <DebugType >pdbonly</DebugType >
40
+ <Optimize >true</Optimize >
41
+ <OutputPath >$(SolutionDir)$(Configuration)\$(TargetFrameworkVersion)\$(PlatformFamilyName)\</OutputPath >
42
+ <DefineConstants >TRACE;$(PlatformFamilyName)</DefineConstants >
43
+ <NoStdLib >true</NoStdLib >
44
+ <NoConfig >true</NoConfig >
45
+ <ErrorReport >prompt</ErrorReport >
46
+ <FileAlignment >512</FileAlignment >
47
+ <WarningLevel >4</WarningLevel >
48
+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
49
+ <DocumentationFile >$(SolutionDir)$(Configuration)\$(TargetFrameworkVersion)\$(PlatformFamilyName)\GeoAPI.XML</DocumentationFile >
50
+ </PropertyGroup >
51
+ <ItemGroup >
52
+ <Reference Include =" mscorlib" />
53
+ <Reference Include =" System" />
54
+ <Reference Include =" System.Core" />
55
+ </ItemGroup >
56
+ <ItemGroup >
57
+ <Compile Include =" Consts.cs" />
58
+ <Compile Include =" CoordinateSystems\AxisInfo.cs" />
59
+ <Compile Include =" CoordinateSystems\AxisOrientationEnum.cs" />
60
+ <Compile Include =" CoordinateSystems\DatumType.cs" />
61
+ <Compile Include =" CoordinateSystems\IAngularUnit.cs" />
62
+ <Compile Include =" CoordinateSystems\ICompoundCoordinateSystem.cs" />
63
+ <Compile Include =" CoordinateSystems\ICoordinateSystem.cs" />
64
+ <Compile Include =" CoordinateSystems\ICoordinateSystemAuthorityFactory.cs" />
65
+ <Compile Include =" CoordinateSystems\ICoordinateSystemFactory.cs" />
66
+ <Compile Include =" CoordinateSystems\IDatum.cs" />
67
+ <Compile Include =" CoordinateSystems\IEllipsoid.cs" />
68
+ <Compile Include =" CoordinateSystems\IFittedCoordinateSystem.cs" />
69
+ <Compile Include =" CoordinateSystems\IGeocentricCoordinateSystem.cs" />
70
+ <Compile Include =" CoordinateSystems\IGeodeticSpatialReference.cs" />
71
+ <Compile Include =" CoordinateSystems\IGeographicCoordinateSystem.cs" />
72
+ <Compile Include =" CoordinateSystems\IGeographicTransform.cs" />
73
+ <Compile Include =" CoordinateSystems\IHorizontalCoordinateSystem.cs" />
74
+ <Compile Include =" CoordinateSystems\IHorizontalDatum.cs" />
75
+ <Compile Include =" CoordinateSystems\IInfo.cs" />
76
+ <Compile Include =" CoordinateSystems\ILinearUnit.cs" />
77
+ <Compile Include =" CoordinateSystems\ILocalCoordinateSystem.cs" />
78
+ <Compile Include =" CoordinateSystems\ILocalDatum.cs" />
79
+ <Compile Include =" CoordinateSystems\IParameterInfo.cs" />
80
+ <Compile Include =" CoordinateSystems\IPrimeMeridian.cs" />
81
+ <Compile Include =" CoordinateSystems\IProjectedCoordinateSystem.cs" />
82
+ <Compile Include =" CoordinateSystems\IProjection.cs" />
83
+ <Compile Include =" CoordinateSystems\IUnit.cs" />
84
+ <Compile Include =" CoordinateSystems\IVerticalCoordinateSystem.cs" />
85
+ <Compile Include =" CoordinateSystems\IVerticalDatum.cs" />
86
+ <Compile Include =" CoordinateSystems\Parameter.cs" />
87
+ <Compile Include =" CoordinateSystems\ProjectionParameter.cs" />
88
+ <Compile Include =" CoordinateSystems\Transformations\DomainFlags.cs" />
89
+ <Compile Include =" CoordinateSystems\Transformations\ICoordinateTransformation.cs" />
90
+ <Compile Include =" CoordinateSystems\Transformations\ICoordinateTransformationFactory.cs" />
91
+ <Compile Include =" CoordinateSystems\Transformations\IMathTransform.cs" />
92
+ <Compile Include =" CoordinateSystems\Transformations\IMathTransformFactory.cs" />
93
+ <Compile Include =" CoordinateSystems\Transformations\TransformType.cs" />
94
+ <Compile Include =" CoordinateSystems\WGS84ConversionInfo.cs" />
95
+ <Compile Include =" DataStructures\Interval.cs" />
96
+ <Compile Include =" Geometries\Coordinate.cs" />
97
+ <Compile Include =" Geometries\Dimension.cs" />
98
+ <Compile Include =" Geometries\Envelope.cs" />
99
+ <Compile Include =" Geometries\IBoundable.cs" />
100
+ <Compile Include =" Geometries\ICoordinate.cs" />
101
+ <Compile Include =" Geometries\ICoordinateBuffer.cs" />
102
+ <Compile Include =" Geometries\ICoordinateFilter.cs" />
103
+ <Compile Include =" Geometries\ICoordinateSequence.cs" />
104
+ <Compile Include =" Geometries\ICoordinateSequenceFactory.cs" />
105
+ <Compile Include =" Geometries\ICoordinateSequenceFilter.cs" />
106
+ <Compile Include =" Geometries\ICurve.cs" />
107
+ <Compile Include =" Geometries\IEnvelope.cs" />
108
+ <Compile Include =" Geometries\IExpandable.cs" />
109
+ <Compile Include =" Geometries\IGeometry.cs" />
110
+ <Compile Include =" Geometries\IGeometryCollection.cs" />
111
+ <Compile Include =" Geometries\IGeometryComponentFilter.cs" />
112
+ <Compile Include =" Geometries\IGeometryFactory.cs" />
113
+ <Compile Include =" Geometries\IGeometryFilter.cs" />
114
+ <Compile Include =" Geometries\IIntersectable.cs" />
115
+ <Compile Include =" Geometries\ILineal.cs" />
116
+ <Compile Include =" Geometries\ILinearRing.cs" />
117
+ <Compile Include =" Geometries\ILineString.cs" />
118
+ <Compile Include =" Geometries\IMultiCurve.cs" />
119
+ <Compile Include =" Geometries\IMultiLineString.cs" />
120
+ <Compile Include =" Geometries\IMultiPoint.cs" />
121
+ <Compile Include =" Geometries\IMultiPolygon.cs" />
122
+ <Compile Include =" Geometries\IMultiSurface.cs" />
123
+ <Compile Include =" Geometries\IntersectionMatrix.cs" />
124
+ <Compile Include =" Geometries\IPoint.cs" />
125
+ <Compile Include =" Geometries\IPolygon.cs" />
126
+ <Compile Include =" Geometries\IPolygonal.cs" />
127
+ <Compile Include =" Geometries\IPrecisionModel.cs" />
128
+ <Compile Include =" Geometries\IPuntal.cs" />
129
+ <Compile Include =" Geometries\ISurface.cs" />
130
+ <Compile Include =" Geometries\Location.cs" />
131
+ <Compile Include =" Geometries\OgcGeometryType.cs" />
132
+ <Compile Include =" Geometries\Ordinate.cs" />
133
+ <Compile Include =" Geometries\Ordinates.cs" />
134
+ <Compile Include =" Geometries\OridinatesUtility.cs" />
135
+ <Compile Include =" Geometries\Prepared\IPreparedGeometry.cs" />
136
+ <Compile Include =" GeometryServiceProvider.cs" />
137
+ <Compile Include =" ICoordinateSystemServices.cs" />
138
+ <Compile Include =" IGeometryServices.cs" />
139
+ <Compile Include =" IO\ByteOrder.cs" />
140
+ <Compile Include =" IO\GeometryType.cs" />
141
+ <Compile Include =" IO\IGeometryReader.cs" />
142
+ <Compile Include =" IO\IGeometryWriter.cs" />
143
+ <Compile Include =" IO\ParseException.cs" />
144
+ <Compile Include =" Operation\Buffer\BufferStyle.cs" />
145
+ <Compile Include =" Operation\Buffer\EndCapStyle.cs" />
146
+ <Compile Include =" Operation\Buffer\IBufferParameters.cs" />
147
+ <Compile Include =" Operation\Buffer\JoinStyle.cs" />
148
+ <Compile Include =" Properties\AssemblyInfo.cs" />
149
+ <Compile Include =" ValueParser.cs" />
150
+ </ItemGroup >
151
+ <ItemGroup >
152
+ <None Include =" ..\geoapi.snk" />
153
+ </ItemGroup >
154
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
155
+ <ProjectExtensions >
156
+ <VisualStudio >
157
+ <FlavorProperties GUID =" {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" >
158
+ <HostingProcess disable =" 1" />
159
+ </FlavorProperties >
160
+ </VisualStudio >
161
+ </ProjectExtensions >
162
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
163
+ Other similar extension points exist, see Microsoft.Common.targets.
164
+ <Target Name="BeforeBuild">
165
+ </Target>
166
+ <Target Name="AfterBuild">
167
+ </Target>
168
+ -->
169
+ </Project >
0 commit comments