Skip to content

Commit 163f6bf

Browse files
committed
Adjust sln files to the new psake structure
1 parent ae35130 commit 163f6bf

File tree

5 files changed

+13
-18
lines changed

5 files changed

+13
-18
lines changed

CodeCracker.2015.sln

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25123.0
4+
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Common", "src\Common\CodeCracker.Common\CodeCracker.Common.csproj", "{753D4757-FCBA-43BA-B1BE-89201ACDA192}"
77
EndProject
@@ -42,8 +42,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{234973E7
4242
ProjectSection(SolutionItems) = preProject
4343
appveyor.yml = appveyor.yml
4444
build.ps1 = build.ps1
45-
build.targets.ps1 = build.targets.ps1
46-
psake.ps1 = psake.ps1
45+
default.ps1 = default.ps1
4746
EndProjectSection
4847
EndProject
4948
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C5584F20-6E93-4D2D-B6F0-141B977AFC9F}"

CodeCracker.CSharp.2015.sln

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25123.0
4+
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2F5240AD-2B4E-48A4-B9FC-7D19DACEF2CD}"
77
ProjectSection(SolutionItems) = preProject
@@ -11,7 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2F5240
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker", "src\CSharp\CodeCracker\CodeCracker.csproj", "{FF1097FB-A890-461B-979E-064697891B96}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.2015.Vsix", "src\CSharp\CodeCracker.Vsix\CodeCracker.Vsix.2015.csproj", "{6BAC4057-7239-485E-A04B-02E687A83BAA}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Vsix.2015", "src\CSharp\CodeCracker.Vsix\CodeCracker.Vsix.2015.csproj", "{6BAC4057-7239-485E-A04B-02E687A83BAA}"
1515
EndProject
1616
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Test", "test\CSharp\CodeCracker.Test\CodeCracker.Test.csproj", "{F7843158-046E-4B22-95D7-CAC7BB01283D}"
1717
EndProject
@@ -36,8 +36,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{40545653
3636
ProjectSection(SolutionItems) = preProject
3737
appveyor.yml = appveyor.yml
3838
build.ps1 = build.ps1
39-
build.targets.ps1 = build.targets.ps1
40-
psake.ps1 = psake.ps1
39+
default.ps1 = default.ps1
4140
EndProjectSection
4241
EndProject
4342
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Common", "src\Common\CodeCracker.Common\CodeCracker.Common.csproj", "{753D4757-FCBA-43BA-B1BE-89201ACDA192}"

CodeCracker.CSharp.sln

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25123.0
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26430.14
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2F5240AD-2B4E-48A4-B9FC-7D19DACEF2CD}"
77
ProjectSection(SolutionItems) = preProject
@@ -36,8 +36,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{40545653
3636
ProjectSection(SolutionItems) = preProject
3737
appveyor.yml = appveyor.yml
3838
build.ps1 = build.ps1
39-
build.targets.ps1 = build.targets.ps1
40-
psake.ps1 = psake.ps1
39+
default.ps1 = default.ps1
4140
EndProjectSection
4241
EndProject
4342
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Common", "src\Common\CodeCracker.Common\CodeCracker.Common.csproj", "{753D4757-FCBA-43BA-B1BE-89201ACDA192}"

CodeCracker.VisualBasic.2015.sln

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25123.0
4+
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CodeCracker", "src\VisualBasic\CodeCracker\CodeCracker.vbproj", "{41FA4971-D354-4647-A269-4A886DA2EF4C}"
77
EndProject
@@ -24,8 +24,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{D1591C8E
2424
ProjectSection(SolutionItems) = preProject
2525
appveyor.yml = appveyor.yml
2626
build.ps1 = build.ps1
27-
build.targets.ps1 = build.targets.ps1
28-
psake.ps1 = psake.ps1
27+
default.ps1 = default.ps1
2928
EndProjectSection
3029
EndProject
3130
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{22D6C608-E7F1-4236-BB07-BE5F97A4C810}"

CodeCracker.VisualBasic.sln

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25123.0
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26430.14
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CodeCracker", "src\VisualBasic\CodeCracker\CodeCracker.vbproj", "{41FA4971-D354-4647-A269-4A886DA2EF4C}"
77
EndProject
@@ -24,8 +24,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{D1591C8E
2424
ProjectSection(SolutionItems) = preProject
2525
appveyor.yml = appveyor.yml
2626
build.ps1 = build.ps1
27-
build.targets.ps1 = build.targets.ps1
28-
psake.ps1 = psake.ps1
27+
default.ps1 = default.ps1
2928
EndProjectSection
3029
EndProject
3130
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{22D6C608-E7F1-4236-BB07-BE5F97A4C810}"

0 commit comments

Comments
 (0)