From 14fedf5b062318542b382199ba51a2ff41ed8333 Mon Sep 17 00:00:00 2001 From: nkosi23 Date: Wed, 11 Dec 2024 14:18:57 +0100 Subject: [PATCH] Fixed build issues --- src/LinqTests/LinqTests.csproj | 3 +-- src/LinqTestsTypes/LinqTestsTypes.csproj | 6 ++++++ .../Documents}/Target.cs | 0 src/Marten.sln | 12 ++++++------ 4 files changed, 13 insertions(+), 8 deletions(-) rename src/{LinqTestsTypes => Marten.Testing/Documents}/Target.cs (100%) diff --git a/src/LinqTests/LinqTests.csproj b/src/LinqTests/LinqTests.csproj index e5e5fced57..a2855f07db 100644 --- a/src/LinqTests/LinqTests.csproj +++ b/src/LinqTests/LinqTests.csproj @@ -7,7 +7,6 @@ - @@ -17,7 +16,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/src/LinqTestsTypes/LinqTestsTypes.csproj b/src/LinqTestsTypes/LinqTestsTypes.csproj index 06254bdf81..19310ac724 100644 --- a/src/LinqTestsTypes/LinqTestsTypes.csproj +++ b/src/LinqTestsTypes/LinqTestsTypes.csproj @@ -6,6 +6,12 @@ enable + + + Target.cs + + + diff --git a/src/LinqTestsTypes/Target.cs b/src/Marten.Testing/Documents/Target.cs similarity index 100% rename from src/LinqTestsTypes/Target.cs rename to src/Marten.Testing/Documents/Target.cs diff --git a/src/Marten.sln b/src/Marten.sln index 08c77f71a9..6208a8914e 100644 --- a/src/Marten.sln +++ b/src/Marten.sln @@ -109,7 +109,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventAppenderPerfTester", " EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StressTests", "StressTests\StressTests.csproj", "{C9D33381-3AD3-4005-B854-F04F10EA837F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinqTestsTypes", "LinqTestsTypes\LinqTestsTypes.csproj", "{0E4B7C9D-07D8-4F3D-8A42-C369B8D6ED84}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinqTestsTypes", "LinqTestsTypes\LinqTestsTypes.csproj", "{2B5A28C6-2369-4554-B131-C42907E8BA83}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -261,10 +261,10 @@ Global {C9D33381-3AD3-4005-B854-F04F10EA837F}.Debug|Any CPU.Build.0 = Debug|Any CPU {C9D33381-3AD3-4005-B854-F04F10EA837F}.Release|Any CPU.ActiveCfg = Release|Any CPU {C9D33381-3AD3-4005-B854-F04F10EA837F}.Release|Any CPU.Build.0 = Release|Any CPU - {0E4B7C9D-07D8-4F3D-8A42-C369B8D6ED84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0E4B7C9D-07D8-4F3D-8A42-C369B8D6ED84}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0E4B7C9D-07D8-4F3D-8A42-C369B8D6ED84}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0E4B7C9D-07D8-4F3D-8A42-C369B8D6ED84}.Release|Any CPU.Build.0 = Release|Any CPU + {2B5A28C6-2369-4554-B131-C42907E8BA83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2B5A28C6-2369-4554-B131-C42907E8BA83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2B5A28C6-2369-4554-B131-C42907E8BA83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2B5A28C6-2369-4554-B131-C42907E8BA83}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -304,7 +304,7 @@ Global {29E06861-11C7-4917-BA91-162D15538029} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83} {C9D33381-3AD3-4005-B854-F04F10EA837F} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83} {B1F935FC-55DC-418B-A5DC-6049A5C06871} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83} - {0E4B7C9D-07D8-4F3D-8A42-C369B8D6ED84} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83} + {2B5A28C6-2369-4554-B131-C42907E8BA83} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {52B7158F-0A24-47D9-9CF7-3FA94170041A}