Add project files.

This commit is contained in:
Tommy Parnell
2016-12-02 08:51:02 -05:00
parent afd93b5698
commit 5d3aa3abd9
13 changed files with 777 additions and 0 deletions

22
alexa.dev.excuses.sln Normal file
View File

@@ -0,0 +1,22 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "alexa.dev.excuses", "alexa.dev.excuses\alexa.dev.excuses.csproj", "{89184AC2-6CD1-44E3-83EC-CA5F2F8048ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89184AC2-6CD1-44E3-83EC-CA5F2F8048ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89184AC2-6CD1-44E3-83EC-CA5F2F8048ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89184AC2-6CD1-44E3-83EC-CA5F2F8048ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89184AC2-6CD1-44E3-83EC-CA5F2F8048ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal