Browse Source

Cleanup

pull/1/head
Sebastian 9 years ago
parent
commit
784448d338
  1. 26
      src/Squidex.Infrastructure.MongoDb/Properties/AssemblyInfo.cs
  2. 26
      src/Squidex.Infrastructure.RabbitMq/Properties/AssemblyInfo.cs
  3. 26
      src/Squidex.Read.MongoDb/Properties/AssemblyInfo.cs
  4. 0
      src/Squidex/npm-debug.log.3790864127
  5. 5
      src/Squidex/runtimeconfig.template.json
  6. 26
      tests/Squidex.Core.Tests/Properties/AssemblyInfo.cs
  7. 26
      tests/Squidex.Read.Tests/Properties/AssemblyInfo.cs
  8. 26
      tests/Squidex.Write.Tests/Properties/AssemblyInfo.cs

26
src/Squidex.Infrastructure.MongoDb/Properties/AssemblyInfo.cs

@ -1,26 +0,0 @@
// ==========================================================================
// AssemblyInfo.cs
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex Group
// All rights reserved.
// ==========================================================================
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Squidex.Infrastructure.MongoDb")]
[assembly: AssemblyTrademark("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("6a811927-3c37-430a-90f4-503e37123956")]

26
src/Squidex.Infrastructure.RabbitMq/Properties/AssemblyInfo.cs

@ -1,26 +0,0 @@
// ==========================================================================
// AssemblyInfo.cs
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex Group
// All rights reserved.
// ==========================================================================
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Squidex.Infrastructure.RabbitMq")]
[assembly: AssemblyTrademark("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("3c9ba12d-f5f2-4355-8d30-8289e4d0752d")]

26
src/Squidex.Read.MongoDb/Properties/AssemblyInfo.cs

@ -1,26 +0,0 @@
// ==========================================================================
// AssemblyInfo.cs
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex Group
// All rights reserved.
// ==========================================================================
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Squidex.Read.MongoDb")]
[assembly: AssemblyTrademark("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("28f8e9e2-fe24-41f7-a888-9fc244a9e2dd")]

0
src/Squidex/npm-debug.log.3790864127

5
src/Squidex/runtimeconfig.template.json

@ -1,5 +0,0 @@
{
"configProperties": {
"System.GC.Server": true
}
}

26
tests/Squidex.Core.Tests/Properties/AssemblyInfo.cs

@ -1,26 +0,0 @@
// ==========================================================================
// AssemblyInfo.cs
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex Group
// All rights reserved.
// ==========================================================================
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Squidex.Core.Tests")]
[assembly: AssemblyTrademark("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("fd0afd44-7a93-4f9e-b5ed-72582392e435")]

26
tests/Squidex.Read.Tests/Properties/AssemblyInfo.cs

@ -1,26 +0,0 @@
// ==========================================================================
// AssemblyInfo.cs
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex Group
// All rights reserved.
// ==========================================================================
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Squidex.Read.Tests")]
[assembly: AssemblyTrademark("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("6b9364c6-94a1-4631-9cf1-87616afaf1ea")]

26
tests/Squidex.Write.Tests/Properties/AssemblyInfo.cs

@ -1,26 +0,0 @@
// ==========================================================================
// AssemblyInfo.cs
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex Group
// All rights reserved.
// ==========================================================================
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Squidex.Write.Tests")]
[assembly: AssemblyTrademark("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("6b9364c6-94a1-4631-9cf1-87616afaf1ea")]
Loading…
Cancel
Save