|
18 | 18 | <DebugSymbols>true</DebugSymbols> |
19 | 19 | <DebugType>full</DebugType> |
20 | 20 | <Optimize>false</Optimize> |
21 | | - <OutputPath>bin\iPhoneSimulator\Debug</OutputPath> |
| 21 | + <OutputPath>bin\iPhoneSimulator\Before-Debug</OutputPath> |
22 | 22 | <DefineConstants>DEBUG;GREEDY;</DefineConstants> |
23 | 23 | <ErrorReport>prompt</ErrorReport> |
24 | 24 | <WarningLevel>4</WarningLevel> |
|
32 | 32 | <DebugSymbols>true</DebugSymbols> |
33 | 33 | <DebugType>full</DebugType> |
34 | 34 | <Optimize>false</Optimize> |
35 | | - <OutputPath>bin\iPhoneSimulator\Debug</OutputPath> |
| 35 | + <OutputPath>bin\iPhoneSimulator\After-Debug</OutputPath> |
36 | 36 | <DefineConstants>DEBUG;</DefineConstants> |
37 | 37 | <ErrorReport>prompt</ErrorReport> |
38 | 38 | <WarningLevel>4</WarningLevel> |
|
45 | 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Before-Release|iPhoneSimulator' "> |
46 | 46 | <DebugType>none</DebugType> |
47 | 47 | <Optimize>true</Optimize> |
48 | | - <OutputPath>bin\iPhoneSimulator\Release</OutputPath> |
| 48 | + <OutputPath>bin\iPhoneSimulator\Before-Release</OutputPath> |
49 | 49 | <DefineConstants>GREEDY;</DefineConstants> |
50 | 50 | <ErrorReport>prompt</ErrorReport> |
51 | 51 | <WarningLevel>4</WarningLevel> |
|
57 | 57 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'After-Release|iPhoneSimulator' "> |
58 | 58 | <DebugType>none</DebugType> |
59 | 59 | <Optimize>true</Optimize> |
60 | | - <OutputPath>bin\iPhoneSimulator\Release</OutputPath> |
| 60 | + <OutputPath>bin\iPhoneSimulator\After-Release</OutputPath> |
61 | 61 | <ErrorReport>prompt</ErrorReport> |
62 | 62 | <WarningLevel>4</WarningLevel> |
63 | 63 | <ConsolePause>false</ConsolePause> |
|
69 | 69 | <DebugSymbols>true</DebugSymbols> |
70 | 70 | <DebugType>full</DebugType> |
71 | 71 | <Optimize>false</Optimize> |
72 | | - <OutputPath>bin\iPhone\Debug</OutputPath> |
| 72 | + <OutputPath>bin\iPhone\Before-Debug</OutputPath> |
73 | 73 | <DefineConstants>DEBUG;GREEDY;</DefineConstants> |
74 | 74 | <ErrorReport>prompt</ErrorReport> |
75 | 75 | <WarningLevel>4</WarningLevel> |
|
83 | 83 | <DebugSymbols>true</DebugSymbols> |
84 | 84 | <DebugType>full</DebugType> |
85 | 85 | <Optimize>false</Optimize> |
86 | | - <OutputPath>bin\iPhone\Debug</OutputPath> |
| 86 | + <OutputPath>bin\iPhone\After-Debug</OutputPath> |
87 | 87 | <DefineConstants>DEBUG;</DefineConstants> |
88 | 88 | <ErrorReport>prompt</ErrorReport> |
89 | 89 | <WarningLevel>4</WarningLevel> |
|
96 | 96 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Before-Release|iPhone' "> |
97 | 97 | <DebugType>none</DebugType> |
98 | 98 | <Optimize>true</Optimize> |
99 | | - <OutputPath>bin\iPhone\Release</OutputPath> |
| 99 | + <OutputPath>bin\iPhone\Before-Release</OutputPath> |
100 | 100 | <DefineConstants>GREEDY;</DefineConstants> |
101 | 101 | <ErrorReport>prompt</ErrorReport> |
102 | 102 | <WarningLevel>4</WarningLevel> |
|
108 | 108 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'After-Release|iPhone' "> |
109 | 109 | <DebugType>none</DebugType> |
110 | 110 | <Optimize>true</Optimize> |
111 | | - <OutputPath>bin\iPhone\Release</OutputPath> |
| 111 | + <OutputPath>bin\iPhone\After-Release</OutputPath> |
112 | 112 | <ErrorReport>prompt</ErrorReport> |
113 | 113 | <WarningLevel>4</WarningLevel> |
114 | 114 | <ConsolePause>false</ConsolePause> |
|
0 commit comments