Skip to content

Commit

Permalink
added solution directory for libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
julmb committed Jul 3, 2013
1 parent 914adc7 commit 25940c6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions source/Kurve/Kurve.sln
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Krach", "..\..\libraries\krach\Source\Krach\Krach.csproj", "{132A3E13-29BF-4322-B17F-E5E5D86C22EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kurve.Test", "Kurve.Test\Kurve.Test.csproj", "{40FAA97C-182F-4E4F-B44B-34DA0E04C93B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kurve", "Kurve\Kurve.csproj", "{352049A9-B046-4C53-AE87-974F166A8109}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kurve.Curves", "Kurve.Curves\Kurve.Curves.csproj", "{7AC660D7-ED47-4DDB-A10F-DD480AC99286}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{097263A9-AB4B-40D2-8D29-8749B5ACD14E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Krach", "..\..\libraries\krach\Source\Krach\Krach.csproj", "{132A3E13-29BF-4322-B17F-E5E5D86C22EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wrappers.Casadi", "..\..\libraries\krach\Source\Wrappers.Casadi\Wrappers.Casadi.csproj", "{7A82DCF3-7D64-4BB7-B500-CD72788AAA14}"
EndProject
Global
Expand Down Expand Up @@ -38,6 +40,10 @@ Global
{7AC660D7-ED47-4DDB-A10F-DD480AC99286}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AC660D7-ED47-4DDB-A10F-DD480AC99286}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{132A3E13-29BF-4322-B17F-E5E5D86C22EF} = {097263A9-AB4B-40D2-8D29-8749B5ACD14E}
{7A82DCF3-7D64-4BB7-B500-CD72788AAA14} = {097263A9-AB4B-40D2-8D29-8749B5ACD14E}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Kurve\Kurve.csproj
EndGlobalSection
Expand Down

0 comments on commit 25940c6

Please sign in to comment.