1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <ProjectGuid >{58477CDE-78FB-4D72-920B-2C2660D64B9F}</ProjectGuid >
23
+ <RootNamespace >ReaperDAWHubGUIController</RootNamespace >
24
+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28
+ <ConfigurationType >StaticLibrary</ConfigurationType >
29
+ <UseDebugLibraries >true</UseDebugLibraries >
30
+ <PlatformToolset >v140</PlatformToolset >
31
+ <CharacterSet >MultiByte</CharacterSet >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
34
+ <ConfigurationType >StaticLibrary</ConfigurationType >
35
+ <UseDebugLibraries >false</UseDebugLibraries >
36
+ <PlatformToolset >v140</PlatformToolset >
37
+ <WholeProgramOptimization >true</WholeProgramOptimization >
38
+ <CharacterSet >MultiByte</CharacterSet >
39
+ </PropertyGroup >
40
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
41
+ <ConfigurationType >Application</ConfigurationType >
42
+ <UseDebugLibraries >true</UseDebugLibraries >
43
+ <PlatformToolset >v140</PlatformToolset >
44
+ <CharacterSet >MultiByte</CharacterSet >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >false</UseDebugLibraries >
49
+ <PlatformToolset >v140</PlatformToolset >
50
+ <WholeProgramOptimization >true</WholeProgramOptimization >
51
+ <CharacterSet >MultiByte</CharacterSet >
52
+ </PropertyGroup >
53
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54
+ <ImportGroup Label =" ExtensionSettings" >
55
+ </ImportGroup >
56
+ <ImportGroup Label =" Shared" >
57
+ </ImportGroup >
58
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ <Import Project =" ..\conanbuildinfo.props" />
61
+ </ImportGroup >
62
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
63
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64
+ <Import Project =" ..\conanbuildinfo.props" />
65
+ </ImportGroup >
66
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68
+ <Import Project =" ..\conanbuildinfo.props" />
69
+ </ImportGroup >
70
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
71
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72
+ <Import Project =" ..\conanbuildinfo.props" />
73
+ </ImportGroup >
74
+ <PropertyGroup Label =" UserMacros" />
75
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
76
+ <OutDir >C:\Program Files (x86)\Reaper\Plugins\</OutDir >
77
+ </PropertyGroup >
78
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
79
+ <OutDir >C:\Program Files (x86)\Reaper\Plugins\</OutDir >
80
+ </PropertyGroup >
81
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
82
+ <ClCompile >
83
+ <WarningLevel >Level3</WarningLevel >
84
+ <Optimization >Disabled</Optimization >
85
+ <SDLCheck >true</SDLCheck >
86
+ <AdditionalIncludeDirectories >..\JuceLibraryCode;..\JuceLibraryCode\modules;.\includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
87
+ </ClCompile >
88
+ </ItemDefinitionGroup >
89
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
90
+ <ClCompile >
91
+ <WarningLevel >Level3</WarningLevel >
92
+ <Optimization >Disabled</Optimization >
93
+ <SDLCheck >true</SDLCheck >
94
+ </ClCompile >
95
+ </ItemDefinitionGroup >
96
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
97
+ <ClCompile >
98
+ <WarningLevel >Level3</WarningLevel >
99
+ <Optimization >MaxSpeed</Optimization >
100
+ <FunctionLevelLinking >true</FunctionLevelLinking >
101
+ <IntrinsicFunctions >true</IntrinsicFunctions >
102
+ <SDLCheck >true</SDLCheck >
103
+ <AdditionalIncludeDirectories >..\JuceLibraryCode;..\JuceLibraryCode\modules;.\includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
104
+ </ClCompile >
105
+ <Link >
106
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
107
+ <OptimizeReferences >true</OptimizeReferences >
108
+ </Link >
109
+ </ItemDefinitionGroup >
110
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
111
+ <ClCompile >
112
+ <WarningLevel >Level3</WarningLevel >
113
+ <Optimization >MaxSpeed</Optimization >
114
+ <FunctionLevelLinking >true</FunctionLevelLinking >
115
+ <IntrinsicFunctions >true</IntrinsicFunctions >
116
+ <SDLCheck >true</SDLCheck >
117
+ </ClCompile >
118
+ <Link >
119
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
120
+ <OptimizeReferences >true</OptimizeReferences >
121
+ </Link >
122
+ </ItemDefinitionGroup >
123
+ <ItemGroup >
124
+ <ClInclude Include =" includes\ProjectBrowserWindowController.h" />
125
+ <ClInclude Include =" includes\ProjectEntryListController.h" />
126
+ <ClInclude Include =" includes\ProjectsStrategy.h" />
127
+ <ClInclude Include =" includes\RepeatedPollingProjectsStrategy.h" />
128
+ </ItemGroup >
129
+ <ItemGroup >
130
+ <ClCompile Include =" Source\OneTimeGetProjectsStrategy.cpp" />
131
+ <ClCompile Include =" Source\ProjectBrowserWindowController.cpp" />
132
+ <ClCompile Include =" Source\ProjectEntryListController.cpp" />
133
+ <ClCompile Include =" Source\RepeatedPollingProjectsStrategy.cpp" />
134
+ </ItemGroup >
135
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
136
+ <ImportGroup Label =" ExtensionTargets" >
137
+ </ImportGroup >
138
+ </Project >
0 commit comments