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

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2017-11-23 18:20:24 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2017-11-23 18:20:24 +0300
commit1306b0d420bd69efcd8f1951c5c68dc7065ce9eb (patch)
treec938fb9b74c8832e8c240b9bd0db79f8a4843137
parent2ca71f7d295670b7a4552a28006dee702b28fe3b (diff)
Add new file to project file to fix build.
-rw-r--r--src/framework/GuiUnit_xammac_mobile.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/framework/GuiUnit_xammac_mobile.csproj b/src/framework/GuiUnit_xammac_mobile.csproj
index 703e330..7e195e5 100644
--- a/src/framework/GuiUnit_xammac_mobile.csproj
+++ b/src/framework/GuiUnit_xammac_mobile.csproj
@@ -358,6 +358,7 @@
<Compile Include="GuiUnit\XmlTestListener.cs" />
<Compile Include="GuiUnit\AdditionalAsserts.cs" />
<Compile Include="GuiUnit\GtkMainLoopIntegration.cs" />
+ <Compile Include="Constraints\CollectionSupersetConstraint.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />