File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88[ assembly: AssemblyTitle ( "SharpMap Extensions" ) ]
99[ assembly: AssemblyDescription ( "Extensions for the SharpMap Engine" ) ]
10- [ assembly: AssemblyConfiguration ( "" ) ]
11- [ assembly: AssemblyCompany ( "iter.dk" ) ]
10+ [ assembly: AssemblyCompany ( "SharpMap-Team" ) ]
1211[ assembly: AssemblyProduct ( "SharpMap.Extensions" ) ]
1312[ assembly: AssemblyCopyright ( "Copyright © 2006 - 2012 Christian Gräfe, SharpMap-Team" ) ]
1413[ assembly: AssemblyTrademark ( "" ) ]
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
3+
4+ <Import Project =" $(MSBuildProjectDirectory)\..\SharpMap.Common.props" />
5+
36 <PropertyGroup >
47 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
58 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
173176 <PostBuildEvent >
174177 </PostBuildEvent >
175178 </PropertyGroup >
176- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
177- Other similar extension points exist, see Microsoft.Common.targets.
178- <Target Name="BeforeBuild">
179- </Target> -->
179+ <Target Name =" AfterBuild" Condition =" '$(Configuration)' == 'Release' " >
180+ <Message Importance =" high" Text =" $(MSBuildBinPath)" />
181+ <Message Importance =" high" Text =" $(MSBuildToolsPath)" />
182+ <Exec Command =" " NuGet.exe" pack " $(MSBuildProjectDirectory)\$(MSBuildProjectFile)" -Symbols -version $(Version) -Properties Configuration=Release -outputdirectory " $(MSBuildProjectDirectory)\$(OutDir)." " />
183+ </Target >
180184 <ItemGroup >
181185 <ProjectReference Include =" ..\SharpMap\SharpMap.csproj" >
182186 <Project >{C83777FC-AABB-47D9-911F-D76255D4D541}</Project >
You can’t perform that action at this time.
0 commit comments