|
10 | 10 | <Configuration>Release</Configuration> |
11 | 11 | <Platform>Win32</Platform> |
12 | 12 | </ProjectConfiguration> |
13 | | - <ProjectConfiguration Include="Debug64|x64"> |
14 | | - <Configuration>Debug64</Configuration> |
| 13 | + <ProjectConfiguration Include="Debug|x64"> |
| 14 | + <Configuration>Debug</Configuration> |
15 | 15 | <Platform>x64</Platform> |
16 | 16 | </ProjectConfiguration> |
17 | | - <ProjectConfiguration Include="Release64|x64"> |
18 | | - <Configuration>Release64</Configuration> |
| 17 | + <ProjectConfiguration Include="Release|x64"> |
| 18 | + <Configuration>Release</Configuration> |
19 | 19 | <Platform>x64</Platform> |
20 | 20 | </ProjectConfiguration> |
21 | 21 | </ItemGroup> |
|
35 | 35 | <WholeProgramOptimization>true</WholeProgramOptimization> |
36 | 36 | <PlatformToolset>v120</PlatformToolset> |
37 | 37 | </PropertyGroup> |
38 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug64|x64'" Label="Configuration"> |
| 38 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
39 | 39 | <ConfigurationType>Application</ConfigurationType> |
40 | 40 | <UseOfMfc>false</UseOfMfc> |
41 | 41 | <PlatformToolset>v120</PlatformToolset> |
42 | 42 | <PlatformToolset>v120</PlatformToolset> |
43 | 43 | </PropertyGroup> |
44 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release64|x64'" Label="Configuration"> |
| 44 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
45 | 45 | <ConfigurationType>Application</ConfigurationType> |
46 | 46 | <UseOfMfc>false</UseOfMfc> |
47 | 47 | <WholeProgramOptimization>true</WholeProgramOptimization> |
|
65 | 65 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\bin\</OutDir> |
66 | 66 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">open-ephys</TargetName> |
67 | 67 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> |
68 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug64|x64'">.\x64\Debug64\bin\</OutDir> |
69 | | - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug64|x64'">open-ephys</TargetName> |
70 | | - <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug64|x64'">true</GenerateManifest> |
71 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release64|x64'">.\x64\Release64\bin\</OutDir> |
72 | | - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release64|x64'">open-ephys</TargetName> |
73 | | - <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release64|x64'">true</GenerateManifest> |
| 68 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\bin\</OutDir> |
| 69 | + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">open-ephys</TargetName> |
| 70 | + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest> |
| 71 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\bin\</OutDir> |
| 72 | + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">open-ephys</TargetName> |
| 73 | + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest> |
74 | 74 | <PlatformToolset>v120</PlatformToolset> |
75 | 75 | </PropertyGroup> |
76 | 76 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
117 | 117 | <OutputFile>$(IntDir)\open-ephys.bsc</OutputFile> |
118 | 118 | </Bscmake> |
119 | 119 | <PostBuildEvent> |
120 | | - <Command>copy /Y "..\..\Resources\DLLs\VS2013\*.dll" "$(OutDir)"</Command> |
| 120 | + <Command>if not exist "$(OutDir)\shared" mkdir "$(OutDir)\shared" |
| 121 | +copy /Y "..\..\Resources\DLLs\VS2013\*.dll" "$(OutDir)\shared"</Command> |
121 | 122 | </PostBuildEvent> |
122 | 123 | </ItemDefinitionGroup> |
123 | 124 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
164 | 165 | <OutputFile>$(IntDir)\open-ephys.bsc</OutputFile> |
165 | 166 | </Bscmake> |
166 | 167 | <PostBuildEvent> |
167 | | - <Command>copy /Y "..\..\Resources\DLLs\VS2013\*.dll" "$(OutDir)"</Command> |
| 168 | + <Command>if not exist "$(OutDir)\shared" mkdir "$(OutDir)\shared" |
| 169 | +copy /Y "..\..\Resources\DLLs\VS2013\*.dll" "$(OutDir)\shared"</Command> |
168 | 170 | </PostBuildEvent> |
169 | 171 | </ItemDefinitionGroup> |
170 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug64|x64'"> |
| 172 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
171 | 173 | <Midl> |
172 | 174 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
173 | 175 | <MkTypLibCompatible>true</MkTypLibCompatible> |
|
209 | 211 | <OutputFile>$(IntDir)\open-ephys.bsc</OutputFile> |
210 | 212 | </Bscmake> |
211 | 213 | <PostBuildEvent> |
212 | | - <Command>copy /Y "..\..\Resources\DLLs\VS2013-x64\*.dll" "$(OutDir)"</Command> |
| 214 | + <Command>if not exist "$(OutDir)\shared" mkdir "$(OutDir)\shared" |
| 215 | +copy /Y "..\..\Resources\DLLs\VS2013-x64\*.dll" "$(OutDir)\shared"</Command> |
213 | 216 | </PostBuildEvent> |
214 | 217 | </ItemDefinitionGroup> |
215 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release64|x64'"> |
| 218 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
216 | 219 | <Midl> |
217 | 220 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
218 | 221 | <MkTypLibCompatible>true</MkTypLibCompatible> |
|
255 | 258 | <OutputFile>$(IntDir)\open-ephys.bsc</OutputFile> |
256 | 259 | </Bscmake> |
257 | 260 | <PostBuildEvent> |
258 | | - <Command>copy /Y "..\..\Resources\DLLs\VS2013-x64\*.dll" "$(OutDir)"</Command> |
| 261 | + <Command>if not exist "$(OutDir)\shared" mkdir "$(OutDir)\shared" |
| 262 | +copy /Y "..\..\Resources\DLLs\VS2013-x64\*.dll" "$(OutDir)\shared"</Command> |
259 | 263 | </PostBuildEvent> |
260 | 264 | </ItemDefinitionGroup> |
261 | 265 | <ItemGroup> |
|
0 commit comments