Skip to content

Commit

Permalink
This is this shit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aline Cavalcante authored and Aline Cavalcante committed Aug 12, 2019
1 parent 7c89864 commit f33fcbc
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Collab_Session/Collab_Session.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>

</Project>
25 changes: 25 additions & 0 deletions Collab_Session/Collab_Session.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29201.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Collab_Session", "Collab_Session.csproj", "{ED42A025-C16E-4F43-80F1-0941314E0F87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED42A025-C16E-4F43-80F1-0941314E0F87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED42A025-C16E-4F43-80F1-0941314E0F87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED42A025-C16E-4F43-80F1-0941314E0F87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED42A025-C16E-4F43-80F1-0941314E0F87}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43968443-CB3B-4160-B7FF-0F4E847F34D5}
EndGlobalSection
EndGlobal
12 changes: 12 additions & 0 deletions Collab_Session/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;

namespace Collab_Session
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}

0 comments on commit f33fcbc

Please # to comment.