Skip to content

Commit e241cdf

Browse files
Felix ObermaierFelix Obermaier
authored andcommitted
Updating NuGet imports so solution will build on Linux/OSX environments
1 parent 59a4a5f commit e241cdf

25 files changed

Lines changed: 657 additions & 685 deletions

File tree

.nuget/NuGet.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<PropertyGroup>
4141
<!-- NuGet command -->
42-
<NuGetExePath Condition=" '$(NuGetExePath)' == '' ">$(NuGetToolsPath)\nuget.exe</NuGetExePath>
42+
<NuGetExePath Condition=" '$(NuGetExePath)' == '' ">$(NuGetToolsPath)\NuGet.exe</NuGetExePath>
4343
<PackageSources Condition=" $(PackageSources) == '' ">@(PackageSource)</PackageSources>
4444

4545
<NuGetCommand Condition=" '$(OS)' == 'Windows_NT'">"$(NuGetExePath)"</NuGetCommand>
@@ -148,4 +148,4 @@
148148
</Code>
149149
</Task>
150150
</UsingTask>
151-
</Project>
151+
</Project>

Examples/DemoWinForm/DemoWinForm.csproj

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>9.0.30729</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
86
<ProjectGuid>{73A45373-6307-4D39-9FE9-E8803F95FAB6}</ProjectGuid>
97
<OutputType>WinExe</OutputType>
108
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -55,6 +53,8 @@
5553
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
5654
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
5755
<Prefer32Bit>false</Prefer32Bit>
56+
<WarningLevel>4</WarningLevel>
57+
<Optimize>false</Optimize>
5858
</PropertyGroup>
5959
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseDSProjection|AnyCPU'">
6060
<OutputPath>bin\ReleaseDSProjection\</OutputPath>
@@ -65,6 +65,7 @@
6565
<ErrorReport>prompt</ErrorReport>
6666
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
6767
<Prefer32Bit>false</Prefer32Bit>
68+
<WarningLevel>4</WarningLevel>
6869
</PropertyGroup>
6970
<ItemGroup>
7071
<Reference Include="GeoAPI">
@@ -78,12 +79,12 @@
7879
<Private>True</Private>
7980
</Reference>
8081
<Reference Include="System" />
81-
<Reference Include="System.configuration" />
8282
<Reference Include="System.Data" />
8383
<Reference Include="System.Deployment" />
8484
<Reference Include="System.Drawing" />
8585
<Reference Include="System.Windows.Forms" />
8686
<Reference Include="System.Xml" />
87+
<Reference Include="System.Configuration" />
8788
</ItemGroup>
8889
<ItemGroup>
8990
<Compile Include="ILayerFactory.cs" />
@@ -125,14 +126,14 @@
125126
<Compile Include="ShapeFileLayerFactory.cs" />
126127
</ItemGroup>
127128
<ItemGroup>
128-
<ProjectReference Include="..\..\SharpMap.UI\SharpMap.UI.csproj">
129-
<Project>{dd1cc1db-4bf9-4c88-a100-733d84795f3a}</Project>
130-
<Name>SharpMap.UI</Name>
131-
</ProjectReference>
132129
<ProjectReference Include="..\..\SharpMap\SharpMap.csproj">
133130
<Project>{C83777FC-AABB-47D9-911F-D76255D4D541}</Project>
134131
<Name>SharpMap</Name>
135132
</ProjectReference>
133+
<ProjectReference Include="..\..\SharpMap.UI\SharpMap.UI.csproj">
134+
<Project>{DD1CC1DB-4BF9-4C88-A100-733D84795F3A}</Project>
135+
<Name>SharpMap.UI</Name>
136+
</ProjectReference>
136137
</ItemGroup>
137138
<ItemGroup>
138139
<None Include="Resources\AddTableHS.png" />
@@ -189,7 +190,7 @@
189190
<None Include="Resources\Women.png" />
190191
</ItemGroup>
191192
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
192-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
193+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
193194
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
194195
Other similar extension points exist, see Microsoft.Common.targets.
195196
<Target Name="BeforeBuild">

Examples/ExampleCodeSnippets/ExampleCodeSnippets.csproj

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>9.0.30729</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
86
<ProjectGuid>{A4184D38-C5A6-4E01-9D1C-8C63791AF825}</ProjectGuid>
97
<OutputType>Library</OutputType>
108
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -55,6 +53,8 @@
5553
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
5654
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
5755
<Prefer32Bit>false</Prefer32Bit>
56+
<WarningLevel>4</WarningLevel>
57+
<Optimize>false</Optimize>
5858
</PropertyGroup>
5959
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseDSProjection|AnyCPU'">
6060
<OutputPath>bin\ReleaseDSProjection\</OutputPath>
@@ -65,6 +65,7 @@
6565
<ErrorReport>prompt</ErrorReport>
6666
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
6767
<Prefer32Bit>false</Prefer32Bit>
68+
<WarningLevel>4</WarningLevel>
6869
</PropertyGroup>
6970
<ItemGroup>
7071
<Reference Include="alglibnet2">
@@ -122,10 +123,6 @@
122123
</None>
123124
</ItemGroup>
124125
<ItemGroup>
125-
<ProjectReference Include="..\..\SharpMap.Extensions\SharpMap.Extensions.csproj">
126-
<Project>{A4140C12-53F5-438C-8D24-9E48C504FECF}</Project>
127-
<Name>SharpMap.Extensions</Name>
128-
</ProjectReference>
129126
<ProjectReference Include="..\..\SharpMap.Layers.HeatLayer\SharpMap.Layers.HeatLayer.csproj">
130127
<Project>{47F790C2-6DC0-4A09-9026-FC81A09FD6A3}</Project>
131128
<Name>SharpMap.Layers.HeatLayer</Name>
@@ -134,9 +131,13 @@
134131
<Project>{C83777FC-AABB-47D9-911F-D76255D4D541}</Project>
135132
<Name>SharpMap</Name>
136133
</ProjectReference>
134+
<ProjectReference Include="..\..\SharpMap.Extensions\SharpMap.Extensions.csproj">
135+
<Project>{A4140C12-53F5-438C-8D24-9E48C504FECF}</Project>
136+
<Name>SharpMap.Extensions</Name>
137+
</ProjectReference>
137138
</ItemGroup>
138139
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
139-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
140+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
140141
<PropertyGroup>
141142
<PostBuildEvent>copy /b /y "$(SolutionDir)Examples\DemoWinForm\Resources\Women.png" "$(TargetDir)Women.png"
142143
if not exist "$(TargetDir)gdal" md "$(TargetDir)gdal"

Examples/RoutingExample/RoutingExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
</ProjectReference>
146146
</ItemGroup>
147147
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
148-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
148+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
149149
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
150150
Other similar extension points exist, see Microsoft.Common.targets.
151151
<Target Name="BeforeBuild">

Examples/SharpMap.Demo.Wms/SharpMap.Demo.Wms.csproj

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProductVersion>9.0.30729</ProductVersion>
8-
<SchemaVersion>2.0</SchemaVersion>
97
<ProjectGuid>{7EF67DF8-D868-4177-8817-4CC2E94ABD66}</ProjectGuid>
108
<ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
119
<OutputType>Library</OutputType>
@@ -58,10 +56,6 @@
5856
<SpecificVersion>False</SpecificVersion>
5957
<HintPath>..\..\packages\GeoAPI.1.7.3.1\lib\net40-client\GeoAPI.dll</HintPath>
6058
</Reference>
61-
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62-
<Private>True</Private>
63-
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
64-
</Reference>
6559
<Reference Include="NetTopologySuite, Version=1.13.3.0, Culture=neutral, PublicKeyToken=f580a05016ebada1, processorArchitecture=MSIL">
6660
<SpecificVersion>False</SpecificVersion>
6761
<HintPath>..\..\packages\NetTopologySuite.1.13.3.2\lib\net40-client\NetTopologySuite.dll</HintPath>
@@ -126,6 +120,10 @@
126120
<Reference Include="System.EnterpriseServices" />
127121
<Reference Include="System.Web.Mobile" />
128122
<Reference Include="System.Xml.Linq" />
123+
<Reference Include="Microsoft.Web.Infrastructure">
124+
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
125+
<Private>True</Private>
126+
</Reference>
129127
</ItemGroup>
130128
<ItemGroup>
131129
<Compile Include="Controllers\BuildingsController.cs" />
@@ -706,7 +704,7 @@
706704
</ItemGroup>
707705
<ItemGroup>
708706
<ProjectReference Include="..\..\SharpMap.Web\SharpMap.Web.csproj">
709-
<Project>{292ef671-4063-4952-8de0-423df72a0950}</Project>
707+
<Project>{292EF671-4063-4952-8DE0-423DF72A0950}</Project>
710708
<Name>SharpMap.Web</Name>
711709
</ProjectReference>
712710
<ProjectReference Include="..\..\SharpMap\SharpMap.csproj">
@@ -750,8 +748,13 @@
750748
</WebProjectProperties>
751749
</FlavorProperties>
752750
</VisualStudio>
751+
<MonoDevelop>
752+
<Properties>
753+
<XspParameters Port="8080" Address="127.0.0.1" SslMode="None" SslProtocol="Default" KeyType="None" CertFile="" KeyFile="" PasswordOptions="None" Password="" Verbose="True" />
754+
</Properties>
755+
</MonoDevelop>
753756
</ProjectExtensions>
754-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
757+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
755758
<Import Project="..\..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets')" />
756759
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
757760
<PropertyGroup>

Examples/WPFSamples/WPFSamples.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<OutputPath>bin\Debug\</OutputPath>
2626
<DefineConstants>DEBUG;TRACE</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
28-
<WarningLevel>4</WarningLevel>
2928
<Prefer32Bit>false</Prefer32Bit>
3029
</PropertyGroup>
3130
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
@@ -35,7 +34,6 @@
3534
<OutputPath>bin\Release\</OutputPath>
3635
<DefineConstants>TRACE</DefineConstants>
3736
<ErrorReport>prompt</ErrorReport>
38-
<WarningLevel>4</WarningLevel>
3937
<Prefer32Bit>false</Prefer32Bit>
4038
</PropertyGroup>
4139
<ItemGroup>

Examples/WinFormSamples/WinFormSamples.csproj

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>9.0.30729</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
86
<ProjectGuid>{F81C1843-3B2A-4D72-81AA-A658DB11FA85}</ProjectGuid>
97
<OutputType>WinExe</OutputType>
108
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -70,6 +68,8 @@
7068
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
7169
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
7270
<Prefer32Bit>false</Prefer32Bit>
71+
<WarningLevel>4</WarningLevel>
72+
<Optimize>false</Optimize>
7373
</PropertyGroup>
7474
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseDSProjection|AnyCPU'">
7575
<OutputPath>bin\ReleaseDSProjection\</OutputPath>
@@ -80,6 +80,7 @@
8080
<ErrorReport>prompt</ErrorReport>
8181
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
8282
<Prefer32Bit>false</Prefer32Bit>
83+
<WarningLevel>4</WarningLevel>
8384
</PropertyGroup>
8485
<ItemGroup>
8586
<Reference Include="BruTile">
@@ -157,15 +158,9 @@
157158
<Compile Include="DockAreaForm.cs">
158159
<SubType>Form</SubType>
159160
</Compile>
160-
<Compile Include="DockAreaForm.designer.cs">
161-
<DependentUpon>DockAreaForm.cs</DependentUpon>
162-
</Compile>
163161
<Compile Include="Form2.cs">
164162
<SubType>Form</SubType>
165163
</Compile>
166-
<Compile Include="Form2.designer.cs">
167-
<DependentUpon>Form2.cs</DependentUpon>
168-
</Compile>
169164
<Compile Include="FormAnimation.cs">
170165
<SubType>Form</SubType>
171166
</Compile>
@@ -208,15 +203,6 @@
208203
<Compile Include="SampleTool.cs" />
209204
<Compile Include="SharpMapTileSource.cs" />
210205
<EmbeddedResource Include="Magnifier.cur" />
211-
<None Include="GeoData\World\cities.dbf">
212-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
213-
</None>
214-
<None Include="GeoData\World\cities.shp">
215-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
216-
</None>
217-
<None Include="GeoData\World\cities.shx">
218-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
219-
</None>
220206
<None Include="GeoData\World\shp_textonpath\DeMo_Quan5.dbf">
221207
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
222208
</None>
@@ -506,6 +492,21 @@
506492
<Compile Include="Samples\WfsSample.cs" />
507493
<Compile Include="Samples\WmsSample.cs" />
508494
<Compile Include="Samples\TileLayerSample.cs" />
495+
<Compile Include="DockAreaForm.Designer.cs">
496+
<DependentUpon>DockAreaForm.cs</DependentUpon>
497+
</Compile>
498+
<Compile Include="Form2.Designer.cs">
499+
<DependentUpon>Form2.cs</DependentUpon>
500+
</Compile>
501+
<None Include="GeoData\World\cities.DBF">
502+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
503+
</None>
504+
<None Include="GeoData\World\cities.SHP">
505+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
506+
</None>
507+
<None Include="GeoData\World\cities.SHX">
508+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
509+
</None>
509510
</ItemGroup>
510511
<ItemGroup>
511512
<Content Include="GeoData\GeoTiff\format01-image_a.tif">
@@ -552,22 +553,22 @@
552553
</Content>
553554
</ItemGroup>
554555
<ItemGroup>
556+
<ProjectReference Include="..\..\SharpMap.Layers.HeatLayer\SharpMap.Layers.HeatLayer.csproj">
557+
<Project>{47F790C2-6DC0-4A09-9026-FC81A09FD6A3}</Project>
558+
<Name>SharpMap.Layers.HeatLayer</Name>
559+
</ProjectReference>
560+
<ProjectReference Include="..\..\SharpMap\SharpMap.csproj">
561+
<Project>{C83777FC-AABB-47D9-911F-D76255D4D541}</Project>
562+
<Name>SharpMap</Name>
563+
</ProjectReference>
555564
<ProjectReference Include="..\..\SharpMap.Extensions\SharpMap.Extensions.csproj">
556565
<Project>{A4140C12-53F5-438C-8D24-9E48C504FECF}</Project>
557566
<Name>SharpMap.Extensions</Name>
558567
</ProjectReference>
559-
<ProjectReference Include="..\..\SharpMap.Layers.HeatLayer\SharpMap.Layers.HeatLayer.csproj">
560-
<Project>{47f790c2-6dc0-4a09-9026-fc81a09fd6a3}</Project>
561-
<Name>SharpMap.Layers.HeatLayer</Name>
562-
</ProjectReference>
563568
<ProjectReference Include="..\..\SharpMap.UI\SharpMap.UI.csproj">
564569
<Project>{DD1CC1DB-4BF9-4C88-A100-733D84795F3A}</Project>
565570
<Name>SharpMap.UI</Name>
566571
</ProjectReference>
567-
<ProjectReference Include="..\..\SharpMap\SharpMap.csproj">
568-
<Project>{C83777FC-AABB-47D9-911F-D76255D4D541}</Project>
569-
<Name>SharpMap</Name>
570-
</ProjectReference>
571572
</ItemGroup>
572573
<ItemGroup>
573574
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
@@ -594,7 +595,7 @@
594595
xcopy /s /y "$(SolutionDir)packages\GDAL.Native.1.9.2\gdal\*.*" "$(TargetDir)gdal"
595596
</PostBuildEvent>
596597
</PropertyGroup>
597-
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
598+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
598599
<Import Project="..\..\packages\System.Data.SQLite.Core.1.0.94.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core.1.0.94.0\build\net40\System.Data.SQLite.Core.targets')" />
599600
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
600601
<PropertyGroup>

SharpMap.Data.Providers.FileGdb/SharpMap.Data.Providers.FileGdb.csproj

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>8.0.30703</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
86
<ProjectGuid>{42AD06D5-ACDF-4991-B052-232235F002BA}</ProjectGuid>
97
<OutputType>Library</OutputType>
108
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -81,12 +79,6 @@
8179
<ItemGroup>
8280
<Content Include="ReadMe.txt" />
8381
</ItemGroup>
84-
<ItemGroup>
85-
<ProjectReference Include="..\SharpMap\SharpMap.csproj">
86-
<Project>{c83777fc-aabb-47d9-911f-d76255d4d541}</Project>
87-
<Name>SharpMap</Name>
88-
</ProjectReference>
89-
</ItemGroup>
9082
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9183
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
9284
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
@@ -102,4 +94,10 @@
10294
<Target Name="AfterBuild">
10395
</Target>
10496
-->
97+
<ItemGroup>
98+
<ProjectReference Include="..\SharpMap\SharpMap.csproj">
99+
<Project>{C83777FC-AABB-47D9-911F-D76255D4D541}</Project>
100+
<Name>SharpMap</Name>
101+
</ProjectReference>
102+
</ItemGroup>
105103
</Project>

SharpMap.Data.Providers.GeoPackage/SharpMap.Data.Providers.GeoPackage.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@
9191
<None Include="app.config" />
9292
<None Include="packages.config" />
9393
</ItemGroup>
94-
<ItemGroup>
95-
<ProjectReference Include="..\SharpMap\SharpMap.csproj">
96-
<Project>{c83777fc-aabb-47d9-911f-d76255d4d541}</Project>
97-
<Name>SharpMap</Name>
98-
</ProjectReference>
99-
</ItemGroup>
10094
<ItemGroup>
10195
<EmbeddedResource Include="Properties\Resources.resx">
10296
<Generator>ResXFileCodeGenerator</Generator>
@@ -120,4 +114,10 @@
120114
<Target Name="AfterBuild">
121115
</Target>
122116
-->
117+
<ItemGroup>
118+
<ProjectReference Include="..\SharpMap\SharpMap.csproj">
119+
<Project>{C83777FC-AABB-47D9-911F-D76255D4D541}</Project>
120+
<Name>SharpMap</Name>
121+
</ProjectReference>
122+
</ItemGroup>
123123
</Project>

0 commit comments

Comments
 (0)