|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project> |
| 3 | + <PropertyGroup> |
| 4 | + <Product>TouchMax</Product> |
| 5 | + <Description>TouchMax changes the Creation-Time and/or Modified-Time of any files or folders. It can use an absolute time or one relative to the file's creation time, file's modified time, or current time.</Description> |
| 6 | + |
| 7 | + <Authors>Stefan K.S. Tucker</Authors> |
| 8 | + <Company>12noon LLC</Company> |
| 9 | + <Year>$([System.DateTime]::UtcNow.Year)</Year> |
| 10 | + <Copyright>© 2006-$(Year) 12noon LLC</Copyright> |
| 11 | + </PropertyGroup> |
| 12 | + |
| 13 | + <PropertyGroup> |
| 14 | + <VersionPrefix>3.2.1</VersionPrefix> |
| 15 | + <VersionSuffix Condition="'$(Configuration)' == 'Debug'">debug</VersionSuffix> |
| 16 | + <!-- `Version` defaults to `VersionPrefix`+`VersionSuffix` --> |
| 17 | + |
| 18 | + <!-- Windows file properties A.B.C.0 --> |
| 19 | + <FileVersion>$(VersionPrefix).0</FileVersion> |
| 20 | + |
| 21 | + <!-- Stable API identity version, usually updated only on breaking changes --> |
| 22 | + <!-- Only set in individual projects. --> |
| 23 | + <AssemblyVersion /> |
| 24 | + |
| 25 | + <!-- Used for human-readable version, About, Explorer, crash logs, marketing|build metadata --> |
| 26 | + <!-- Defaults to `Version`+githash --> |
| 27 | + <InformationalVersion /> |
| 28 | + <IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion> |
| 29 | + |
| 30 | + <!-- Used for packaging (.wapproj) --> |
| 31 | + <AppxBundleVersion>$(Version)</AppxBundleVersion> |
| 32 | + |
| 33 | + <GenerateAssemblyInfo>true</GenerateAssemblyInfo> |
| 34 | + </PropertyGroup> |
| 35 | + |
| 36 | + <PropertyGroup> |
| 37 | + <ArtifactsPath>C:\VSIntermediate\TouchMax\artifacts\</ArtifactsPath> |
| 38 | + <BaseIntermediateOutputPath>$(ArtifactsPath)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath> |
| 39 | + </PropertyGroup> |
| 40 | +</Project> |
0 commit comments