Skip to content

Commit

Permalink
Template ignore *.cosmos
Browse files Browse the repository at this point in the history
  • Loading branch information
czhower committed Jul 24, 2017
1 parent b3fb54f commit 568dae9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Demos/Guess/Kernel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using Cosmos.Debug.Kernel;
//using Cosmos.Debug.Kernel;
using Sys = Cosmos.System;

/*
Expand Down Expand Up @@ -37,8 +37,8 @@ protected override void Run()
{
mCount++;

mDebugger.Send("");
mDebugger.SendMessage("Kernel", "New iteration");
//mDebugger.Send("");
//mDebugger.SendMessage("Kernel", "New iteration");
Console.WriteLine();
Console.WriteLine("Guess #" + mCount);
Console.Write("Please enter a guess: ");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<ItemGroup>
<None Remove="*" />
<None Remove="*.Cosmos" />
<Compile Remove="*" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions source/Cosmos.VS.Wizards/CosmosProject.Cosmos
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<ItemGroup>
<None Remove="*" />
<None Remove="*.Cosmos" />
<Compile Remove="*" />
</ItemGroup>

Expand Down

0 comments on commit 568dae9

Please sign in to comment.