Skip to content

Commit

Permalink
Update Mono.Cecil to 0.9.6.1
Browse files Browse the repository at this point in the history
Nuget used for delivering dependencies
  • Loading branch information
kant2002 committed May 8, 2015
1 parent 3af72c3 commit e8de8ad
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ Build/VMWare/Workstation/Cosmos.vmxf

Setup/Current.iss
Cosmos.Assembler.Log
<<<<<<< Updated upstream
UpgradeLog.htm
.sync/
=======
UpgradeLog*.htm
>>>>>>> Stashed changes
.sync/
source/packages/
Binary file removed Resources/Dependencies/cecil/Mono.Cecil.Pdb.dll
Binary file not shown.
Binary file removed Resources/Dependencies/cecil/Mono.Cecil.Pdb.pdb
Binary file not shown.
Binary file removed Resources/Dependencies/cecil/Mono.Cecil.dll
Binary file not shown.
Binary file removed Resources/Dependencies/cecil/Mono.Cecil.pdb
Binary file not shown.
22 changes: 17 additions & 5 deletions source/Cosmos.IL2CPU/Cosmos.IL2CPU.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,21 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Cecil">
<HintPath>..\..\Resources\Dependencies\cecil\Mono.Cecil.dll</HintPath>
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Cecil.Pdb">
<HintPath>..\..\Resources\Dependencies\cecil\Mono.Cecil.Pdb.dll</HintPath>
<Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down Expand Up @@ -430,7 +440,9 @@
<None Include=".editorconfig" />
<None Include="App.config" />
<None Include="Cosmos.snk" />
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="CustomImplementation\System\Security\Permissions\" />
Expand Down
1 change: 1 addition & 0 deletions source/Cosmos.IL2CPU/packages.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Mono.Cecil" version="0.9.6.1" targetFramework="net45" userInstalled="true" />
</packages>

0 comments on commit e8de8ad

Please sign in to comment.