Skip to content

Commit

Permalink
Merge pull request #224 from Umplify/223-compile-issue-in-vs-2022
Browse files Browse the repository at this point in the history
Fixed bug #223 by undoing the changes made in the previous PR
  • Loading branch information
Arash-Sabet authored Jan 9, 2024
2 parents 4245560 + de9f7c3 commit 7b72951
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 153 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Xunit.Microsoft.DependencyInjection.csproj" />
<ProjectReference Include="..\Xunit.Microsoft.DependencyInjection.ExampleTests.CalculationService\Xunit.Microsoft.DependencyInjection.ExampleTests.CalculationService.csproj" />
</ItemGroup>
</Project>
14 changes: 4 additions & 10 deletions src/Xunit.Microsoft.DependencyInjection.sln
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.808.0
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xunit.Microsoft.DependencyInjection", "Xunit.Microsoft.DependencyInjection.csproj", "{A2F3411E-6B6E-4B7B-BCC1-4F4BA1B345E7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xunit.Microsoft.DependencyInjection", "Xunit.Microsoft.DependencyInjection.csproj", "{A2F3411E-6B6E-4B7B-BCC1-4F4BA1B345E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xunit.Microsoft.DependencyInjection.ExampleTests", "..\examples\Xunit.Microsoft.DependencyInjection.ExampleTests\Xunit.Microsoft.DependencyInjection.ExampleTests.csproj", "{B8F50313-1C91-4212-A11A-6D3589BA8DF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xunit.Microsoft.DependencyInjection.ExampleTests.CalculationService", "..\examples\Xunit.Microsoft.DependencyInjection.ExampleTests.CalculationService\Xunit.Microsoft.DependencyInjection.ExampleTests.CalculationService.csproj", "{D68178FE-94CA-46FF-8B48-1F3DB6E412AC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xunit.Microsoft.DependencyInjection.ExampleTests", "..\examples\Xunit.Microsoft.DependencyInjection.ExampleTests\Xunit.Microsoft.DependencyInjection.ExampleTests.csproj", "{B8F50313-1C91-4212-A11A-6D3589BA8DF7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -23,10 +21,6 @@ Global
{B8F50313-1C91-4212-A11A-6D3589BA8DF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8F50313-1C91-4212-A11A-6D3589BA8DF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8F50313-1C91-4212-A11A-6D3589BA8DF7}.Release|Any CPU.Build.0 = Release|Any CPU
{D68178FE-94CA-46FF-8B48-1F3DB6E412AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D68178FE-94CA-46FF-8B48-1F3DB6E412AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D68178FE-94CA-46FF-8B48-1F3DB6E412AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D68178FE-94CA-46FF-8B48-1F3DB6E412AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 7b72951

Please sign in to comment.