mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Update year
This commit is contained in:
parent
9376041641
commit
bfeeb167a6
5 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2018, COSMOS Project
|
||||
Copyright (c) 2019, COSMOS Project
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef VSVersion
|
||||
#define VSVersion "vs2017"
|
||||
#define VSVersion "vs2019"
|
||||
#endif
|
||||
|
||||
#if BuildConfiguration == "DevKit"
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
AppId=CosmosUserKit
|
||||
AppName=Cosmos User Kit
|
||||
AppVerName=Cosmos User Kit v{#ChangeSetVersion}
|
||||
AppCopyright=Copyright (c) 2007-2017 The Cosmos Project
|
||||
AppCopyright=Copyright (c) 2007-2019 The Cosmos Project
|
||||
AppPublisher=Cosmos Project
|
||||
AppPublisherURL=http://www.goCosmos.org/
|
||||
AppSupportURL=http://www.goCosmos.org/
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Copyright © 2007-2018, The Cosmos Project
|
||||
Copyright © 2007-2019, The Cosmos Project
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ namespace Cosmos.Build.Builder
|
|||
var il2cpuSourceDir = Path.Combine(il2cpuDir, "source");
|
||||
|
||||
var buildSlnPath = Path.Combine(_cosmosDir, "Build.sln");
|
||||
|
||||
|
||||
var vsipDir = Path.Combine(_cosmosDir, "Build", "VSIP") + '\\';
|
||||
|
||||
if (Directory.Exists(vsipDir))
|
||||
|
|
@ -84,7 +84,7 @@ namespace Cosmos.Build.Builder
|
|||
}
|
||||
|
||||
// Restore Build.sln
|
||||
|
||||
|
||||
yield return new RestoreTask(_msBuildService, buildSlnPath);
|
||||
|
||||
// Build Build.sln
|
||||
|
|
@ -150,7 +150,7 @@ namespace Cosmos.Build.Builder
|
|||
|
||||
if (!App.BuilderConfiguration.UserKit)
|
||||
{
|
||||
var cosmosSetupPath = Path.Combine(cosmosSetupDir, "Output", $"CosmosUserKit-{cosmosSetupVersion}-vs2017.exe");
|
||||
var cosmosSetupPath = Path.Combine(cosmosSetupDir, "Output", $"CosmosUserKit-{cosmosSetupVersion}-vs2019.exe");
|
||||
|
||||
// Run Setup
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ using System.Windows;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("ProjectRenamer")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2017")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2019")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue