Permalink
Browse files
[Assets] Solution file was generated with empty DefaultVisualStudioVe…
- Loading branch information
Showing
with
5 additions
and
5 deletions.
-
+5
−5
sources/assets/Xenko.Core.Assets/PackageSession.cs
|
@@ -401,16 +401,16 @@ public sealed class ProjectCollection : ObservableCollection<PackageContainer> |
|
|
/// </summary> |
|
|
public sealed partial class PackageSession : IDisposable, IAssetFinder |
|
|
{ |
|
|
/// <summary> |
|
|
/// The visual studio version property used for newly created project solution files |
|
|
/// </summary> |
|
|
internal static readonly Version DefaultVisualStudioVersion = new Version("14.0.23107.0"); |
|
|
|
|
|
internal static readonly string SolutionHeader = @"Microsoft Visual Studio Solution File, Format Version 12.00 |
|
|
# Visual Studio 14 |
|
|
VisualStudioVersion = {0} |
|
|
MinimumVisualStudioVersion = {0}".ToFormat(DefaultVisualStudioVersion); |
|
|
|
|
|
/// <summary> |
|
|
/// The visual studio version property used for newly created project solution files |
|
|
/// </summary> |
|
|
public static readonly Version DefaultVisualStudioVersion = new Version("14.0.23107.0"); |
|
|
|
|
|
private Dictionary<Package, List<PendingPackageUpgrade>> pendingPackageUpgradesPerPackage = new Dictionary<Package, List<PendingPackageUpgrade>>(); |
|
|
private readonly ConstraintProvider constraintProvider = new ConstraintProvider(); |
|
|
private readonly PackageCollection packages; |
|
|
0 comments on commit
a8c35f2