Mercurial > postarc
comparison Postarc/Postarc.csproj @ 0:1aca3d413885 tip
Initial import of Postarc
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Fri, 05 Oct 2012 23:55:06 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1aca3d413885 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>9.0.21022</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{C9F8C93D-2614-4675-9897-2BD9ACBC32D7}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Postarc</RootNamespace> | |
12 <AssemblyName>Postarc</AssemblyName> | |
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
15 <FileUpgradeFlags> | |
16 </FileUpgradeFlags> | |
17 <OldToolsVersion>3.5</OldToolsVersion> | |
18 <UpgradeBackupLocation /> | |
19 <PublishUrl>publish\</PublishUrl> | |
20 <Install>true</Install> | |
21 <InstallFrom>Disk</InstallFrom> | |
22 <UpdateEnabled>false</UpdateEnabled> | |
23 <UpdateMode>Foreground</UpdateMode> | |
24 <UpdateInterval>7</UpdateInterval> | |
25 <UpdateIntervalUnits>Days</UpdateIntervalUnits> | |
26 <UpdatePeriodically>false</UpdatePeriodically> | |
27 <UpdateRequired>false</UpdateRequired> | |
28 <MapFileExtensions>true</MapFileExtensions> | |
29 <ApplicationRevision>0</ApplicationRevision> | |
30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |
31 <IsWebBootstrapper>false</IsWebBootstrapper> | |
32 <UseApplicationTrust>false</UseApplicationTrust> | |
33 <BootstrapperEnabled>true</BootstrapperEnabled> | |
34 </PropertyGroup> | |
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
36 <DebugSymbols>true</DebugSymbols> | |
37 <DebugType>full</DebugType> | |
38 <Optimize>false</Optimize> | |
39 <OutputPath>bin\Debug\</OutputPath> | |
40 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
41 <ErrorReport>prompt</ErrorReport> | |
42 <WarningLevel>4</WarningLevel> | |
43 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> | |
44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
45 <RegisterForComInterop>false</RegisterForComInterop> | |
46 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> | |
47 </PropertyGroup> | |
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
49 <DebugType>pdbonly</DebugType> | |
50 <Optimize>true</Optimize> | |
51 <OutputPath>bin\Release\</OutputPath> | |
52 <DefineConstants>TRACE</DefineConstants> | |
53 <ErrorReport>prompt</ErrorReport> | |
54 <WarningLevel>4</WarningLevel> | |
55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
56 </PropertyGroup> | |
57 <ItemGroup> | |
58 <Reference Include="ESRI.ArcGIS.ADF.Local, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86"> | |
59 <SpecificVersion>False</SpecificVersion> | |
60 </Reference> | |
61 <Reference Include="ESRI.ArcGIS.Carto, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86"> | |
62 <SpecificVersion>False</SpecificVersion> | |
63 <EmbedInteropTypes>True</EmbedInteropTypes> | |
64 </Reference> | |
65 <Reference Include="ESRI.ArcGIS.Catalog, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86"> | |
66 <SpecificVersion>False</SpecificVersion> | |
67 <EmbedInteropTypes>True</EmbedInteropTypes> | |
68 </Reference> | |
69 <Reference Include="ESRI.ArcGIS.Desktop.AddIns, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86"> | |
70 <SpecificVersion>False</SpecificVersion> | |
71 <Private>False</Private> | |
72 </Reference> | |
73 <Reference Include="ESRI.ArcGIS.Display, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86"> | |
74 <SpecificVersion>False</SpecificVersion> | |
75 <EmbedInteropTypes>True</EmbedInteropTypes> | |
76 </Reference> | |
77 <Reference Include="ESRI.ArcGIS.Framework"> | |
78 <Private>False</Private> | |
79 </Reference> | |
80 <Reference Include="ESRI.ArcGIS.Geodatabase, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86"> | |
81 <SpecificVersion>False</SpecificVersion> | |
82 <EmbedInteropTypes>True</EmbedInteropTypes> | |
83 </Reference> | |
84 <Reference Include="ESRI.ArcGIS.Geometry, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86"> | |
85 <SpecificVersion>False</SpecificVersion> | |
86 <EmbedInteropTypes>True</EmbedInteropTypes> | |
87 </Reference> | |
88 <Reference Include="ESRI.ArcGIS.System"> | |
89 <Private>False</Private> | |
90 </Reference> | |
91 </ItemGroup> | |
92 <ItemGroup> | |
93 <Reference Include="Npgsql"> | |
94 <HintPath>..\..\..\Downloads\Npgsql2.0.11.93-bin-ms.net3.5sp1\Npgsql.dll</HintPath> | |
95 </Reference> | |
96 <Reference Include="System" /> | |
97 <Reference Include="System.Core" /> | |
98 <Reference Include="System.Data" /> | |
99 <Reference Include="System.Data.DataSetExtensions" /> | |
100 <Reference Include="System.Windows.Forms" /> | |
101 <Reference Include="System.Xml" /> | |
102 <Reference Include="System.Xml.Linq" /> | |
103 <Reference Include="System.Drawing" /> | |
104 </ItemGroup> | |
105 <ItemGroup> | |
106 <Compile Include="Postarc\Catalog\FeatureClassExporter.cs" /> | |
107 <Compile Include="Postarc\Feature\Feature.cs" /> | |
108 <Compile Include="Postarc\Feature\FeatureCursor.cs" /> | |
109 <Compile Include="Postarc\Feature\IWKTGeometry.cs" /> | |
110 <Compile Include="Postarc\Feature\FeatureLayer.cs" /> | |
111 <Compile Include="Postarc\Feature\Point.cs" /> | |
112 <Compile Include="Postarc\Feature\Polygon.cs" /> | |
113 <Compile Include="Postarc\Feature\Polyline.cs" /> | |
114 <Compile Include="Postarc\Feature\Workspace.cs" /> | |
115 <Compile Include="Postarc\Feature\WorkspaceFactory.cs" /> | |
116 <Compile Include="Postarc\Geodatabase\DummyClassExtension.cs" /> | |
117 <Compile Include="Postarc\Geodatabase\FeatureDataset.cs" /> | |
118 <Compile Include="Postarc\Geodatabase\FieldInfo.cs" /> | |
119 <Compile Include="Postarc\Geodatabase\SelectionSet.cs" /> | |
120 <Compile Include="Postarc\Geodatabase\SelectionSetEnumerator.cs" /> | |
121 <Compile Include="Postarc\GUI\ButtonExportToPostGIS.cs" /> | |
122 <Compile Include="Postarc\GUI\ButtonNewPostGISLayer.cs" /> | |
123 <Compile Include="Config.Designer.cs"> | |
124 <AutoGen>True</AutoGen> | |
125 <DependentUpon>Config.esriaddinx</DependentUpon> | |
126 </Compile> | |
127 <Compile Include="Postarc\GUI\FormConnectionProperties.cs"> | |
128 <SubType>Form</SubType> | |
129 </Compile> | |
130 <Compile Include="Postarc\GUI\FormConnectionProperties.Designer.cs"> | |
131 <DependentUpon>FormConnectionProperties.cs</DependentUpon> | |
132 </Compile> | |
133 <Compile Include="Postarc\GUI\FormExportToPostGIS.cs"> | |
134 <SubType>Form</SubType> | |
135 </Compile> | |
136 <Compile Include="Postarc\GUI\FormExportToPostGIS.Designer.cs"> | |
137 <DependentUpon>FormExportToPostGIS.cs</DependentUpon> | |
138 </Compile> | |
139 <Compile Include="Postarc\GUI\FormNewPostGISFeatClass.cs"> | |
140 <SubType>Form</SubType> | |
141 </Compile> | |
142 <Compile Include="Postarc\GUI\FormNewPostGISFeatClass.Designer.cs"> | |
143 <DependentUpon>FormNewPostGISFeatClass.cs</DependentUpon> | |
144 </Compile> | |
145 <Compile Include="Postarc\Catalog\GxAddNewPostGISConnection.cs" /> | |
146 <Compile Include="Postarc\Catalog\GxPostGISDatabase.cs" /> | |
147 <Compile Include="Postarc\PostArcCOMHelper.cs" /> | |
148 <Compile Include="Postarc\PostArcClassDescription.cs" /> | |
149 <Compile Include="Postarc\PostGISConnection.cs" /> | |
150 <Compile Include="Postarc\Feature\FeatureClass.cs" /> | |
151 <Compile Include="Postarc\Feature\FeatureClassName.cs" /> | |
152 <Compile Include="Properties\AssemblyInfo.cs" /> | |
153 <Compile Include="Postarc\Settings.cs" /> | |
154 </ItemGroup> | |
155 <ItemGroup> | |
156 <AddInContent Include="Config.esriaddinx"> | |
157 <Generator>ArcGISAddInHostGenerator</Generator> | |
158 <LastGenOutput>Config.Designer.cs</LastGenOutput> | |
159 </AddInContent> | |
160 </ItemGroup> | |
161 <ItemGroup> | |
162 <AddInContent Include="Images\PostArc.png" /> | |
163 </ItemGroup> | |
164 <ItemGroup> | |
165 <AddInContent Include="Images\Button1.png" /> | |
166 </ItemGroup> | |
167 <ItemGroup> | |
168 <Reference Include="ESRI.ArcGIS.ArcMapUI"> | |
169 <Private>False</Private> | |
170 </Reference> | |
171 </ItemGroup> | |
172 <ItemGroup> | |
173 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | |
174 <Visible>False</Visible> | |
175 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | |
176 <Install>false</Install> | |
177 </BootstrapperPackage> | |
178 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | |
179 <Visible>False</Visible> | |
180 <ProductName>.NET Framework 3.5 SP1</ProductName> | |
181 <Install>true</Install> | |
182 </BootstrapperPackage> | |
183 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> | |
184 <Visible>False</Visible> | |
185 <ProductName>Windows Installer 3.1</ProductName> | |
186 <Install>true</Install> | |
187 </BootstrapperPackage> | |
188 </ItemGroup> | |
189 <ItemGroup> | |
190 <EmbeddedResource Include="Postarc\GUI\FormConnectionProperties.resx"> | |
191 <DependentUpon>FormConnectionProperties.cs</DependentUpon> | |
192 </EmbeddedResource> | |
193 <EmbeddedResource Include="Postarc\GUI\FormExportToPostGIS.resx"> | |
194 <DependentUpon>FormExportToPostGIS.cs</DependentUpon> | |
195 </EmbeddedResource> | |
196 <EmbeddedResource Include="Postarc\GUI\FormNewPostGISFeatClass.resx"> | |
197 <DependentUpon>FormNewPostGISFeatClass.cs</DependentUpon> | |
198 </EmbeddedResource> | |
199 </ItemGroup> | |
200 <ItemGroup> | |
201 <AddInContent Include="Images\ButtonNewPostGISLayer.png" /> | |
202 </ItemGroup> | |
203 <ItemGroup> | |
204 <AddInContent Include="Images\ButtonNewPostGISLayer_16.png" /> | |
205 </ItemGroup> | |
206 <PropertyGroup> | |
207 <ZipFileExtension>esriAddIn</ZipFileExtension> | |
208 <AddInTargetProduct>Desktop</AddInTargetProduct> | |
209 <AddInTargetVersion>10.0</AddInTargetVersion> | |
210 </PropertyGroup> | |
211 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
212 <Import Project="$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.AddIns.targets" Condition="Exists('$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.AddIns.targets')" /> | |
213 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
214 Other similar extension points exist, see Microsoft.Common.targets. | |
215 <Target Name="BeforeBuild"> | |
216 </Target> | |
217 --> | |
218 <Target Name="AfterBuild"> | |
219 <!-- Gives build warning when add-in targets file is not found. --> | |
220 <Warning Text="Unable to create .esriAddin; missing ESRI ArcGIS Add-in SDK component(s)." Condition="!Exists('$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.AddIns.targets')" /> | |
221 </Target> | |
222 <ProjectExtensions> | |
223 <!-- Default ESRI add-in properties --> | |
224 <ESRIAddInProperties> | |
225 <Host>ArcMap</Host> | |
226 </ESRIAddInProperties> | |
227 </ProjectExtensions> | |
228 </Project> |