Skip to content

Commit

Permalink
Move solution outside src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Feb 29, 2016
1 parent 5e64867 commit 3f21b00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Dommel.sln → Dommel.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Dommel", "Dommel\Dommel.xproj", "{4AC16764-968B-43B9-A35C-42F6408CB38E}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Dommel", "src\Dommel\Dommel.xproj", "{4AC16764-968B-43B9-A35C-42F6408CB38E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{846EE323-F523-4E31-B001-C0829370483B}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{29200F34-D24D-4E3F-979A-CB6F2CA7C0F0}"
ProjectSection(SolutionItems) = preProject
..\global.json = ..\global.json
global.json = global.json
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit 3f21b00

Please sign in to comment.