Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions StockTracker/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
// ReSharper disable SpecifyACultureInStringConversionExplicitly
// ReSharper disable StringIndexOfIsCultureSpecific.1

// Design discussion comments:
// Add your comment here, in this format:
// <alias>: comment

namespace StockTracker
{
public partial class Form1 : Form
Expand Down
3 changes: 0 additions & 3 deletions StockTracker/Stock.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Design discussion comments:
// Add your comment here, in this format:
// <alias>: comment

namespace StockTracker
{
Expand Down
22 changes: 22 additions & 0 deletions StockTracker/StockTracker.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StockTracker", "StockTracker.csproj", "{5BCF6E00-8536-4AC5-875A-0B8ADE6173D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BCF6E00-8536-4AC5-875A-0B8ADE6173D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BCF6E00-8536-4AC5-875A-0B8ADE6173D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BCF6E00-8536-4AC5-875A-0B8ADE6173D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BCF6E00-8536-4AC5-875A-0B8ADE6173D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal