Skip to content

Commit f44175e

Browse files
committed
Add csproj to sln
1 parent 44e961f commit f44175e

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

Terminal.sln

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Microsoft Visual Studio Solution File, Format Version 12.00
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
23
# Visual Studio Version 17
34
VisualStudioVersion = 17.2.32427.441
45
MinimumVisualStudioVersion = 10.0.40219.1
@@ -62,6 +63,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StressTests", "Tests\Stress
6263
EndProject
6364
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests.Parallelizable", "Tests\UnitTestsParallelizable\UnitTests.Parallelizable.csproj", "{DE780834-190A-8277-51FD-750CC666E82D}"
6465
EndProject
66+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TerminalGuiFluentTesting", "TerminalGuiFluentTesting\TerminalGuiFluentTesting.csproj", "{2DBA7BDC-17AE-474B-A507-00807D087607}"
67+
EndProject
6568
Global
6669
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6770
Debug|Any CPU = Debug|Any CPU
@@ -116,6 +119,10 @@ Global
116119
{DE780834-190A-8277-51FD-750CC666E82D}.Debug|Any CPU.Build.0 = Debug|Any CPU
117120
{DE780834-190A-8277-51FD-750CC666E82D}.Release|Any CPU.ActiveCfg = Release|Any CPU
118121
{DE780834-190A-8277-51FD-750CC666E82D}.Release|Any CPU.Build.0 = Release|Any CPU
122+
{2DBA7BDC-17AE-474B-A507-00807D087607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
123+
{2DBA7BDC-17AE-474B-A507-00807D087607}.Debug|Any CPU.Build.0 = Debug|Any CPU
124+
{2DBA7BDC-17AE-474B-A507-00807D087607}.Release|Any CPU.ActiveCfg = Release|Any CPU
125+
{2DBA7BDC-17AE-474B-A507-00807D087607}.Release|Any CPU.Build.0 = Release|Any CPU
119126
EndGlobalSection
120127
GlobalSection(SolutionProperties) = preSolution
121128
HideSolutionNode = FALSE

TerminalGuiFluentTesting/ClassDiagram1.cd

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,44 +8,44 @@
88
</TypeIdentifier>
99
</Class>
1010
<Class Name="TerminalGuiFluentTesting.FakeInput&lt;T&gt;" Collapsed="true">
11-
<Position X="7.5" Y="1.5" Width="1.5" />
11+
<Position X="7" Y="1.5" Width="1.5" />
1212
<TypeIdentifier>
1313
<HashCode>AQAAAAAAACAAAQEAAAAgAAAAAAAAAAAAAAAAAAAAAAI=</HashCode>
1414
<FileName>FakeInput.cs</FileName>
1515
</TypeIdentifier>
1616
<Lollipop Position="0.2" />
1717
</Class>
1818
<Class Name="TerminalGuiFluentTesting.FakeNetInput" Collapsed="true">
19-
<Position X="8.75" Y="2.75" Width="1.5" />
19+
<Position X="8.25" Y="2.75" Width="1.5" />
2020
<TypeIdentifier>
2121
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
2222
<FileName>FakeNetInput.cs</FileName>
2323
</TypeIdentifier>
2424
<Lollipop Position="0.2" />
2525
</Class>
2626
<Class Name="TerminalGuiFluentTesting.FakeWindowsInput" Collapsed="true">
27-
<Position X="6.5" Y="2.75" Width="1.5" />
27+
<Position X="6" Y="2.75" Width="1.5" />
2828
<TypeIdentifier>
2929
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
3030
<FileName>FakeWindowsInput.cs</FileName>
3131
</TypeIdentifier>
3232
<Lollipop Position="0.2" />
3333
</Class>
3434
<Class Name="TerminalGuiFluentTesting.FakeOutput" Collapsed="true" BaseTypeListCollapsed="true">
35-
<Position X="6" Y="0.5" Width="1.5" />
35+
<Position X="5.5" Y="0.5" Width="1.5" />
3636
<TypeIdentifier>
3737
<HashCode>AAAAAAAAgCAAgAAAAAAAAAAAAAAAQAAAMAAAAAEAAAA=</HashCode>
3838
<FileName>FakeOutput.cs</FileName>
3939
</TypeIdentifier>
4040
<Lollipop Position="0.2" />
4141
</Class>
4242
<Class Name="TerminalGuiFluentTesting.GuiTestContext&lt;T&gt;" BaseTypeListCollapsed="true">
43-
<Position X="2.75" Y="0.5" Width="2.25" />
43+
<Position X="2.25" Y="0.5" Width="2.25" />
4444
<Compartments>
4545
<Compartment Name="Fields" Collapsed="true" />
4646
</Compartments>
4747
<TypeIdentifier>
48-
<HashCode>ABJAAAIAACBAAQAAgIAAAAAgABIEgAQAIAAIBACAIgA=</HashCode>
48+
<HashCode>ABJAAAIAACBAAQAAgYAAAAAgABIEgAQAIAAIBACAIgA=</HashCode>
4949
<FileName>GuiTestContext.cs</FileName>
5050
</TypeIdentifier>
5151
<ShowAsAssociation>

0 commit comments

Comments
 (0)