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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/corlib-net_4_5.csproj')
-rw-r--r--mcs/class/corlib/corlib-net_4_5.csproj10
1 files changed, 8 insertions, 2 deletions
diff --git a/mcs/class/corlib/corlib-net_4_5.csproj b/mcs/class/corlib/corlib-net_4_5.csproj
index ed0cfbb97a2..de034957b89 100644
--- a/mcs/class/corlib/corlib-net_4_5.csproj
+++ b/mcs/class/corlib/corlib-net_4_5.csproj
@@ -434,6 +434,7 @@
<Compile Include="System.Globalization\NumberStyles.cs" />
<Compile Include="System.Globalization\PersianCalendar.cs" />
<Compile Include="System.Globalization\RegionInfo.cs" />
+ <Compile Include="System.Globalization\RegionInfo.MonoTouch.cs" />
<Compile Include="System.Globalization\StringInfo.cs" />
<Compile Include="System.Globalization\TaiwanCalendar.cs" />
<Compile Include="System.Globalization\TaiwanLunisolarCalendar.cs" />
@@ -661,6 +662,9 @@
<Compile Include="System.Runtime.CompilerServices\CallConvFastcall.cs" />
<Compile Include="System.Runtime.CompilerServices\CallConvThiscall.cs" />
<Compile Include="System.Runtime.CompilerServices\CallConvStdcall.cs" />
+ <Compile Include="System.Runtime.CompilerServices\CallerFilePathAttribute.cs" />
+ <Compile Include="System.Runtime.CompilerServices\CallerLineNumberAttribute.cs" />
+ <Compile Include="System.Runtime.CompilerServices\CallerMemberNameAttribute.cs" />
<Compile Include="System.Runtime.CompilerServices\CompilationRelaxations.cs" />
<Compile Include="System.Runtime.CompilerServices\CompilationRelaxationsAttribute.cs" />
<Compile Include="System.Runtime.CompilerServices\CompilerGeneratedAttribute.cs" />
@@ -680,9 +684,12 @@
<Compile Include="System.Runtime.CompilerServices\FixedAddressValueTypeAttribute.cs" />
<Compile Include="System.Runtime.CompilerServices\FixedBufferAttribute.cs" />
<Compile Include="System.Runtime.CompilerServices\HasCopySemanticsAttribute.cs" />
+ <Compile Include="System.Runtime.CompilerServices\IAsyncStateMachine.cs" />
+ <Compile Include="System.Runtime.CompilerServices\ICriticalNotifyCompletion.cs" />
<Compile Include="System.Runtime.CompilerServices\IDispatchConstantAttribute.cs" />
<Compile Include="System.Runtime.CompilerServices\IUnknownConstantAttribute.cs" />
<Compile Include="System.Runtime.CompilerServices\IndexerNameAttribute.cs" />
+ <Compile Include="System.Runtime.CompilerServices\INotifyCompletion.cs" />
<Compile Include="System.Runtime.CompilerServices\InternalsVisibleToAttribute.cs" />
<Compile Include="System.Runtime.CompilerServices\IsBoxed.cs" />
<Compile Include="System.Runtime.CompilerServices\IsByValue.cs" />
@@ -1605,7 +1612,6 @@
<Compile Include="System.Threading.Tasks\Task_T.cs" />
<Compile Include="System.Threading.Tasks\Task.cs" />
<Compile Include="System.Threading.Tasks\TaskCompletionQueue.cs" />
- <Compile Include="System.Threading.Tasks\EventSlots.cs" />
<Compile Include="System.Threading.Tasks\TaskExceptionSlot.cs" />
<Compile Include="System.Threading.Tasks\TaskActionInvoker.cs" />
<Compile Include="System.Threading.Tasks\TaskDebuggerView.cs" />
@@ -1660,7 +1666,7 @@
<PreBuildEvent></PreBuildEvent>
</PropertyGroup>
<ItemGroup>
-
+
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />