Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2018-04-17 10:22:28 +0300
committerMarius Ungureanu <teromario@yahoo.com>2018-05-09 13:23:28 +0300
commit3afcd221aaa3c0c84e94bcbaef7e1e81daeaf05f (patch)
treed6c6a51f4f3ceab52478db85c7f9f3ef9c9f8055 /main/tests/UnitTests/UnitTests.csproj
parent46942b768b229c8b4c04191208898435fbb5c97e (diff)
[Tests] Move ObjectReference into UnitTests
Diffstat (limited to 'main/tests/UnitTests/UnitTests.csproj')
-rw-r--r--main/tests/UnitTests/UnitTests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/UnitTests/UnitTests.csproj b/main/tests/UnitTests/UnitTests.csproj
index e670370193..77c8fdc28a 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -91,6 +91,7 @@
<Compile Include="Util.cs" />
<Compile Include="TestBase.cs" />
<Compile Include="TestSingleThreadSynchronizationContext.cs" />
+ <Compile Include="ObjectReference.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Makefile.am" />