diff --git a/Content.Benchmarks/Content.Benchmarks.csproj b/Content.Benchmarks/Content.Benchmarks.csproj index c3b60a1c69..28e83881d4 100644 --- a/Content.Benchmarks/Content.Benchmarks.csproj +++ b/Content.Benchmarks/Content.Benchmarks.csproj @@ -1,4 +1,4 @@ - + @@ -10,6 +10,7 @@ true 12 + diff --git a/Content.Client/.filenesting.json b/Content.Client/.filenesting.json new file mode 100644 index 0000000000..0b71966277 --- /dev/null +++ b/Content.Client/.filenesting.json @@ -0,0 +1,3 @@ +{ + "help":"https://go.microsoft.com/fwlink/?linkid=866610" +} \ No newline at end of file diff --git a/Content.Client/Content.Client.csproj b/Content.Client/Content.Client.csproj index c1958acba7..0a629a4d1d 100644 --- a/Content.Client/Content.Client.csproj +++ b/Content.Client/Content.Client.csproj @@ -12,6 +12,7 @@ Debug;Release;Tools;DebugOpt AnyCPU + diff --git a/Content.Client/Corvax/TTS/TTSSystem.cs b/Content.Client/Corvax/TTS/TTSSystem.cs index 59595053d6..d8bad0acb6 100644 --- a/Content.Client/Corvax/TTS/TTSSystem.cs +++ b/Content.Client/Corvax/TTS/TTSSystem.cs @@ -1,4 +1,3 @@ -#define LPP_TTS_play //комментировать при ошибках using Content.Shared.Chat; using Content.Shared.Corvax.CCCVars; using Content.Shared.Corvax.TTS; diff --git a/Content.Client/Entry/EntryPoint.cs b/Content.Client/Entry/EntryPoint.cs index 12ec8ee30c..22d7b986f7 100644 --- a/Content.Client/Entry/EntryPoint.cs +++ b/Content.Client/Entry/EntryPoint.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using Content.Client.Administration.Managers; using Content.Client.Changelog; using Content.Client.Chat.Managers; diff --git a/Content.Client/IoC/ClientContentIoC.cs b/Content.Client/IoC/ClientContentIoC.cs index bd35d711c3..bcca9485da 100644 --- a/Content.Client/IoC/ClientContentIoC.cs +++ b/Content.Client/IoC/ClientContentIoC.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using Content.Client.Administration.Managers; using Content.Client.Changelog; using Content.Client.Chat.Managers; diff --git a/Content.Client/Preferences/ClientPreferencesManager.cs b/Content.Client/Preferences/ClientPreferencesManager.cs index 4272ed2703..7534b568f4 100644 --- a/Content.Client/Preferences/ClientPreferencesManager.cs +++ b/Content.Client/Preferences/ClientPreferencesManager.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using System; using System.Collections.Generic; using System.Linq; diff --git a/Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs b/Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs index 2f73b4afc8..e474c5b7f9 100644 --- a/Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs +++ b/Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using System.Linq; using System.Numerics; using Content.Client.Humanoid; diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index 4a07c38fef..f5a2ceb394 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using System.Linq; using System.Numerics; using Content.Client.Guidebook; diff --git a/Content.IntegrationTests/Content.IntegrationTests.csproj b/Content.IntegrationTests/Content.IntegrationTests.csproj index 2e922d2509..013c7e4847 100644 --- a/Content.IntegrationTests/Content.IntegrationTests.csproj +++ b/Content.IntegrationTests/Content.IntegrationTests.csproj @@ -1,4 +1,4 @@ - + $(TargetFramework) @@ -7,6 +7,7 @@ false 12 + diff --git a/Content.IntegrationTests/Tests/Preferences/ServerDbSqliteTests.cs b/Content.IntegrationTests/Tests/Preferences/ServerDbSqliteTests.cs index b70fcccf26..bfa6d79384 100644 --- a/Content.IntegrationTests/Tests/Preferences/ServerDbSqliteTests.cs +++ b/Content.IntegrationTests/Tests/Preferences/ServerDbSqliteTests.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using System.Collections.Generic; using System.Linq; using Content.Server.Database; diff --git a/Content.MapRenderer/Content.MapRenderer.csproj b/Content.MapRenderer/Content.MapRenderer.csproj index 4320717732..33e8f9449a 100644 --- a/Content.MapRenderer/Content.MapRenderer.csproj +++ b/Content.MapRenderer/Content.MapRenderer.csproj @@ -6,6 +6,7 @@ enable true + diff --git a/Content.Packaging/Content.Packaging.csproj b/Content.Packaging/Content.Packaging.csproj index 9823e40b8e..479dd5df42 100644 --- a/Content.Packaging/Content.Packaging.csproj +++ b/Content.Packaging/Content.Packaging.csproj @@ -5,6 +5,7 @@ enable True + diff --git a/Content.Server.Database/Content.Server.Database.csproj b/Content.Server.Database/Content.Server.Database.csproj index d98d0642db..87b86f8b5e 100644 --- a/Content.Server.Database/Content.Server.Database.csproj +++ b/Content.Server.Database/Content.Server.Database.csproj @@ -11,6 +11,8 @@ RA0003 + + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Content.Server.Database/Migrations/Postgres/20221128142328_Sponsors.Designer.cs b/Content.Server.Database/Migrations/Postgres/20221128142328_Sponsors.Designer.cs index 6e816ab744..6ef871db30 100644 --- a/Content.Server.Database/Migrations/Postgres/20221128142328_Sponsors.Designer.cs +++ b/Content.Server.Database/Migrations/Postgres/20221128142328_Sponsors.Designer.cs @@ -1,4 +1,5 @@ // +#if LPP_Sponsors using System; using System.Net; using System.Text.Json; @@ -1380,3 +1381,4 @@ protected override void BuildTargetModel(ModelBuilder modelBuilder) } } } +#endif diff --git a/Content.Server.Database/Migrations/Postgres/20221128142328_Sponsors.cs b/Content.Server.Database/Migrations/Postgres/20221128142328_Sponsors.cs index 996fa2e704..ccbfd06bbd 100644 --- a/Content.Server.Database/Migrations/Postgres/20221128142328_Sponsors.cs +++ b/Content.Server.Database/Migrations/Postgres/20221128142328_Sponsors.cs @@ -1,3 +1,4 @@ +#if LPP_Sponsors using System; using Microsoft.EntityFrameworkCore.Migrations; @@ -42,3 +43,4 @@ protected override void Down(MigrationBuilder migrationBuilder) } } } +#endif diff --git a/Content.Server.Database/Migrations/Postgres/20221202112609_Sponsor-AllowJob.Designer.cs b/Content.Server.Database/Migrations/Postgres/20221202112609_Sponsor-AllowJob.Designer.cs index 34c3aed4aa..4905cf21a1 100644 --- a/Content.Server.Database/Migrations/Postgres/20221202112609_Sponsor-AllowJob.Designer.cs +++ b/Content.Server.Database/Migrations/Postgres/20221202112609_Sponsor-AllowJob.Designer.cs @@ -1,4 +1,5 @@ // +#if LPP_Sponsors using System; using System.Net; using System.Text.Json; @@ -1384,3 +1385,4 @@ protected override void BuildTargetModel(ModelBuilder modelBuilder) } } } +#endif diff --git a/Content.Server.Database/Migrations/Postgres/20221202112609_Sponsor-AllowJob.cs b/Content.Server.Database/Migrations/Postgres/20221202112609_Sponsor-AllowJob.cs index 6457ee2474..ebb4967a31 100644 --- a/Content.Server.Database/Migrations/Postgres/20221202112609_Sponsor-AllowJob.cs +++ b/Content.Server.Database/Migrations/Postgres/20221202112609_Sponsor-AllowJob.cs @@ -1,4 +1,5 @@ -using Microsoft.EntityFrameworkCore.Migrations; +#if LPP_Sponsors +using Microsoft.EntityFrameworkCore.Migrations; #nullable disable @@ -24,3 +25,4 @@ protected override void Down(MigrationBuilder migrationBuilder) } } } +#endif diff --git a/Content.Server.Database/Migrations/Postgres/20240422101522_Donate.Designer.cs b/Content.Server.Database/Migrations/Postgres/20240422101522_Donate.Designer.cs index b1fc50afe5..f571b08cb5 100644 --- a/Content.Server.Database/Migrations/Postgres/20240422101522_Donate.Designer.cs +++ b/Content.Server.Database/Migrations/Postgres/20240422101522_Donate.Designer.cs @@ -1,4 +1,5 @@ -// +// +#if LPP_Sponsors using System; using System.Net; using System.Text.Json; @@ -1810,3 +1811,4 @@ protected override void BuildTargetModel(ModelBuilder modelBuilder) } } } +#endif diff --git a/Content.Server.Database/Migrations/Postgres/20240422101522_Donate.cs b/Content.Server.Database/Migrations/Postgres/20240422101522_Donate.cs index 272f74492c..ed572f7007 100644 --- a/Content.Server.Database/Migrations/Postgres/20240422101522_Donate.cs +++ b/Content.Server.Database/Migrations/Postgres/20240422101522_Donate.cs @@ -1,4 +1,5 @@ -using Microsoft.EntityFrameworkCore.Migrations; +#if LPP_Sponsors +using Microsoft.EntityFrameworkCore.Migrations; #nullable disable @@ -44,3 +45,4 @@ protected override void Down(MigrationBuilder migrationBuilder) } } } +#endif diff --git a/Content.Server.Database/Migrations/Sqlite/20221128142316_Sponsors.Designer.cs b/Content.Server.Database/Migrations/Sqlite/20221128142316_Sponsors.Designer.cs index f0fd1e642f..d567850484 100644 --- a/Content.Server.Database/Migrations/Sqlite/20221128142316_Sponsors.Designer.cs +++ b/Content.Server.Database/Migrations/Sqlite/20221128142316_Sponsors.Designer.cs @@ -1,4 +1,5 @@ // +#if LPP_Sponsors using System; using Content.Server.Database; using Microsoft.EntityFrameworkCore; @@ -1312,3 +1313,4 @@ protected override void BuildTargetModel(ModelBuilder modelBuilder) } } } +#endif diff --git a/Content.Server.Database/Migrations/Sqlite/20221128142316_Sponsors.cs b/Content.Server.Database/Migrations/Sqlite/20221128142316_Sponsors.cs index 90e14aa6c1..7617105f64 100644 --- a/Content.Server.Database/Migrations/Sqlite/20221128142316_Sponsors.cs +++ b/Content.Server.Database/Migrations/Sqlite/20221128142316_Sponsors.cs @@ -1,3 +1,4 @@ +#if LPP_Sponsors using System; using Microsoft.EntityFrameworkCore.Migrations; @@ -41,3 +42,4 @@ protected override void Down(MigrationBuilder migrationBuilder) } } } +#endif diff --git a/Content.Server.Database/Migrations/Sqlite/20221202112556_Sponsor-AllowJob.Designer.cs b/Content.Server.Database/Migrations/Sqlite/20221202112556_Sponsor-AllowJob.Designer.cs index aec102a20e..43165c75be 100644 --- a/Content.Server.Database/Migrations/Sqlite/20221202112556_Sponsor-AllowJob.Designer.cs +++ b/Content.Server.Database/Migrations/Sqlite/20221202112556_Sponsor-AllowJob.Designer.cs @@ -1,4 +1,5 @@ // +#if LPP_Sponsors using System; using Content.Server.Database; using Microsoft.EntityFrameworkCore; @@ -1316,3 +1317,4 @@ protected override void BuildTargetModel(ModelBuilder modelBuilder) } } } +#endif diff --git a/Content.Server.Database/Migrations/Sqlite/20221202112556_Sponsor-AllowJob.cs b/Content.Server.Database/Migrations/Sqlite/20221202112556_Sponsor-AllowJob.cs index f31b10e0bf..1d4bd3702d 100644 --- a/Content.Server.Database/Migrations/Sqlite/20221202112556_Sponsor-AllowJob.cs +++ b/Content.Server.Database/Migrations/Sqlite/20221202112556_Sponsor-AllowJob.cs @@ -1,4 +1,5 @@ -using Microsoft.EntityFrameworkCore.Migrations; +#if LPP_Sponsors +using Microsoft.EntityFrameworkCore.Migrations; #nullable disable @@ -24,3 +25,4 @@ protected override void Down(MigrationBuilder migrationBuilder) } } } +#endif diff --git a/Content.Server.Database/Migrations/Sqlite/20240422101522_Donate.Designer.cs b/Content.Server.Database/Migrations/Sqlite/20240422101522_Donate.Designer.cs index 047669ba42..72252d114f 100644 --- a/Content.Server.Database/Migrations/Sqlite/20240422101522_Donate.Designer.cs +++ b/Content.Server.Database/Migrations/Sqlite/20240422101522_Donate.Designer.cs @@ -1,4 +1,5 @@ -// +// +#if LPP_Sponsors using System; using Content.Server.Database; using Microsoft.EntityFrameworkCore; @@ -1844,3 +1845,4 @@ protected override void BuildTargetModel(ModelBuilder modelBuilder) } } } +#endif diff --git a/Content.Server.Database/Migrations/Sqlite/20240422101522_Donate.cs b/Content.Server.Database/Migrations/Sqlite/20240422101522_Donate.cs index 5229494f9e..d06eee2403 100644 --- a/Content.Server.Database/Migrations/Sqlite/20240422101522_Donate.cs +++ b/Content.Server.Database/Migrations/Sqlite/20240422101522_Donate.cs @@ -1,4 +1,5 @@ -using Microsoft.EntityFrameworkCore.Migrations; +#if LPP_Sponsors +using Microsoft.EntityFrameworkCore.Migrations; #nullable disable @@ -45,3 +46,4 @@ protected override void Down(MigrationBuilder migrationBuilder) } } } +#endif diff --git a/Content.Server.Database/Model.cs b/Content.Server.Database/Model.cs index 2779831b79..c8e1862f26 100644 --- a/Content.Server.Database/Model.cs +++ b/Content.Server.Database/Model.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; @@ -41,7 +40,9 @@ protected ServerDbContext(DbContextOptions options) : base(options) public DbSet AdminNotes { get; set; } = null!; public DbSet AdminWatchlists { get; set; } = null!; public DbSet AdminMessages { get; set; } = null!; - public DbSet Sponsors { get; set; } = null!; // _LostParadise-Sponsors +#if LPP_Sponsors // _LostParadise-Sponsors + public DbSet Sponsors { get; set; } = null!; +#endif protected override void OnModelCreating(ModelBuilder modelBuilder) { @@ -64,12 +65,11 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) modelBuilder.Entity() .HasIndex(p => new {HumanoidProfileId = p.ProfileId, p.LoadoutName}) .IsUnique(); - +#if LPP_Sponsors modelBuilder.Entity() // _LostParadise-Sponsors .HasIndex(p => p.UserId) .IsUnique(); -#if LPP_Sponsors // _LostParadise-Sponsors modelBuilder.Entity() .HasIndex(p => new { HumanoidProfileId = p.ProfileId, p.DonateName }) .IsUnique(); @@ -1051,7 +1051,8 @@ public class AdminMessage : IAdminRemarksCommon public bool Dismissed { get; set; } } - [Table("sponsors")] // _LostParadise-Sponsors +#if LPP_Sponsors // _LostParadise-Sponsors + [Table("sponsors")] public class Sponsor { [Required, Key] public Guid UserId { get; set; } @@ -1063,4 +1064,5 @@ public class Sponsor public DateTime ExpireDate {get;set;} public bool AllowJob { get; set; } = false; } +#endif } diff --git a/Content.Server/Chat/Managers/ChatManager.cs b/Content.Server/Chat/Managers/ChatManager.cs index 40cd070cce..1c097bd134 100644 --- a/Content.Server/Chat/Managers/ChatManager.cs +++ b/Content.Server/Chat/Managers/ChatManager.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.InteropServices; diff --git a/Content.Server/Connection/ConnectionManager.cs b/Content.Server/Connection/ConnectionManager.cs index d4ec59f8ad..d9c9a9d125 100644 --- a/Content.Server/Connection/ConnectionManager.cs +++ b/Content.Server/Connection/ConnectionManager.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using System.Collections.Immutable; using System.Runtime.InteropServices; using System.Text.Json.Nodes; diff --git a/Content.Server/Content.Server.csproj b/Content.Server/Content.Server.csproj index 8782454eac..1896b3c5f9 100644 --- a/Content.Server/Content.Server.csproj +++ b/Content.Server/Content.Server.csproj @@ -13,6 +13,7 @@ enable true + diff --git a/Content.Server/Database/ServerDbBase.cs b/Content.Server/Database/ServerDbBase.cs index e38f94c196..69c6e277ff 100644 --- a/Content.Server/Database/ServerDbBase.cs +++ b/Content.Server/Database/ServerDbBase.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; @@ -1601,7 +1600,7 @@ protected abstract class DbGuard : IAsyncDisposable public abstract ValueTask DisposeAsync(); } - +#if LPP_Sponsors #region Sponsors public async Task GetSponsorInfo(NetUserId userId) // _LostParadise-Sponsors { @@ -1615,5 +1614,6 @@ protected abstract class DbGuard : IAsyncDisposable return await db.DbContext.Sponsors.AsNoTracking().ToArrayAsync(); } #endregion +#endif } } diff --git a/Content.Server/Database/ServerDbManager.cs b/Content.Server/Database/ServerDbManager.cs index 814c905660..5c02b22e1d 100644 --- a/Content.Server/Database/ServerDbManager.cs +++ b/Content.Server/Database/ServerDbManager.cs @@ -286,10 +286,12 @@ Task AddConnectionLogAsync( #endregion +#if LPP_Sponsors #region Sponsors Task GetSponsorInfo(NetUserId userId, CancellationToken cancel = default); //_LostParadise-Sponsors Task GetSponsorList(CancellationToken cancel = default); #endregion +#endif } public sealed class ServerDbManager : IServerDbManager @@ -921,7 +923,7 @@ private IAsyncEnumerable RunDbCommand(Func> command) return enumerable; } - // _LostParadise-Sponsors +#if LPP_Sponsors // _LostParadise-Sponsors public async Task GetSponsorInfo(NetUserId userId, CancellationToken cancel = default) { DbWriteOpsMetric.Inc(); @@ -933,6 +935,7 @@ private IAsyncEnumerable RunDbCommand(Func> command) DbWriteOpsMetric.Inc(); return await _db.GetSponsorList(); } +#endif private DbContextOptions CreatePostgresOptions() { diff --git a/Content.Server/Entry/EntryPoint.cs b/Content.Server/Entry/EntryPoint.cs index fcded6bcc1..972f5084cd 100644 --- a/Content.Server/Entry/EntryPoint.cs +++ b/Content.Server/Entry/EntryPoint.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using Content.Server.Acz; using Content.Server.Administration; using Content.Server.Administration.Logs; diff --git a/Content.Server/IoC/ServerContentIoC.cs b/Content.Server/IoC/ServerContentIoC.cs index 30b42f4341..f645253477 100644 --- a/Content.Server/IoC/ServerContentIoC.cs +++ b/Content.Server/IoC/ServerContentIoC.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using Content.Server.Administration; using Content.Server.Administration.Logs; using Content.Server.Administration.Managers; diff --git a/Content.Server/Preferences/Managers/ServerPreferencesManager.cs b/Content.Server/Preferences/Managers/ServerPreferencesManager.cs index 4afb7c89fc..b9c25c0128 100644 --- a/Content.Server/Preferences/Managers/ServerPreferencesManager.cs +++ b/Content.Server/Preferences/Managers/ServerPreferencesManager.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading; diff --git a/Content.Shared.Database/Content.Shared.Database.csproj b/Content.Shared.Database/Content.Shared.Database.csproj index bc2cc300bf..5107444c7a 100644 --- a/Content.Shared.Database/Content.Shared.Database.csproj +++ b/Content.Shared.Database/Content.Shared.Database.csproj @@ -3,6 +3,7 @@ enable enable + diff --git a/Content.Shared/Content.Shared.csproj b/Content.Shared/Content.Shared.csproj index 9752bfcfe2..587f3326f9 100644 --- a/Content.Shared/Content.Shared.csproj +++ b/Content.Shared/Content.Shared.csproj @@ -1,4 +1,4 @@ - + $(TargetFramework) @@ -8,6 +8,7 @@ nullable enable + diff --git a/Content.Shared/Humanoid/HumanoidCharacterAppearance.cs b/Content.Shared/Humanoid/HumanoidCharacterAppearance.cs index 504df25559..155af98884 100644 --- a/Content.Shared/Humanoid/HumanoidCharacterAppearance.cs +++ b/Content.Shared/Humanoid/HumanoidCharacterAppearance.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using System.Linq; using Content.Shared.Humanoid.Markings; using Content.Shared.Humanoid.Prototypes; diff --git a/Content.Shared/Humanoid/Markings/MarkingsSet.cs b/Content.Shared/Humanoid/Markings/MarkingsSet.cs index d52b4d9b7f..79a6804772 100644 --- a/Content.Shared/Humanoid/Markings/MarkingsSet.cs +++ b/Content.Shared/Humanoid/Markings/MarkingsSet.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using System.Collections; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index 3cb969f2e6..c3e407a5f9 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using System.Linq; using System.Text.RegularExpressions; using Content.Shared.CCVar; diff --git a/Content.Shared/Preferences/ICharacterProfile.cs b/Content.Shared/Preferences/ICharacterProfile.cs index ba96c2eb31..bbb8b838d4 100644 --- a/Content.Shared/Preferences/ICharacterProfile.cs +++ b/Content.Shared/Preferences/ICharacterProfile.cs @@ -1,4 +1,3 @@ -#define LPP_Sponsors //комментировать при ошибках using Content.Shared.Humanoid; using Robust.Shared.Player; diff --git a/Content.Tests/Content.Tests.csproj b/Content.Tests/Content.Tests.csproj index ff295728fc..d1e571a155 100644 --- a/Content.Tests/Content.Tests.csproj +++ b/Content.Tests/Content.Tests.csproj @@ -1,4 +1,4 @@ - + $(TargetFramework) @@ -7,6 +7,7 @@ false ..\bin\Content.Tests\ +