markus / MarkusAutoUpdate / AssemblyInfo.msbuild @ d8f5045e
이력 | 보기 | 이력해설 | 다운로드 (633 Bytes)
1 | d8f5045e | taeseongkim | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|---|---|---|
2 | <Import Project="$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets"/> |
||
3 | <Target Name="Version"> |
||
4 | <AssemblyInfo Condition="'$(CCNetLabel)' != ''" CodeLanguage="CS" |
||
5 | OutputFile=".\AssemblyInfo.cs" |
||
6 | AssemblyVersion="$(CCNetLabel)" |
||
7 | AssemblyFileVersion="$(CCNetLabel)" |
||
8 | AssemblyTitle="NetSparkle" |
||
9 | AssemblyDescription="NetSparkle is an auto udpate framework for .NET developers" |
||
10 | AssemblyCompany="Dirk Eisenberg" |
||
11 | AssemblyCopyright="Copyright © Dirk Eisenberg 2010" /> |
||
12 | </Target> |
||
13 | </Project> |
||
14 |