Skip to content

Commit

Permalink
Fix newline endings
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeFuller committed Nov 18, 2017
1 parent 4e10fb6 commit 7bb7a86
Show file tree
Hide file tree
Showing 180 changed files with 78,856 additions and 78,856 deletions.
610 changes: 305 additions & 305 deletions .gitignore

Large diffs are not rendered by default.

148 changes: 74 additions & 74 deletions StackOverflow.sln
Original file line number Diff line number Diff line change
@@ -1,74 +1,74 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dotNet", "dotNet", "{5BBA48AF-0620-4E80-B347-A365437FD0F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dotNetCore", "dotNetCore", "{F3C9E777-E15C-46D4-A803-B49E13FCF4B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication", "dotNet\ConsoleApplication\ConsoleApplication.csproj", "{CF65B875-DE3E-43D9-946E-3C98E14CFB54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApplication", "doteNetCore\ConsoleApplication\ConsoleApplication.csproj", "{896E27A5-94C0-431F-865C-CA4A242158B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcApplication", "dotNet\MvcApplication\MvcApplication.csproj", "{02FF01A7-C7FA-4F77-815C-DC55C56EDB22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiApplication", "dotNet\WebApiApplication\WebApiApplication.csproj", "{1EFD5129-2E0C-4C25-8ED4-3D392EE273D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MvcApplication", "doteNetCore\MvcApplication\MvcApplication.csproj", "{3D19E993-0AD9-41D2-B33F-B3E187AC8C2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiApplication", "doteNetCore\WebApiApplication\WebApiApplication.csproj", "{1A2324D3-E3CF-4FE7-B0BA-484E14E20CD7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "dotNet\UnitTests\UnitTests.csproj", "{DFF73258-DCE3-47F8-840B-83E0DCDAE18E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF65B875-DE3E-43D9-946E-3C98E14CFB54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF65B875-DE3E-43D9-946E-3C98E14CFB54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF65B875-DE3E-43D9-946E-3C98E14CFB54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF65B875-DE3E-43D9-946E-3C98E14CFB54}.Release|Any CPU.Build.0 = Release|Any CPU
{896E27A5-94C0-431F-865C-CA4A242158B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{896E27A5-94C0-431F-865C-CA4A242158B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{896E27A5-94C0-431F-865C-CA4A242158B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{896E27A5-94C0-431F-865C-CA4A242158B8}.Release|Any CPU.Build.0 = Release|Any CPU
{02FF01A7-C7FA-4F77-815C-DC55C56EDB22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02FF01A7-C7FA-4F77-815C-DC55C56EDB22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02FF01A7-C7FA-4F77-815C-DC55C56EDB22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02FF01A7-C7FA-4F77-815C-DC55C56EDB22}.Release|Any CPU.Build.0 = Release|Any CPU
{1EFD5129-2E0C-4C25-8ED4-3D392EE273D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EFD5129-2E0C-4C25-8ED4-3D392EE273D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EFD5129-2E0C-4C25-8ED4-3D392EE273D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EFD5129-2E0C-4C25-8ED4-3D392EE273D0}.Release|Any CPU.Build.0 = Release|Any CPU
{3D19E993-0AD9-41D2-B33F-B3E187AC8C2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D19E993-0AD9-41D2-B33F-B3E187AC8C2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D19E993-0AD9-41D2-B33F-B3E187AC8C2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D19E993-0AD9-41D2-B33F-B3E187AC8C2C}.Release|Any CPU.Build.0 = Release|Any CPU
{1A2324D3-E3CF-4FE7-B0BA-484E14E20CD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A2324D3-E3CF-4FE7-B0BA-484E14E20CD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A2324D3-E3CF-4FE7-B0BA-484E14E20CD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A2324D3-E3CF-4FE7-B0BA-484E14E20CD7}.Release|Any CPU.Build.0 = Release|Any CPU
{DFF73258-DCE3-47F8-840B-83E0DCDAE18E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFF73258-DCE3-47F8-840B-83E0DCDAE18E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFF73258-DCE3-47F8-840B-83E0DCDAE18E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFF73258-DCE3-47F8-840B-83E0DCDAE18E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CF65B875-DE3E-43D9-946E-3C98E14CFB54} = {5BBA48AF-0620-4E80-B347-A365437FD0F1}
{896E27A5-94C0-431F-865C-CA4A242158B8} = {F3C9E777-E15C-46D4-A803-B49E13FCF4B7}
{02FF01A7-C7FA-4F77-815C-DC55C56EDB22} = {5BBA48AF-0620-4E80-B347-A365437FD0F1}
{1EFD5129-2E0C-4C25-8ED4-3D392EE273D0} = {5BBA48AF-0620-4E80-B347-A365437FD0F1}
{3D19E993-0AD9-41D2-B33F-B3E187AC8C2C} = {F3C9E777-E15C-46D4-A803-B49E13FCF4B7}
{1A2324D3-E3CF-4FE7-B0BA-484E14E20CD7} = {F3C9E777-E15C-46D4-A803-B49E13FCF4B7}
{DFF73258-DCE3-47F8-840B-83E0DCDAE18E} = {5BBA48AF-0620-4E80-B347-A365437FD0F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {50F95F56-21A2-47E3-AC42-C6CC61946204}
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dotNet", "dotNet", "{5BBA48AF-0620-4E80-B347-A365437FD0F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dotNetCore", "dotNetCore", "{F3C9E777-E15C-46D4-A803-B49E13FCF4B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication", "dotNet\ConsoleApplication\ConsoleApplication.csproj", "{CF65B875-DE3E-43D9-946E-3C98E14CFB54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApplication", "doteNetCore\ConsoleApplication\ConsoleApplication.csproj", "{896E27A5-94C0-431F-865C-CA4A242158B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcApplication", "dotNet\MvcApplication\MvcApplication.csproj", "{02FF01A7-C7FA-4F77-815C-DC55C56EDB22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiApplication", "dotNet\WebApiApplication\WebApiApplication.csproj", "{1EFD5129-2E0C-4C25-8ED4-3D392EE273D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MvcApplication", "doteNetCore\MvcApplication\MvcApplication.csproj", "{3D19E993-0AD9-41D2-B33F-B3E187AC8C2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiApplication", "doteNetCore\WebApiApplication\WebApiApplication.csproj", "{1A2324D3-E3CF-4FE7-B0BA-484E14E20CD7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "dotNet\UnitTests\UnitTests.csproj", "{DFF73258-DCE3-47F8-840B-83E0DCDAE18E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF65B875-DE3E-43D9-946E-3C98E14CFB54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF65B875-DE3E-43D9-946E-3C98E14CFB54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF65B875-DE3E-43D9-946E-3C98E14CFB54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF65B875-DE3E-43D9-946E-3C98E14CFB54}.Release|Any CPU.Build.0 = Release|Any CPU
{896E27A5-94C0-431F-865C-CA4A242158B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{896E27A5-94C0-431F-865C-CA4A242158B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{896E27A5-94C0-431F-865C-CA4A242158B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{896E27A5-94C0-431F-865C-CA4A242158B8}.Release|Any CPU.Build.0 = Release|Any CPU
{02FF01A7-C7FA-4F77-815C-DC55C56EDB22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02FF01A7-C7FA-4F77-815C-DC55C56EDB22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02FF01A7-C7FA-4F77-815C-DC55C56EDB22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02FF01A7-C7FA-4F77-815C-DC55C56EDB22}.Release|Any CPU.Build.0 = Release|Any CPU
{1EFD5129-2E0C-4C25-8ED4-3D392EE273D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EFD5129-2E0C-4C25-8ED4-3D392EE273D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EFD5129-2E0C-4C25-8ED4-3D392EE273D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EFD5129-2E0C-4C25-8ED4-3D392EE273D0}.Release|Any CPU.Build.0 = Release|Any CPU
{3D19E993-0AD9-41D2-B33F-B3E187AC8C2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D19E993-0AD9-41D2-B33F-B3E187AC8C2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D19E993-0AD9-41D2-B33F-B3E187AC8C2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D19E993-0AD9-41D2-B33F-B3E187AC8C2C}.Release|Any CPU.Build.0 = Release|Any CPU
{1A2324D3-E3CF-4FE7-B0BA-484E14E20CD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A2324D3-E3CF-4FE7-B0BA-484E14E20CD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A2324D3-E3CF-4FE7-B0BA-484E14E20CD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A2324D3-E3CF-4FE7-B0BA-484E14E20CD7}.Release|Any CPU.Build.0 = Release|Any CPU
{DFF73258-DCE3-47F8-840B-83E0DCDAE18E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFF73258-DCE3-47F8-840B-83E0DCDAE18E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFF73258-DCE3-47F8-840B-83E0DCDAE18E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFF73258-DCE3-47F8-840B-83E0DCDAE18E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CF65B875-DE3E-43D9-946E-3C98E14CFB54} = {5BBA48AF-0620-4E80-B347-A365437FD0F1}
{896E27A5-94C0-431F-865C-CA4A242158B8} = {F3C9E777-E15C-46D4-A803-B49E13FCF4B7}
{02FF01A7-C7FA-4F77-815C-DC55C56EDB22} = {5BBA48AF-0620-4E80-B347-A365437FD0F1}
{1EFD5129-2E0C-4C25-8ED4-3D392EE273D0} = {5BBA48AF-0620-4E80-B347-A365437FD0F1}
{3D19E993-0AD9-41D2-B33F-B3E187AC8C2C} = {F3C9E777-E15C-46D4-A803-B49E13FCF4B7}
{1A2324D3-E3CF-4FE7-B0BA-484E14E20CD7} = {F3C9E777-E15C-46D4-A803-B49E13FCF4B7}
{DFF73258-DCE3-47F8-840B-83E0DCDAE18E} = {5BBA48AF-0620-4E80-B347-A365437FD0F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {50F95F56-21A2-47E3-AC42-C6CC61946204}
EndGlobalSection
EndGlobal
10 changes: 5 additions & 5 deletions dotNet/ConsoleApplication/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>
102 changes: 51 additions & 51 deletions dotNet/ConsoleApplication/ConsoleApplication.csproj
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{CF65B875-DE3E-43D9-946E-3C98E14CFB54}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>ConsoleApplication</RootNamespace>
<AssemblyName>ConsoleApplication</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{CF65B875-DE3E-43D9-946E-3C98E14CFB54}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>ConsoleApplication</RootNamespace>
<AssemblyName>ConsoleApplication</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
18 changes: 9 additions & 9 deletions dotNet/ConsoleApplication/Program.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace ConsoleApplication
{
class Program
{
static void Main(string[] args)
{
}
}
}
namespace ConsoleApplication
{
class Program
{
static void Main(string[] args)
{
}
}
}
70 changes: 35 additions & 35 deletions dotNet/ConsoleApplication/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
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: AssemblyTitle("ConsoleApplication")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ConsoleApplication")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// 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("cf65b875-de3e-43d9-946e-3c98e14cfb54")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
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: AssemblyTitle("ConsoleApplication")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ConsoleApplication")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// 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("cf65b875-de3e-43d9-946e-3c98e14cfb54")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Loading

0 comments on commit 7bb7a86

Please sign in to comment.