diff --git a/StockTracker/Form1.cs b/StockTracker/Form1.cs index df8cbd0..ff1c0ea 100644 --- a/StockTracker/Form1.cs +++ b/StockTracker/Form1.cs @@ -7,10 +7,6 @@ // ReSharper disable SpecifyACultureInStringConversionExplicitly // ReSharper disable StringIndexOfIsCultureSpecific.1 -// Design discussion comments: -// Add your comment here, in this format: -// : comment - namespace StockTracker { public partial class Form1 : Form diff --git a/StockTracker/Stock.cs b/StockTracker/Stock.cs index eb3523a..266e83b 100644 --- a/StockTracker/Stock.cs +++ b/StockTracker/Stock.cs @@ -1,6 +1,3 @@ -// Design discussion comments: -// Add your comment here, in this format: -// : comment namespace StockTracker { diff --git a/StockTracker/StockTracker.sln b/StockTracker/StockTracker.sln new file mode 100644 index 0000000..d101914 --- /dev/null +++ b/StockTracker/StockTracker.sln @@ -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