Skip to content Navigation Menu Toggle navigation Sign in Appearance settings PlatformAI CODE CREATIONGitHub CopilotWrite better code with AIGitHub Copilot appDirect agents from issue to mergeMCP RegistryNewIntegrate external toolsDEVELOPER WORKFLOWSActionsAutomate any workflowCodespacesInstant dev environmentsIssuesPlan and track workCode ReviewManage code changesAPPLICATION SECURITYGitHub Advanced SecurityFind and fix vulnerabilitiesCode securitySecure your code as you buildSecret protectionStop leaks before they startEXPLOREWhy GitHubDocumentationBlogChangelogMarketplaceView all featuresSolutionsBY COMPANY SIZEEnterprisesSmall and medium teamsStartupsNonprofitsBY USE CASEApp ModernizationDevSecOpsDevOpsCI/CDView all use casesBY INDUSTRYHealthcareFinancial servicesManufacturingGovernmentView all industriesView all solutionsResourcesEXPLORE BY TOPICAISoftware DevelopmentDevOpsSecurityView all topicsEXPLORE BY TYPECustomer storiesEvents & webinarsEbooks & reportsBusiness insightsGitHub SkillsSUPPORT & SERVICESDocumentationCustomer supportCommunity forumTrust centerPartnersView all resourcesOpen SourceCOMMUNITYGitHub SponsorsFund open source developersPROGRAMSSecurity LabMaintainer CommunityAcceleratorGitHub StarsArchive ProgramREPOSITORIESTopicsTrendingCollectionsEnterpriseENTERPRISE SOLUTIONSEnterprise platformAI-powered developer platformAVAILABLE ADD-ONSGitHub Advanced SecurityEnterprise-grade security featuresCopilot for BusinessEnterprise-grade AI featuresPremium SupportEnterprise-grade 24/7 supportPricing Search or jump to... Search code, repositories, users, issues, pull requests... Search Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Saved searches Use saved searches to filter your results more quickly Name Query To see all available qualifiers, see our documentation. Sign in Sign up Appearance settings Resetting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} SharpMap / SharpMap Public Notifications You must be signed in to change notification settings Fork 305 Star 861 Code Issues 42 Pull requests 6 Discussions Actions Projects Wiki Security and quality 0 Insights Additional navigation options Code Issues Pull requests Discussions Actions Projects Wiki Security and quality Insights FilesExpand file tree developBreadcrumbsSharpMap/SharpMap.targetsCopy pathBlameMore file actionsBlameMore file actions Latest commit HistoryHistoryHistory57 lines (54 loc) · 2.58 KB developBreadcrumbsSharpMap/SharpMap.targetsCopy pathTopFile metadata and controlsCodeBlame57 lines (54 loc) · 2.58 KBRawCopy raw fileDownload raw fileOpen symbols panelEdit and raw actions123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"><!-- <PropertyGroup> <UseTools35 Condition=" '$(UseTools35)' == '' ">true</UseTools35> <VersionTargetName Condition=" '$(UseTools35)' == 'true' ">VersionGit</VersionTargetName> <VersionTargetName Condition=" '$(UseTools35)' == 'false' ">VersionNoTools35</VersionTargetName> <MSBuildCommunityTasksPath>$(MsBuildThisFileDirectory)BuildTools</MSBuildCommunityTasksPath> </PropertyGroup> <Import Project="$(MSBuildThisFileDirectory)BuildTools\MSBuild.Community.Tasks.targets"/> <Import Project="$(MSBuildThisFileDirectory)SharpMap.Common.props"/> <Target Name="Version"> <Message Text="Running $(VersionTargetName)"/> <CallTarget Targets="$(VersionTargetName)"/> </Target> <Target Name="VersionGit"> <Message Text="Building revision from git..." /> --><!--<GitVersion LocalPath="$(MSBuildThisFileDirectory)" ContinueOnError="ErrorAndStop"> <Output TaskParameter="CommitHash" PropertyName="Revision" /> </GitVersion> <AssemblyInfo CodeLanguage="CS" OutputFile="$(MSBuildThisFileDirectory)SharedAssemblyVersion.cs" AssemblyInformationalVersion="$(InformationalVersion)" AssemblyVersion="$(AssemblyVersion)" AssemblyFileVersion="$(FileVersion)" /> <OnError ExecuteTargets="VersionNoTools35"/> --><!-- <CallTarget Targets="VersionNoTools35" /> </Target> <Target Name="VersionNoTools35"> <Message Text="Building revision from git commit hash failed, or Microsoft.Build.Utilities.v3.5 could not be found." /> <ItemGroup> <AssemblyAttributes Include="AssemblyVersion"> <_Parameter1>$(AssemblyVersion)</_Parameter1> </AssemblyAttributes> <AssemblyAttributes Include="AssemblyFileVersion"> <_Parameter1>$(FileVersion)</_Parameter1> </AssemblyAttributes> <AssemblyAttributes Include="AssemblyInformationalVersion"> <_Parameter1>$(InformationalVersion)</_Parameter1> </AssemblyAttributes> </ItemGroup> <WriteCodeFragment Language="C#" OutputFile="$(MSBuildThisFileDirectory)SharedAssemblyVersion.cs" AssemblyAttributes="@(AssemblyAttributes)" /> --><!-- <AssemblyInfo CodeLanguage="CS" OutputFile="$(MSBuildThisFileDirectory)SharedAssemblyVersion.cs" AssemblyInformationalVersion="$(Major).$(Minor).$(Build).9999999" AssemblyVersion="$(Major).$(Minor).$(Build)" AssemblyFileVersion="$(Major).$(Minor).$(Build)" /> --> <!-- </Target>--> </Project> You can’t perform that action at this time.