|
14 | 14 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
15 | 15 | <WarningLevel>4</WarningLevel> |
16 | 16 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 17 | + <OutputPath>bin\$(Configuration)\</OutputPath> |
17 | 18 | </PropertyGroup> |
18 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 20 | <PlatformTarget>AnyCPU</PlatformTarget> |
20 | 21 | <DebugSymbols>true</DebugSymbols> |
21 | 22 | <DebugType>full</DebugType> |
22 | 23 | <Optimize>false</Optimize> |
23 | | - <OutputPath>bin\Debug\</OutputPath> |
24 | 24 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
25 | 25 | <ErrorReport>prompt</ErrorReport> |
26 | 26 | <WarningLevel>4</WarningLevel> |
|
29 | 29 | <PlatformTarget>AnyCPU</PlatformTarget> |
30 | 30 | <DebugType>pdbonly</DebugType> |
31 | 31 | <Optimize>true</Optimize> |
32 | | - <OutputPath>bin\Release\</OutputPath> |
33 | 32 | <DefineConstants>TRACE</DefineConstants> |
34 | 33 | <ErrorReport>prompt</ErrorReport> |
35 | 34 | <WarningLevel>4</WarningLevel> |
36 | 35 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
37 | 36 | </PropertyGroup> |
| 37 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'XamlDesign|AnyCPU'"> |
| 38 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 39 | + <DebugSymbols>true</DebugSymbols> |
| 40 | + <DebugType>full</DebugType> |
| 41 | + <Optimize>false</Optimize> |
| 42 | + <DefineConstants>DEBUG;TRACE;XAML_DESIGNER</DefineConstants> |
| 43 | + <ErrorReport>prompt</ErrorReport> |
| 44 | + <WarningLevel>4</WarningLevel> |
| 45 | + </PropertyGroup> |
38 | 46 | <ItemGroup> |
39 | 47 | <Reference Include="Microsoft.VisualStudio.ComponentModelHost, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
40 | 48 | <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" /> |
|
0 commit comments