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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2015-04-30 19:36:15 +0300
committerJb Evain <jbevain@gmail.com>2015-05-01 16:02:27 +0300
commit514ad9ba47e97e96a18567412b391d8e7158db39 (patch)
treed125d5f3149662f78369a47d6861a76d7c5cceff /Mono.Cecil.csproj
parent45194ee17738825db7801b15afb8391c30a28e95 (diff)
Add support for the .net core profile
Diffstat (limited to 'Mono.Cecil.csproj')
-rw-r--r--Mono.Cecil.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mono.Cecil.csproj b/Mono.Cecil.csproj
index 03b050e..9f8d058 100644
--- a/Mono.Cecil.csproj
+++ b/Mono.Cecil.csproj
@@ -138,6 +138,7 @@
<Compile Include="Mono\Actions.cs" />
<Compile Include="Mono\Empty.cs" />
<Compile Include="Mono\Funcs.cs" />
+ <Compile Include="Mono\Type.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file