Skip to content

Commit

Permalink
namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
xfischer committed Oct 24, 2016
1 parent 6bd236d commit bc759db
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,28 @@
<ProjectGuid>{60E32081-9A58-40A4-B57F-C1F1033334A5}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MapBind.ShapeFileToSqlServer</RootNamespace>
<AssemblyName>MapBind.ShapeFileToSqlServer</AssemblyName>
<RootNamespace>MapBind.Shape2SqlServer</RootNamespace>
<AssemblyName>MapBind.Shape2SqlServer</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>releases\1.0\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>8</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
Expand Down Expand Up @@ -52,6 +68,18 @@
<DefineConstants>TRACE</DefineConstants>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>9739A47082625E06B2C78642A4A1BE986C86983B</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>MapBind.ShapeFileToSqlServer_CléTemporaire.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="GeoAPI, Version=1.7.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\GeoAPI.1.7.2\lib\net40-client\GeoAPI.dll</HintPath>
Expand Down Expand Up @@ -144,6 +172,10 @@
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="MapBind.ShapeFileToSqlServer_CléTemporaire.pfx" />
<None Include="ne_110m_admin_0_countries.zip">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="Properties\DataSources\MapBind.IO.CoordinateSystem.SRIDReader.datasource" />
<None Include="Properties\Settings.settings">
Expand Down Expand Up @@ -185,6 +217,18 @@
</Content>
<Content Include="SqlServerTypes\readme.htm" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5 %28x86 et x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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.
Expand Down
2 changes: 1 addition & 1 deletion MapBind.ShapeFileToSqlServer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Linq;
using System.Windows.Forms;

namespace MapBind.ShapeFileToSqlServer
namespace MapBind.Shape2SqlServer
{
static class Program
{
Expand Down
4 changes: 2 additions & 2 deletions MapBind.ShapeFileToSqlServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// Les informations générales relatives à un assembly dépendent de
// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
// associées à un assembly.
[assembly: AssemblyTitle("MapBind.ShapeFileToSqlServer")]
[assembly: AssemblyTitle("MapBind.Shape2SqlServer")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MapBind.ShapeFileToSqlServer")]
[assembly: AssemblyProduct("MapBind.Shape2SqlServer")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
4 changes: 2 additions & 2 deletions MapBind.ShapeFileToSqlServer/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MapBind.ShapeFileToSqlServer/Properties/Settings.settings
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="MapBind.ShapeFileToSqlServer.Properties" GeneratedClassName="Settings">
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="MapBind.Shape2SqlServer.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="shapeFile" Type="System.String" Scope="User">
Expand Down
6 changes: 3 additions & 3 deletions MapBind.ShapeFileToSqlServer/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="MapBind.ShapeFileToSqlServer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
<section name="MapBind.Shape2SqlServer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>

<userSettings>
<MapBind.ShapeFileToSqlServer.Properties.Settings>
<MapBind.Shape2SqlServer.Properties.Settings>
<setting name="shapeFile" serializeAs="String">
<value />
</setting>
Expand Down Expand Up @@ -35,7 +35,7 @@
<setting name="safeMode" serializeAs="String">
<value>False</value>
</setting>
</MapBind.ShapeFileToSqlServer.Properties.Settings>
</MapBind.Shape2SqlServer.Properties.Settings>
</userSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
Expand Down
2 changes: 1 addition & 1 deletion MapBind.ShapeFileToSqlServer/frmMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions MapBind.ShapeFileToSqlServer/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
using GeoAPI.Geometries;
using NetTopologySuite.Geometries;
using NetTopologySuite.CoordinateSystems.Transformations;
using MapBind.ShapeFileToSqlServer.Properties;
using MapBind.Shape2SqlServer.Properties;
using MapBind.IO;
using MapBind.IO.ShapeFile;
using Microsoft.Data.ConnectionUI;
using MapBind.IO.Utils;
using MapBind.Data.Models.SqlServer;
using MapBind.IO.CoordinateSystem;

namespace MapBind.ShapeFileToSqlServer
namespace MapBind.Shape2SqlServer
{
public partial class frmMain : Form
{
Expand All @@ -44,9 +44,9 @@ public frmMain()

private void InitTracing()
{
File.Delete("MapBind.ShapeFileToSqlServer.shared.log");
File.Delete("MapBind.Shape2SqlServer.shared.log");
MapBindTrace.Source.Listeners.Clear();
TextWriterTraceListener txtListener = new TextWriterTraceListener("MapBind.ShapeFileToSqlServer.shared.log", "MapBind.ShapeFileToSqlServer.TraceListener");
TextWriterTraceListener txtListener = new TextWriterTraceListener("MapBind.Shape2SqlServer.shared.log", "MapBind.Shape2SqlServer.TraceListener");
MapBindTrace.Source.Switch.Level = SourceLevels.All;
MapBindTrace.Source.Listeners.Remove("Default");
MapBindTrace.Source.Listeners.Add(txtListener);
Expand Down
2 changes: 1 addition & 1 deletion MapBind.ShapeFileToSqlServer/frmSRIDSelector.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MapBind.ShapeFileToSqlServer/frmSRIDSelector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using System.Windows.Forms;
using MapBind.IO.CoordinateSystem;

namespace MapBind.ShapeFileToSqlServer
namespace MapBind.Shape2SqlServer
{
public partial class frmSRIDSelector : Form
{
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion MapBind.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapBind.Data", "MapBind.Dat
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapBind.IO", "MapBind.IO\MapBind.IO.csproj", "{9E8B1F9F-A74F-4CB8-86A4-442DE63B6287}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapBind.ShapeFileToSqlServer", "MapBind.ShapeFileToSqlServer\MapBind.ShapeFileToSqlServer.csproj", "{60E32081-9A58-40A4-B57F-C1F1033334A5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapBind.Shape2SqlServer", "MapBind.ShapeFileToSqlServer\MapBind.Shape2SqlServer.csproj", "{60E32081-9A58-40A4-B57F-C1F1033334A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit bc759db

Please sign in to comment.