Skip to content
Snippets Groups Projects
Commit 0208788d authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Merge branch 'Product/94-conventions' into 'master'

Product/94 conventions

See merge request coscine/cs/configuration!7
parents 9b71781b 6f0405a8
No related branches found
No related tags found
1 merge request!7Product/94 conventions
Showing
with 12 additions and 12 deletions
## C# cs-configuration ## Configuration
This project represents a class library for communicating with different key-value stores. This project represents a class library for communicating with different key-value stores.
\ No newline at end of file
## C# cs-configuration ## Configuration
This project represents a class library for communicating with different key-value stores. This project represents a class library for communicating with different key-value stores.
\ No newline at end of file
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\cs-configuration\Configuration.csproj"> <ProjectReference Include="..\configuration\Configuration.csproj">
<Project>{97fc4a08-a089-4823-9aeb-d05b36be931d}</Project> <Project>{97fc4a08-a089-4823-9aeb-d05b36be931d}</Project>
<Name>Configuration</Name> <Name>Configuration</Name>
</ProjectReference> </ProjectReference>
......
...@@ -5,11 +5,11 @@ using System.Runtime.InteropServices; ...@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("cs-configuration.Tests")] [assembly: AssemblyTitle("Coscine.Configuration.Tests")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("cs-configuration.Tests")] [assembly: AssemblyProduct("Coscine.Configuration.Tests")]
[assembly: AssemblyCopyright("Copyright © 2019")] [assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
......
 
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15 # Visual Studio Version 16
VisualStudioVersion = 15.0.28010.2041 VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configuration", "cs-configuration\Configuration.csproj", "{97FC4A08-A089-4823-9AEB-D05B36BE931D}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configuration", "configuration\Configuration.csproj", "{97FC4A08-A089-4823-9AEB-D05B36BE931D}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configuration.Tests", "cs-configuration.Tests\Configuration.Tests.csproj", "{DC9FB8C0-CD6B-4C0B-8BA6-5C14668B7DA4}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configuration.Tests", "configuration.Tests\Configuration.Tests.csproj", "{DC9FB8C0-CD6B-4C0B-8BA6-5C14668B7DA4}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<ProjectGuid>{97FC4A08-A089-4823-9AEB-D05B36BE931D}</ProjectGuid> <ProjectGuid>{97FC4A08-A089-4823-9AEB-D05B36BE931D}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Coscine.Configuratio</RootNamespace> <RootNamespace>Coscine.Configuration</RootNamespace>
<AssemblyName>Coscine.Configuration</AssemblyName> <AssemblyName>Coscine.Configuration</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
using System.Reflection; using System.Reflection;
[assembly: AssemblyTitle("cs-configuration")] [assembly: AssemblyTitle("Coscine.Configuration")]
[assembly: AssemblyCompany("RWTH Aachen University IT Center")] [assembly: AssemblyCompany("RWTH Aachen University IT Center")]
[assembly: AssemblyProduct("cs-configuration")] [assembly: AssemblyProduct("Coscine.Configuration")]
[assembly: AssemblyVersion("1.2.1.0")] [assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")] [assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyInformationalVersion("1.2.1.0")] [assembly: AssemblyInformationalVersion("1.2.1.0")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment