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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Kruse Johnsen <mikkel@xmedicus.com>2021-01-28 15:08:55 +0300
committerMikkel Kruse Johnsen <mikkel@xmedicus.com>2021-01-28 15:08:55 +0300
commit481723b87a41a0dde19493182e040035802ca5ef (patch)
treee538c2cb3f9e5a6ee5b5b6c3aa231b59112e9853 /Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj
parented0a40bf74f3f7d97c259c60d11d26c7cf492a17 (diff)
Removed AssemblyInfo.cs from Git and added InternalsVisibleTo to the project file. When reverted back to internal on functions/classes
Diffstat (limited to 'Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj')
-rw-r--r--Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj4
1 files changed, 1 insertions, 3 deletions
diff --git a/Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj b/Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj
index e21e174..95c0c8e 100644
--- a/Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj
+++ b/Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj
@@ -10,6 +10,7 @@
<PackageId>Mono.Addins.CecilReflector</PackageId>
<Description>Mono.Addins is a framework for creating extensible applications, and for creating add-ins which extend applications. Mono.Addins.Setup provides an API for managing add-ins, creating add-in packages and publishing add-ins in on-line repositories.</Description>
<ProductVersion>8.0.30703</ProductVersion>
+ <AssemblyVersion>1.0.0.0</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
@@ -44,7 +45,4 @@
<Name>Mono.Addins</Name>
</ProjectReference>
</ItemGroup>
- <ItemGroup>
- <Compile Remove="AssemblyInfo.cs" />
- </ItemGroup>
</Project>