annotate build/msvc/QMVampPlugins.sln @ 189:4e3bd932c195
Poking around towards an MSVC build (maybe)
author |
Chris Cannam <c.cannam@qmul.ac.uk> |
date |
Tue, 30 Jan 2018 20:24:17 +0000 |
parents |
|
children |
46109b1ec46e |
rev |
line source |
c@189
|
1
|
c@189
|
2 Microsoft Visual Studio Solution File, Format Version 12.00
|
c@189
|
3 # Visual Studio 14
|
c@189
|
4 VisualStudioVersion = 14.0.25420.1
|
c@189
|
5 MinimumVisualStudioVersion = 10.0.40219.1
|
c@189
|
6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QMVampPlugins", "QMVampPlugins.vcxproj", "{1F995CF1-8B4B-445C-824D-09B3268DB29D}"
|
c@189
|
7 EndProject
|
c@189
|
8 Global
|
c@189
|
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
c@189
|
10 Debug|x64 = Debug|x64
|
c@189
|
11 Debug|x86 = Debug|x86
|
c@189
|
12 Release|x64 = Release|x64
|
c@189
|
13 Release|x86 = Release|x86
|
c@189
|
14 EndGlobalSection
|
c@189
|
15 GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
c@189
|
16 {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Debug|x64.ActiveCfg = Debug|x64
|
c@189
|
17 {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Debug|x64.Build.0 = Debug|x64
|
c@189
|
18 {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Debug|x86.ActiveCfg = Debug|Win32
|
c@189
|
19 {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Debug|x86.Build.0 = Debug|Win32
|
c@189
|
20 {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Release|x64.ActiveCfg = Release|x64
|
c@189
|
21 {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Release|x64.Build.0 = Release|x64
|
c@189
|
22 {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Release|x86.ActiveCfg = Release|Win32
|
c@189
|
23 {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Release|x86.Build.0 = Release|Win32
|
c@189
|
24 EndGlobalSection
|
c@189
|
25 GlobalSection(SolutionProperties) = preSolution
|
c@189
|
26 HideSolutionNode = FALSE
|
c@189
|
27 EndGlobalSection
|
c@189
|
28 EndGlobal
|