Skip to content

Commit

Permalink
add solution file for Visual Studio 2012
Browse files Browse the repository at this point in the history
  • Loading branch information
john-ross committed Dec 6, 2013
1 parent 9acb764 commit 865528b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Concordion.Kickstart.vs2012.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kickstart", "Kickstart\Kickstart.csproj", "{6C4F96CB-9762-4F3D-A7BF-F74422B186CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kickstart.Spec", "Kickstart.Spec\Kickstart.Spec.csproj", "{F170F9C9-3398-47E2-96E4-D24AF979DE10}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C4F96CB-9762-4F3D-A7BF-F74422B186CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C4F96CB-9762-4F3D-A7BF-F74422B186CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C4F96CB-9762-4F3D-A7BF-F74422B186CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C4F96CB-9762-4F3D-A7BF-F74422B186CA}.Release|Any CPU.Build.0 = Release|Any CPU
{F170F9C9-3398-47E2-96E4-D24AF979DE10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F170F9C9-3398-47E2-96E4-D24AF979DE10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F170F9C9-3398-47E2-96E4-D24AF979DE10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F170F9C9-3398-47E2-96E4-D24AF979DE10}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

0 comments on commit 865528b

Please sign in to comment.