Skip to content

Commit 02ece77

Browse files
committed
Removed old dependency
1 parent c06829b commit 02ece77

1 file changed

Lines changed: 27 additions & 17 deletions

File tree

MapsAreaCaptureTool/MapsAreaCaptureTool.csproj

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@
1515
<Deterministic>true</Deterministic>
1616
<NuGetPackageImportStamp>
1717
</NuGetPackageImportStamp>
18+
<PublishUrl>publish\</PublishUrl>
19+
<Install>true</Install>
20+
<InstallFrom>Disk</InstallFrom>
21+
<UpdateEnabled>false</UpdateEnabled>
22+
<UpdateMode>Foreground</UpdateMode>
23+
<UpdateInterval>7</UpdateInterval>
24+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
25+
<UpdatePeriodically>false</UpdatePeriodically>
26+
<UpdateRequired>false</UpdateRequired>
27+
<MapFileExtensions>true</MapFileExtensions>
28+
<ApplicationRevision>0</ApplicationRevision>
29+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30+
<IsWebBootstrapper>false</IsWebBootstrapper>
31+
<UseApplicationTrust>false</UseApplicationTrust>
32+
<BootstrapperEnabled>true</BootstrapperEnabled>
1833
</PropertyGroup>
1934
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2035
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -135,23 +150,6 @@
135150
<None Include="App.config" />
136151
</ItemGroup>
137152
<ItemGroup>
138-
<COMReference Include="AxMapWinGIS">
139-
<Guid>{C368D713-CC5F-40ED-9F53-F84FE197B96A}</Guid>
140-
<VersionMajor>4</VersionMajor>
141-
<VersionMinor>9</VersionMinor>
142-
<Lcid>0</Lcid>
143-
<WrapperTool>aximp</WrapperTool>
144-
<Isolated>False</Isolated>
145-
</COMReference>
146-
<COMReference Include="MapWinGIS">
147-
<Guid>{C368D713-CC5F-40ED-9F53-F84FE197B96A}</Guid>
148-
<VersionMajor>4</VersionMajor>
149-
<VersionMinor>9</VersionMinor>
150-
<Lcid>0</Lcid>
151-
<WrapperTool>tlbimp</WrapperTool>
152-
<Isolated>False</Isolated>
153-
<EmbedInteropTypes>True</EmbedInteropTypes>
154-
</COMReference>
155153
<COMReference Include="stdole">
156154
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
157155
<VersionMajor>2</VersionMajor>
@@ -162,6 +160,18 @@
162160
<EmbedInteropTypes>True</EmbedInteropTypes>
163161
</COMReference>
164162
</ItemGroup>
163+
<ItemGroup>
164+
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
165+
<Visible>False</Visible>
166+
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
167+
<Install>true</Install>
168+
</BootstrapperPackage>
169+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
170+
<Visible>False</Visible>
171+
<ProductName>.NET Framework 3.5 SP1</ProductName>
172+
<Install>false</Install>
173+
</BootstrapperPackage>
174+
</ItemGroup>
165175
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
166176
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
167177
<PropertyGroup>

0 commit comments

Comments
 (0)