NTS issue 110: removed silverlight/monodroid/winphone collection and generic clean of the solution

git-svn-id: http://nettopologysuite.googlecode.com/svn/ProjNet4GeoAPI@1171 53ca42c3-9f19-0410-8ccb-b990a9bb5db6
This commit is contained in:
DGuidi 2014-03-05 09:03:53 +00:00
Родитель 923eee8ca3
Коммит 1ca676e96f
11 изменённых файлов: 11 добавлений и 821 удалений

Просмотреть файл

@ -1,182 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{6779C156-3DE0-4890-AFCB-5C6D9BB3D2E2}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ProjNET</RootNamespace>
<AssemblyName>ProjNET.MonoDroid</AssemblyName>
<FileAlignment>512</FileAlignment>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Debug\MonoDroid\AnyCPU\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Release\MonoDroid\AnyCPU\</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\ProjNet\CoordinateSystems\AngularUnit.cs">
<Link>CoordinateSystems\AngularUnit.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\CoordinateSystem.cs">
<Link>CoordinateSystems\CoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\CoordinateSystemFactory.cs">
<Link>CoordinateSystems\CoordinateSystemFactory.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Datum.cs">
<Link>CoordinateSystems\Datum.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Ellipsoid.cs">
<Link>CoordinateSystems\Ellipsoid.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\GeocentricCoordinateSystem.cs">
<Link>CoordinateSystems\GeocentricCoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\GeographicCoordinateSystem.cs">
<Link>CoordinateSystems\GeographicCoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\GeographicTransform.cs">
<Link>CoordinateSystems\GeographicTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\HorizontalCoordinateSystem.cs">
<Link>CoordinateSystems\HorizontalCoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\HorizontalDatum.cs">
<Link>CoordinateSystems\HorizontalDatum.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Info.cs">
<Link>CoordinateSystems\Info.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\LinearUnit.cs">
<Link>CoordinateSystems\LinearUnit.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\PrimeMeridian.cs">
<Link>CoordinateSystems\PrimeMeridian.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\ProjectedCoordinateSystem.cs">
<Link>CoordinateSystems\ProjectedCoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projection.cs">
<Link>CoordinateSystems\Projection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\AlbersProjection.cs">
<Link>CoordinateSystems\Projections\AlbersProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\CassiniSoldnerProjection.cs">
<Link>CoordinateSystems\Projections\CassiniSoldnerProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\HotineObliqueMercatorProjection.cs">
<Link>CoordinateSystems\Projections\HotineObliqueMercatorProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\KrovakProjection.cs">
<Link>CoordinateSystems\Projections\KrovakProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\LambertConformalConic.cs">
<Link>CoordinateSystems\Projections\LambertConformalConic.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\MapProjection.cs">
<Link>CoordinateSystems\Projections\MapProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\Mercator.cs">
<Link>CoordinateSystems\Projections\Mercator.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\PolyconicProjection.cs">
<Link>CoordinateSystems\Projections\PolyconicProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\ProjectionParameterSet.cs">
<Link>CoordinateSystems\Projections\ProjectionParameterSet.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\ProjectionsRegistry.cs">
<Link>CoordinateSystems\Projections\ProjectionsRegistry.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\TransverseMercator.cs">
<Link>CoordinateSystems\Projections\TransverseMercator.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\ConcatenatedTransform.cs">
<Link>CoordinateSystems\Transformations\ConcatenatedTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\CoordinateTransformation.cs">
<Link>CoordinateSystems\Transformations\CoordinateTransformation.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\CoordinateTransformationFactory.cs">
<Link>CoordinateSystems\Transformations\CoordinateTransformationFactory.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\DatumTransform.cs">
<Link>CoordinateSystems\Transformations\DatumTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\GeocentricTransform.cs">
<Link>CoordinateSystems\Transformations\GeocentricTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\GeographicTransform.cs">
<Link>CoordinateSystems\Transformations\GeographicTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\MathTransform.cs">
<Link>CoordinateSystems\Transformations\MathTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Unit.cs">
<Link>CoordinateSystems\Unit.cs</Link>
</Compile>
<Compile Include="..\ProjNet\IO\CoordinateSystems\CoordinateSystemWktReader.cs">
<Link>IO\CoordinateSystems\CoordinateSystemWktReader.cs</Link>
</Compile>
<Compile Include="..\ProjNet\IO\CoordinateSystems\StreamTokenizer.cs">
<Link>IO\CoordinateSystems\StreamTokenizer.cs</Link>
</Compile>
<Compile Include="..\ProjNet\IO\CoordinateSystems\TokenType.cs">
<Link>IO\CoordinateSystems\TokenType.cs</Link>
</Compile>
<Compile Include="..\ProjNet\IO\CoordinateSystems\WKTStreamTokenizer.cs">
<Link>IO\CoordinateSystems\WKTStreamTokenizer.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\ProjNet\scskey.snk">
<Link>scskey.snk</Link>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GeoAPI\GeoAPI.MonoDroid\GeoAPI.MonoDroid.csproj">
<Project>{897A3D5B-501C-49BB-9037-793B957C06A0}</Project>
<Name>GeoAPI.MonoDroid</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<UserProperties ProjectLinkReference="e028bdd2-55e1-4e5f-be31-35faec8d6428" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Просмотреть файл

@ -1,40 +0,0 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Proj.NET")]
[assembly: AssemblyDescription("Proj.NET performs point-to-point coordinate conversions between geodetic coordinate systems for use in .Net, Geographic Information Systems (GIS) or GPS applications.\nThe spatial reference model used adheres to the Simple Features specification.")]
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
#else
[assembly: AssemblyConfiguration("Stable")]
#endif
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Proj.NET for Mono Droid")]
[assembly: AssemblyCopyright("Copyright © 2009 - 2013 Morten Nielsen, Jeremy Kolb, NetTopologySuite - Team")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: System.CLSCompliant(true)]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("e16f3ac5-214b-4ef3-9809-740a13cf0ec7")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]

Просмотреть файл

@ -1,55 +0,0 @@
using System;
using System.Collections.Generic;
using GeoAPI.CoordinateSystems;
using GeoAPI.CoordinateSystems.Transformations;
namespace ProjNet.CoordinateSystems
{
/// <summary>
/// Silverlight Extension methods
/// </summary>
public static class SilverlightExtensions
{
/// <summary>
/// Transforms a coordinate point.
/// </summary>
/// <param name="point">Input point</param>
/// <returns>Transformed point</returns>
public static System.Windows.Point Transform(this IMathTransform transform, System.Windows.Point point)
{
double[] p = transform.Transform(new double[] { point.X, point.Y });
if (p == null || p.Length < 2) return new System.Windows.Point(double.NaN, double.NaN);
return new System.Windows.Point(p[0], p[1]);
}
internal static Parameter Find(this List<Parameter> items, Predicate<Parameter> match)
{
foreach (Parameter item in items)
{
if (match(item))
return item;
}
return null;
}
internal static ProjectionParameter Find(this List<ProjectionParameter> items, Predicate<ProjectionParameter> match)
{
foreach (ProjectionParameter item in items)
{
if (match(item))
return item;
}
return null;
}
//public static T Find(this List<T> items, Predicate<T> match)
//{
// foreach (T item in items)
// {
// if (match(item))
// return item;
// }
// return default(T);
//}
}
}

Просмотреть файл

@ -1,176 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{01B70884-C425-405F-B914-938E9122FC27}</ProjectGuid>
<ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ProjNet</RootNamespace>
<AssemblyName>ProjNet.Silverlight</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\ProjNet\scskey.snk</AssemblyOriginatorKeyFile>
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
<SilverlightApplication>false</SilverlightApplication>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>$(SolutionDir)$(Configuration)\$(TargetFrameworkIdentifier)$(TargetFrameworkVersion)\$(Platform)\</OutputPath>
<DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>$(OutputPath)ProjNet.Silverlight.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System.Windows" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\ProjNet\CoordinateSystems\AngularUnit.cs">
<Link>CoordinateSystems\AngularUnit.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\CoordinateSystem.cs">
<Link>CoordinateSystems\CoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\CoordinateSystemFactory.cs">
<Link>CoordinateSystems\CoordinateSystemFactory.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Datum.cs">
<Link>CoordinateSystems\Datum.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Ellipsoid.cs">
<Link>CoordinateSystems\Ellipsoid.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\GeocentricCoordinateSystem.cs">
<Link>CoordinateSystems\GeocentricCoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\GeographicCoordinateSystem.cs">
<Link>CoordinateSystems\GeographicCoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\GeographicTransform.cs">
<Link>CoordinateSystems\GeographicTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\HorizontalCoordinateSystem.cs">
<Link>CoordinateSystems\HorizontalCoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\HorizontalDatum.cs">
<Link>CoordinateSystems\HorizontalDatum.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Info.cs">
<Link>CoordinateSystems\Info.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\LinearUnit.cs">
<Link>CoordinateSystems\LinearUnit.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\PrimeMeridian.cs">
<Link>CoordinateSystems\PrimeMeridian.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\ProjectedCoordinateSystem.cs">
<Link>CoordinateSystems\ProjectedCoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projection.cs">
<Link>CoordinateSystems\Projection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\AlbersProjection.cs">
<Link>CoordinateSystems\Projections\AlbersProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\CassiniSoldnerProjection.cs">
<Link>CoordinateSystems\Projections\CassiniSoldnerProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\HotineObliqueMercatorProjection.cs">
<Link>CoordinateSystems\Projections\HotineObliqueMercatorProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\KrovakProjection.cs">
<Link>CoordinateSystems\Projections\KrovakProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\LambertConformalConic.cs">
<Link>CoordinateSystems\Projections\LambertConformalConic.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\MapProjection.cs">
<Link>CoordinateSystems\Projections\MapProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\Mercator.cs">
<Link>CoordinateSystems\Projections\Mercator.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\PolyconicProjection.cs">
<Link>CoordinateSystems\Projections\PolyconicProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\ProjectionParameterSet.cs">
<Link>CoordinateSystems\Projections\ProjectionParameterSet.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\ProjectionsRegistry.cs">
<Link>CoordinateSystems\Projections\ProjectionsRegistry.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\TransverseMercator.cs">
<Link>CoordinateSystems\Projections\TransverseMercator.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\ConcatenatedTransform.cs">
<Link>CoordinateSystems\Transformations\ConcatenatedTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\CoordinateTransformation.cs">
<Link>CoordinateSystems\Transformations\CoordinateTransformation.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\CoordinateTransformationFactory.cs">
<Link>CoordinateSystems\Transformations\CoordinateTransformationFactory.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\DatumTransform.cs">
<Link>CoordinateSystems\Transformations\DatumTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\GeocentricTransform.cs">
<Link>CoordinateSystems\Transformations\GeocentricTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\GeographicTransform.cs">
<Link>CoordinateSystems\Transformations\GeographicTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\MathTransform.cs">
<Link>CoordinateSystems\Transformations\MathTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Unit.cs">
<Link>CoordinateSystems\Unit.cs</Link>
</Compile>
<Compile Include="..\ProjNet\IO\CoordinateSystems\CoordinateSystemWktReader.cs">
<Link>IO\CoordinateSystems\CoordinateSystemWktReader.cs</Link>
</Compile>
<Compile Include="..\ProjNet\IO\CoordinateSystems\StreamTokenizer.cs">
<Link>IO\CoordinateSystems\StreamTokenizer.cs</Link>
</Compile>
<Compile Include="..\ProjNet\IO\CoordinateSystems\TokenType.cs">
<Link>IO\CoordinateSystems\TokenType.cs</Link>
</Compile>
<Compile Include="..\ProjNet\IO\CoordinateSystems\WKTStreamTokenizer.cs">
<Link>IO\CoordinateSystems\WKTStreamTokenizer.cs</Link>
</Compile>
<Compile Include="Extensions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\GeoAPI\GeoAPI.Silverlight\GeoAPI.Silverlight.csproj">
<Project>{9b913337-1114-4d05-8f24-d05a5fd588ad}</Project>
<Name>GeoAPI.Silverlight</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
<SilverlightProjectProperties />
</FlavorProperties>
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="ffb69466-79de-466a-ada7-5c47c5c5ca3a" />
</VisualStudio>
</ProjectExtensions>
</Project>

Просмотреть файл

@ -1,35 +0,0 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Proj.Net")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Proj.Net for Silverlight")]
[assembly: AssemblyCopyright("Copyright © 2009")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("c96f6d31-a6a6-4446-8b51-84c93bcecdde")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.*")]
[assembly: AssemblyFileVersion("1.2.0.0")]

Просмотреть файл

@ -1,55 +0,0 @@
using System;
using System.Collections.Generic;
using GeoAPI.CoordinateSystems;
using GeoAPI.CoordinateSystems.Transformations;
namespace ProjNet.CoordinateSystems
{
/// <summary>
/// Silverlight Extension methods
/// </summary>
public static class SilverlightExtensions
{
/// <summary>
/// Transforms a coordinate point.
/// </summary>
/// <param name="point">Input point</param>
/// <returns>Transformed point</returns>
public static System.Windows.Point Transform(this IMathTransform transform, System.Windows.Point point)
{
double[] p = transform.Transform(new double[] { point.X, point.Y });
if (p == null || p.Length < 2) return new System.Windows.Point(double.NaN, double.NaN);
return new System.Windows.Point(p[0], p[1]);
}
internal static Parameter Find(this List<Parameter> items, Predicate<Parameter> match)
{
foreach (Parameter item in items)
{
if (match(item))
return item;
}
return null;
}
internal static ProjectionParameter Find(this List<ProjectionParameter> items, Predicate<ProjectionParameter> match)
{
foreach (ProjectionParameter item in items)
{
if (match(item))
return item;
}
return null;
}
//public static T Find(this List<T> items, Predicate<T> match)
//{
// foreach (T item in items)
// {
// if (match(item))
// return item;
// }
// return default(T);
//}
}
}

Просмотреть файл

@ -1,179 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{FF4C3028-5848-4053-A5DF-82EDC9E4C0CE}</ProjectGuid>
<ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ProjNet</RootNamespace>
<AssemblyName>ProjNet.WindowsPhone</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
<TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>
<SilverlightApplication>false</SilverlightApplication>
<ValidateXaml>true</ValidateXaml>
<ThrowErrorsInValidation>false</ThrowErrorsInValidation>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\ProjNet\scskey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>$(SolutionDir)$(Configuration)\WP\$(Platform)\</OutputPath>
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>$(OutputPath)ProjNet.WindowsPhone.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\ProjNet\CoordinateSystems\AngularUnit.cs">
<Link>CoordinateSystems\AngularUnit.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\CoordinateSystem.cs">
<Link>CoordinateSystems\CoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\CoordinateSystemFactory.cs">
<Link>CoordinateSystems\CoordinateSystemFactory.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Datum.cs">
<Link>CoordinateSystems\Datum.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Ellipsoid.cs">
<Link>CoordinateSystems\Ellipsoid.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\GeocentricCoordinateSystem.cs">
<Link>CoordinateSystems\GeocentricCoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\GeographicCoordinateSystem.cs">
<Link>CoordinateSystems\GeographicCoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\GeographicTransform.cs">
<Link>CoordinateSystems\GeographicTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\HorizontalCoordinateSystem.cs">
<Link>CoordinateSystems\HorizontalCoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\HorizontalDatum.cs">
<Link>CoordinateSystems\HorizontalDatum.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Info.cs">
<Link>CoordinateSystems\Info.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\LinearUnit.cs">
<Link>CoordinateSystems\LinearUnit.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Parameter.cs">
<Link>CoordinateSystems\Parameter.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\PrimeMeridian.cs">
<Link>CoordinateSystems\PrimeMeridian.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\ProjectedCoordinateSystem.cs">
<Link>CoordinateSystems\ProjectedCoordinateSystem.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projection.cs">
<Link>CoordinateSystems\Projection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\AlbersProjection.cs">
<Link>CoordinateSystems\Projections\AlbersProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\CassiniSoldnerProjection.cs">
<Link>CoordinateSystems\Projections\CassiniSoldnerProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\HotineObliqueMercatorProjection.cs">
<Link>CoordinateSystems\Projections\HotineObliqueMercatorProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\KrovakProjection.cs">
<Link>CoordinateSystems\Projections\KrovakProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\LambertConformalConic.cs">
<Link>CoordinateSystems\Projections\LambertConformalConic.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\MapProjection.cs">
<Link>CoordinateSystems\Projections\MapProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\Mercator.cs">
<Link>CoordinateSystems\Projections\Mercator.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\PolyconicProjection.cs">
<Link>CoordinateSystems\Projections\PolyconicProjection.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\ProjectionParameterSet.cs">
<Link>CoordinateSystems\Projections\ProjectionParameterSet.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\ProjectionsRegistry.cs">
<Link>CoordinateSystems\Projections\ProjectionsRegistry.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Projections\TransverseMercator.cs">
<Link>CoordinateSystems\Projections\TransverseMercator.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\ConcatenatedTransform.cs">
<Link>CoordinateSystems\Transformations\ConcatenatedTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\CoordinateTransformation.cs">
<Link>CoordinateSystems\Transformations\CoordinateTransformation.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\CoordinateTransformationFactory.cs">
<Link>CoordinateSystems\Transformations\CoordinateTransformationFactory.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\DatumTransform.cs">
<Link>CoordinateSystems\Transformations\DatumTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\GeocentricTransform.cs">
<Link>CoordinateSystems\Transformations\GeocentricTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\GeographicTransform.cs">
<Link>CoordinateSystems\Transformations\GeographicTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Transformations\MathTransform.cs">
<Link>CoordinateSystems\Transformations\MathTransform.cs</Link>
</Compile>
<Compile Include="..\ProjNet\CoordinateSystems\Unit.cs">
<Link>CoordinateSystems\Unit.cs</Link>
</Compile>
<Compile Include="..\ProjNet\IO\CoordinateSystems\CoordinateSystemWktReader.cs">
<Link>IO\CoordinateSystems\CoordinateSystemWktReader.cs</Link>
</Compile>
<Compile Include="..\ProjNet\IO\CoordinateSystems\StreamTokenizer.cs">
<Link>IO\CoordinateSystems\StreamTokenizer.cs</Link>
</Compile>
<Compile Include="..\ProjNet\IO\CoordinateSystems\TokenType.cs">
<Link>IO\CoordinateSystems\TokenType.cs</Link>
</Compile>
<Compile Include="..\ProjNet\IO\CoordinateSystems\WKTStreamTokenizer.cs">
<Link>IO\CoordinateSystems\WKTStreamTokenizer.cs</Link>
</Compile>
<Compile Include="CoordinateSystems\Extensions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GeoAPI\GeoAPI.WindowsPhone\GeoAPI.WindowsPhone.csproj">
<Project>{9924F9BF-24A6-4C73-AB60-FAEE784F4327}</Project>
<Name>GeoAPI.WindowsPhone</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="System.Windows" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="ffb69466-79de-466a-ada7-5c47c5c5ca3a" />
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Просмотреть файл

@ -1,40 +0,0 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Proj.NET")]
[assembly: AssemblyDescription("Proj.NET performs point-to-point coordinate conversions between geodetic coordinate systems for use in .Net, Geographic Information Systems (GIS) or GPS applications.\nThe spatial reference model used adheres to the Simple Features specification.")]
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
#else
[assembly: AssemblyConfiguration("Stable")]
#endif
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Proj.NET for Windows Phone")]
[assembly: AssemblyCopyright("Copyright © 2009 - 2013 Morten Nielsen, NetTopologySuite - Team")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: System.CLSCompliant(true)]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("e16f3ac5-214b-4ef3-9809-740a13cf0ec7")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]

Просмотреть файл

@ -11,7 +11,7 @@
<RootNamespace>ProjNet</RootNamespace>
<AssemblyName>ProjNet</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>scskey.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\scskey.snk</AssemblyOriginatorKeyFile>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
@ -112,9 +112,6 @@
<Compile Include="IO\CoordinateSystems\WKTStreamTokenizer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="scskey.snk" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
@ -148,6 +145,11 @@
<Name>GeoAPI</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="..\scskey.snk">
<Link>scskey.snk</Link>
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.

Просмотреть файл

@ -1,28 +1,10 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Silverlight", "Silverlight", "{45AD0514-73DD-4488-ABF6-153592641236}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoAPI.Silverlight", "GeoAPI\GeoAPI.Silverlight\GeoAPI.Silverlight.csproj", "{9B913337-1114-4D05-8F24-D05A5FD588AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjNet.Silverlight", "ProjNet.Silverlight\ProjNet.Silverlight.csproj", "{01B70884-C425-405F-B914-938E9122FC27}"
EndProject
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjNET", "ProjNet\ProjNET.csproj", "{E028BDD2-55E1-4E5F-BE31-35FAEC8D6428}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoAPI", "GeoAPI\GeoAPI\GeoAPI.csproj", "{FFB69466-79DE-466A-ADA7-5C47C5C5CA3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoAPI.WindowsPhone", "GeoAPI\GeoAPI.WindowsPhone\GeoAPI.WindowsPhone.csproj", "{9924F9BF-24A6-4C73-AB60-FAEE784F4327}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WindowsPhone", "WindowsPhone", "{8F8D6737-30BD-4922-998A-80A42CC8211E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjNet.WindowsPhone", "ProjNet.WindowsPhone\ProjNet.WindowsPhone.csproj", "{FF4C3028-5848-4053-A5DF-82EDC9E4C0CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MonoDroid", "MonoDroid", "{233607CD-F6A7-40FC-8F31-4A20B3FE6597}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeoAPI.MonoDroid", "GeoAPI\GeoAPI.MonoDroid\GeoAPI.MonoDroid.csproj", "{897A3D5B-501C-49BB-9037-793B957C06A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjNET.MonoDroid", "ProjNet.MonoDroid\ProjNET.MonoDroid.csproj", "{6779C156-3DE0-4890-AFCB-5C6D9BB3D2E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC62B826-FD1B-43B9-9E20-696588E560E7}"
ProjectSection(SolutionItems) = preProject
ProjNET.nuspec = ProjNET.nuspec
@ -39,23 +21,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{4C834F
EndProjectSection
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B913337-1114-4D05-8F24-D05A5FD588AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B913337-1114-4D05-8F24-D05A5FD588AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B913337-1114-4D05-8F24-D05A5FD588AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B913337-1114-4D05-8F24-D05A5FD588AD}.Release|Any CPU.Build.0 = Release|Any CPU
{01B70884-C425-405F-B914-938E9122FC27}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{01B70884-C425-405F-B914-938E9122FC27}.Debug|Any CPU.Build.0 = Release|Any CPU
{01B70884-C425-405F-B914-938E9122FC27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01B70884-C425-405F-B914-938E9122FC27}.Release|Any CPU.Build.0 = Release|Any CPU
{E028BDD2-55E1-4E5F-BE31-35FAEC8D6428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E028BDD2-55E1-4E5F-BE31-35FAEC8D6428}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E028BDD2-55E1-4E5F-BE31-35FAEC8D6428}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -64,22 +34,6 @@ Global
{FFB69466-79DE-466A-ADA7-5C47C5C5CA3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFB69466-79DE-466A-ADA7-5C47C5C5CA3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFB69466-79DE-466A-ADA7-5C47C5C5CA3A}.Release|Any CPU.Build.0 = Release|Any CPU
{9924F9BF-24A6-4C73-AB60-FAEE784F4327}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9924F9BF-24A6-4C73-AB60-FAEE784F4327}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9924F9BF-24A6-4C73-AB60-FAEE784F4327}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9924F9BF-24A6-4C73-AB60-FAEE784F4327}.Release|Any CPU.Build.0 = Release|Any CPU
{FF4C3028-5848-4053-A5DF-82EDC9E4C0CE}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{FF4C3028-5848-4053-A5DF-82EDC9E4C0CE}.Debug|Any CPU.Build.0 = Release|Any CPU
{FF4C3028-5848-4053-A5DF-82EDC9E4C0CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF4C3028-5848-4053-A5DF-82EDC9E4C0CE}.Release|Any CPU.Build.0 = Release|Any CPU
{897A3D5B-501C-49BB-9037-793B957C06A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{897A3D5B-501C-49BB-9037-793B957C06A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{897A3D5B-501C-49BB-9037-793B957C06A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{897A3D5B-501C-49BB-9037-793B957C06A0}.Release|Any CPU.Build.0 = Release|Any CPU
{6779C156-3DE0-4890-AFCB-5C6D9BB3D2E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6779C156-3DE0-4890-AFCB-5C6D9BB3D2E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6779C156-3DE0-4890-AFCB-5C6D9BB3D2E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6779C156-3DE0-4890-AFCB-5C6D9BB3D2E2}.Release|Any CPU.Build.0 = Release|Any CPU
{67E8C952-1F48-4DFB-9507-BD44DB6784FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67E8C952-1F48-4DFB-9507-BD44DB6784FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67E8C952-1F48-4DFB-9507-BD44DB6784FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -88,12 +42,8 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9B913337-1114-4D05-8F24-D05A5FD588AD} = {45AD0514-73DD-4488-ABF6-153592641236}
{01B70884-C425-405F-B914-938E9122FC27} = {45AD0514-73DD-4488-ABF6-153592641236}
{9924F9BF-24A6-4C73-AB60-FAEE784F4327} = {8F8D6737-30BD-4922-998A-80A42CC8211E}
{FF4C3028-5848-4053-A5DF-82EDC9E4C0CE} = {8F8D6737-30BD-4922-998A-80A42CC8211E}
{897A3D5B-501C-49BB-9037-793B957C06A0} = {233607CD-F6A7-40FC-8F31-4A20B3FE6597}
{6779C156-3DE0-4890-AFCB-5C6D9BB3D2E2} = {233607CD-F6A7-40FC-8F31-4A20B3FE6597}
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal

Просмотреть файл