Skip to content

Commit

Permalink
Removed project 'Mono.Cecil.NuGet'.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviofak committed Oct 19, 2017
1 parent 6807da2 commit 9452512
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 49 deletions.
5 changes: 1 addition & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,25 @@

<!-- Product information. -->
<PropertyGroup>
<Product>Mono.Cecil</Product>
<Product>StoneCo.Mono.Cecil</Product>
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<AssemblyTitle>$(MSBuildProjectName)</AssemblyTitle>
<Description>Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format.</Description>
<Authors>Jb Evain</Authors>
<Copyright>Copyright © 2008 - 2015 Jb Evain</Copyright>
<VersionPrefix>0.10.0.0</VersionPrefix>
<VersionSuffix>beta6</VersionSuffix>
<PackageId>$(MSBuildProjectName).NotPackage</PackageId>
</PropertyGroup>

<!-- Split debug and release information. -->
<PropertyGroup Condition=" $(Configuration.Contains('Debug')) ">
<DefineDebug>true</DefineDebug>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" $(Configuration.Contains('Release')) ">
<DefineDebug>false</DefineDebug>
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>

Expand Down
17 changes: 5 additions & 12 deletions Mono.Cecil.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "etc", "etc", "{E2D83568-2A4
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3BD6582C-E9D9-4F31-86AE-990304A1581D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Cecil", "src\Mono.Cecil\Mono.Cecil.csproj", "{D68133BD-1E63-496E-9EDE-4FBDBF77B486}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mono.Cecil", "src\Mono.Cecil\Mono.Cecil.csproj", "{D68133BD-1E63-496E-9EDE-4FBDBF77B486}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{74E5ECE0-06B4-401C-AEBA-E8DD53E17943}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Cecil.Tests", "test\Mono.Cecil.Tests\Mono.Cecil.Tests.csproj", "{A47B1F49-A81A-43E8-BE6B-DD28AF2C4055}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mono.Cecil.Tests", "test\Mono.Cecil.Tests\Mono.Cecil.Tests.csproj", "{A47B1F49-A81A-43E8-BE6B-DD28AF2C4055}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Cecil.Mdb.Tests", "test\Mono.Cecil.Mdb.Tests\Mono.Cecil.Mdb.Tests.csproj", "{AC71DF9C-99FA-4A63-990A-66C8010355A6}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mono.Cecil.Mdb.Tests", "test\Mono.Cecil.Mdb.Tests\Mono.Cecil.Mdb.Tests.csproj", "{AC71DF9C-99FA-4A63-990A-66C8010355A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Cecil.Pdb.Tests", "test\Mono.Cecil.Pdb.Tests\Mono.Cecil.Pdb.Tests.csproj", "{29300103-CB76-4A1D-B6FD-FFD91C1EC8AA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mono.Cecil.Pdb.Tests", "test\Mono.Cecil.Pdb.Tests\Mono.Cecil.Pdb.Tests.csproj", "{29300103-CB76-4A1D-B6FD-FFD91C1EC8AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Cecil.Rocks.Tests", "test\Mono.Cecil.Rocks.Tests\Mono.Cecil.Rocks.Tests.csproj", "{C6CFD7E1-B855-44DC-B4CE-9CD72984AF52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Cecil.NuGet", "src\Mono.Cecil.NuGet\Mono.Cecil.NuGet.csproj", "{17B250AA-691E-4E14-AF82-EF8D5C45260E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mono.Cecil.Rocks.Tests", "test\Mono.Cecil.Rocks.Tests\Mono.Cecil.Rocks.Tests.csproj", "{C6CFD7E1-B855-44DC-B4CE-9CD72984AF52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -49,10 +47,6 @@ Global
{C6CFD7E1-B855-44DC-B4CE-9CD72984AF52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6CFD7E1-B855-44DC-B4CE-9CD72984AF52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6CFD7E1-B855-44DC-B4CE-9CD72984AF52}.Release|Any CPU.Build.0 = Release|Any CPU
{17B250AA-691E-4E14-AF82-EF8D5C45260E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17B250AA-691E-4E14-AF82-EF8D5C45260E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17B250AA-691E-4E14-AF82-EF8D5C45260E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17B250AA-691E-4E14-AF82-EF8D5C45260E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -63,7 +57,6 @@ Global
{AC71DF9C-99FA-4A63-990A-66C8010355A6} = {74E5ECE0-06B4-401C-AEBA-E8DD53E17943}
{29300103-CB76-4A1D-B6FD-FFD91C1EC8AA} = {74E5ECE0-06B4-401C-AEBA-E8DD53E17943}
{C6CFD7E1-B855-44DC-B4CE-9CD72984AF52} = {74E5ECE0-06B4-401C-AEBA-E8DD53E17943}
{17B250AA-691E-4E14-AF82-EF8D5C45260E} = {3BD6582C-E9D9-4F31-86AE-990304A1581D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC189D38-E6B9-440B-84A8-BDA57FE78C2E}
Expand Down
33 changes: 0 additions & 33 deletions src/Mono.Cecil.NuGet/Mono.Cecil.NuGet.csproj

This file was deleted.

11 changes: 11 additions & 0 deletions src/Mono.Cecil/Mono.Cecil.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
<ProjectGuid>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</ProjectGuid>
<RootNamespace>Mono</RootNamespace>
<NoWarn>$(NoWarn);0649</NoWarn>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<!-- Package information. -->
<PropertyGroup>
<PackageId>$(Product)</PackageId>
<PackageLicenseUrl>http://opensource.org/licenses/mit-license.php</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/stone-payments/StoneCo.Mono.Cecil</PackageProjectUrl>
<PackageTags>assembly assemblies module modules il cil msil bytecode reflection injection cecil mono aop</PackageTags>
<Title>$(Product)</Title>
</PropertyGroup>

<PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions test/Mono.Cecil.Mdb.Tests/Mono.Cecil.Mdb.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFrameworks>$(TestProjectTargetFrameworks)</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions test/Mono.Cecil.Pdb.Tests/Mono.Cecil.Pdb.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFrameworks>$(TestProjectTargetFrameworks)</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions test/Mono.Cecil.Rocks.Tests/Mono.Cecil.Rocks.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFrameworks>$(TestProjectTargetFrameworks)</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions test/Mono.Cecil.Tests/Mono.Cecil.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFrameworks>$(TestProjectTargetFrameworks)</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' != '$(TestProjectTargetFrameworkForNetStandard)' ">
Expand Down

0 comments on commit 9452512

Please sign in to comment.