Skip to content

Commit

Permalink
Revert new test project
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve committed Jul 22, 2024
1 parent 858faeb commit 9aadc9c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 138 deletions.
4 changes: 0 additions & 4 deletions src/Generation/Generator/Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@
<ProjectReference Include="..\GirModel\GirModel.csproj" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Generator.Tests" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion src/GirCore.TestLib.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"Libs\\GLib-2.0\\GLib-2.0.csproj",
"Libs\\GObject-2.0\\GObject-2.0.csproj",
"Tests\\Generation\\GirLoader.Tests\\GirLoader.Tests.csproj",
"Tests\\Generation\\Generator.Tests\\Generator.Tests.csproj",
"Tests\\Libs\\GirTest-0.1.Tests\\GirTest-0.1.Tests.csproj",
]
}
Expand Down
15 changes: 0 additions & 15 deletions src/GirCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "api", "api", "{23ED17AC-703
..\docs\api\index.md = ..\docs\api\index.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator.Tests", "Tests\Generation\Generator.Tests\Generator.Tests.csproj", "{3A65768B-4EEB-4EFB-AED4-17629F928530}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -881,18 +879,6 @@ Global
{EE13D29A-42BC-4694-9980-D0498AA15115}.Release|x64.Build.0 = Release|Any CPU
{EE13D29A-42BC-4694-9980-D0498AA15115}.Release|x86.ActiveCfg = Release|Any CPU
{EE13D29A-42BC-4694-9980-D0498AA15115}.Release|x86.Build.0 = Release|Any CPU
{3A65768B-4EEB-4EFB-AED4-17629F928530}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A65768B-4EEB-4EFB-AED4-17629F928530}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A65768B-4EEB-4EFB-AED4-17629F928530}.Debug|x64.ActiveCfg = Debug|Any CPU
{3A65768B-4EEB-4EFB-AED4-17629F928530}.Debug|x64.Build.0 = Debug|Any CPU
{3A65768B-4EEB-4EFB-AED4-17629F928530}.Debug|x86.ActiveCfg = Debug|Any CPU
{3A65768B-4EEB-4EFB-AED4-17629F928530}.Debug|x86.Build.0 = Debug|Any CPU
{3A65768B-4EEB-4EFB-AED4-17629F928530}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A65768B-4EEB-4EFB-AED4-17629F928530}.Release|Any CPU.Build.0 = Release|Any CPU
{3A65768B-4EEB-4EFB-AED4-17629F928530}.Release|x64.ActiveCfg = Release|Any CPU
{3A65768B-4EEB-4EFB-AED4-17629F928530}.Release|x64.Build.0 = Release|Any CPU
{3A65768B-4EEB-4EFB-AED4-17629F928530}.Release|x86.ActiveCfg = Release|Any CPU
{3A65768B-4EEB-4EFB-AED4-17629F928530}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BF7F9B0B-CB43-4161-BFAD-C6EE479FC86B} = {386AE10F-B7AC-4C97-AC5C-202D3662A868}
Expand Down Expand Up @@ -968,6 +954,5 @@ Global
{3F6B722F-5192-46BC-A389-5E40ABA9041B} = {7B70E5ED-C5E7-4F32-A458-E5A10F39DA00}
{EE13D29A-42BC-4694-9980-D0498AA15115} = {7B70E5ED-C5E7-4F32-A458-E5A10F39DA00}
{23ED17AC-703E-40D6-8B4C-0DAE232E1E33} = {0D9C5C7E-F81B-4E0E-B203-22D558E6D7F1}
{3A65768B-4EEB-4EFB-AED4-17629F928530} = {5D5D80C1-4D21-4619-8B59-7B7750016E9D}
EndGlobalSection
EndGlobal
9 changes: 0 additions & 9 deletions src/Tests/Generation/Generator.Tests/Generator.Tests.csproj

This file was deleted.

109 changes: 0 additions & 109 deletions src/Tests/Generation/Generator.Tests/Model/MethodTests.cs

This file was deleted.

0 comments on commit 9aadc9c

Please sign in to comment.