Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit 36dbf02

Browse files
committed
Cleaning up repository
1 parent 6a46919 commit 36dbf02

File tree

119 files changed

+1385
-1107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+1385
-1107
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ publish/
128128
# Publish Web Output
129129
*.[Pp]ublish.xml
130130
*.azurePubxml
131-
# TODO: Comment the next line if you want to checkin your web deploy settings
131+
# TODO: Comment the next line if you want to checkin your web deploy settings
132132
# but database connection strings (with potential passwords) will be unencrypted
133133
*.pubxml
134134
*.publishproj
@@ -187,4 +187,5 @@ FakesAssemblies/
187187

188188
*.vs/
189189
*.old
190-
*.lock.json
190+
*.lock.json
191+
_pj_tmp_/

GeoAPI.CF/GeoAPI.CF.csproj

-357
This file was deleted.

GeoAPI.NetCore/project.json

-27
This file was deleted.

GeoAPI.Pcl/GeoAPI.Pcl.csproj

-361
This file was deleted.

GeoAPI.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoAPI", "GeoAPI\GeoAPI.csproj", "{FFB69466-79DE-466A-ADA7-5C47C5C5CA3A}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoAPI.Pcl", "GeoAPI.Pcl\GeoAPI.Pcl.csproj", "{92B3B84B-50F1-4147-8B97-D93B90FA5514}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoAPI.Pcl", "GeoAPI\GeoAPI.csproj", "{92B3B84B-50F1-4147-8B97-D93B90FA5514}"
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{D0DCE6F6-83C2-4214-8E8A-847D02A4461A}"
1111
ProjectSection(SolutionItems) = preProject
@@ -15,7 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{D0DCE6F6
1515
TeamCity.targets = TeamCity.targets
1616
EndProjectSection
1717
EndProject
18-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeoAPI.NetCore", "GeoAPI.NetCore\GeoAPI.NetCore.xproj", "{EEF37CAB-4F83-4366-8533-3D7C16B449C7}"
18+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeoAPI.NetCore", "GeoAPI\GeoAPI.xproj", "{EEF37CAB-4F83-4366-8533-3D7C16B449C7}"
1919
EndProject
2020
Global
2121
GlobalSection(SolutionConfigurationPlatforms) = preSolution

GeoAPI.vs2008.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 10.00
33
# Visual Studio 2008
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoAPI.CF", "GeoAPI.CF\GeoAPI.CF.csproj", "{FC13A43A-6170-4EF5-9ADA-EB44388DDC9E}"
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoAPI.CF", "GeoAPI\GeoAPI.CF.csproj", "{FC13A43A-6170-4EF5-9ADA-EB44388DDC9E}"
55
EndProject
66
Global
77
GlobalSection(SolutionConfigurationPlatforms) = preSolution
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

GeoAPI/GeoAPI.CF.csproj

+169
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
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>

GeoAPI/GeoAPI.CF.project.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"frameworks": {
3+
"net35-cf": {}
4+
},
5+
"runtimes": {
6+
"win": {}
7+
}
8+
}

0 commit comments

Comments
 (0)