|
12 | 12 | <PythonBuildDir Condition=" '$(PythonBuildDir)' == '' ">$(SolutionDir)</PythonBuildDir> |
13 | 13 | </PropertyGroup> |
14 | 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x86'"> |
15 | | - <OutputPath>bin\x86\ReleaseMono\</OutputPath> |
| 15 | + <OutputPath>bin\</OutputPath> |
16 | 16 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS4</DefineConstants> |
17 | 17 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
18 | 18 | <Optimize>true</Optimize> |
19 | 19 | <DebugType>pdbonly</DebugType> |
20 | 20 | <PlatformTarget>x86</PlatformTarget> |
21 | 21 | </PropertyGroup> |
22 | 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x64'"> |
23 | | - <OutputPath>bin\x64\ReleaseMono\</OutputPath> |
| 23 | + <OutputPath>bin\</OutputPath> |
24 | 24 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS4</DefineConstants> |
25 | 25 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
26 | 26 | <Optimize>true</Optimize> |
27 | 27 | <DebugType>pdbonly</DebugType> |
28 | 28 | <PlatformTarget>x64</PlatformTarget> |
29 | 29 | </PropertyGroup> |
30 | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x86'"> |
31 | | - <OutputPath>bin\x86\ReleaseWin\</OutputPath> |
| 31 | + <OutputPath>bin\</OutputPath> |
32 | 32 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS2</DefineConstants> |
33 | 33 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
34 | 34 | <Optimize>true</Optimize> |
35 | 35 | <DebugType>pdbonly</DebugType> |
36 | 36 | <PlatformTarget>x86</PlatformTarget> |
37 | 37 | </PropertyGroup> |
38 | 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x64'"> |
39 | | - <OutputPath>bin\x64\ReleaseWin\</OutputPath> |
| 39 | + <OutputPath>bin\</OutputPath> |
40 | 40 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS2</DefineConstants> |
41 | 41 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
42 | 42 | <Optimize>true</Optimize> |
|
45 | 45 | </PropertyGroup> |
46 | 46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x86'"> |
47 | 47 | <DebugSymbols>true</DebugSymbols> |
48 | | - <OutputPath>bin\x86\DebugMono\</OutputPath> |
| 48 | + <OutputPath>bin\</OutputPath> |
49 | 49 | <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2;PYTHON27;UCS4</DefineConstants> |
50 | 50 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
51 | 51 | <Optimize>false</Optimize> |
|
54 | 54 | </PropertyGroup> |
55 | 55 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x64'"> |
56 | 56 | <DebugSymbols>true</DebugSymbols> |
57 | | - <OutputPath>bin\x64\DebugMono\</OutputPath> |
| 57 | + <OutputPath>bin\</OutputPath> |
58 | 58 | <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2;PYTHON27;UCS4</DefineConstants> |
59 | 59 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
60 | 60 | <Optimize>false</Optimize> |
|
63 | 63 | </PropertyGroup> |
64 | 64 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x86'"> |
65 | 65 | <DebugSymbols>true</DebugSymbols> |
66 | | - <OutputPath>bin\x86\DebugWin\</OutputPath> |
| 66 | + <OutputPath>bin\</OutputPath> |
67 | 67 | <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2;PYTHON27;UCS2</DefineConstants> |
68 | 68 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
69 | 69 | <Optimize>false</Optimize> |
|
72 | 72 | </PropertyGroup> |
73 | 73 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x64'"> |
74 | 74 | <DebugSymbols>true</DebugSymbols> |
75 | | - <OutputPath>bin\x64\DebugWin\</OutputPath> |
| 75 | + <OutputPath>bin\</OutputPath> |
76 | 76 | <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2;PYTHON27;UCS2</DefineConstants> |
77 | 77 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
78 | 78 | <Optimize>false</Optimize> |
|
0 commit comments