개정판 b627aa5a
issue #0000 id2용으로 수정
Change-Id: I0d6c62813f9647d785dd7392f0563ad049e82117
DownloadManagerTest/DownloadManagerTest.csproj | ||
---|---|---|
29 | 29 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
30 | 30 |
</PropertyGroup> |
31 | 31 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
32 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
32 |
<PlatformTarget>x64</PlatformTarget>
|
|
33 | 33 |
<DebugSymbols>true</DebugSymbols> |
34 | 34 |
<DebugType>full</DebugType> |
35 | 35 |
<Optimize>false</Optimize> |
... | ... | |
57 | 57 |
<PropertyGroup> |
58 | 58 |
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
59 | 59 |
</PropertyGroup> |
60 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
|
61 |
<DebugSymbols>true</DebugSymbols> |
|
62 |
<OutputPath>bin\x64\Debug\</OutputPath> |
|
63 |
<DefineConstants>TRACE;DEBUG;DOWNLOAD_TEST</DefineConstants> |
|
64 |
<DebugType>full</DebugType> |
|
65 |
<PlatformTarget>x64</PlatformTarget> |
|
66 |
<LangVersion>7.3</LangVersion> |
|
67 |
<ErrorReport>prompt</ErrorReport> |
|
68 |
</PropertyGroup> |
|
69 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
70 |
<OutputPath>bin\x64\Release\</OutputPath> |
|
71 |
<DefineConstants>TRACE;DOWNLOAD_TEST</DefineConstants> |
|
72 |
<Optimize>true</Optimize> |
|
73 |
<DebugType>pdbonly</DebugType> |
|
74 |
<PlatformTarget>x64</PlatformTarget> |
|
75 |
<LangVersion>7.3</LangVersion> |
|
76 |
<ErrorReport>prompt</ErrorReport> |
|
77 |
<Prefer32Bit>true</Prefer32Bit> |
|
78 |
</PropertyGroup> |
|
60 | 79 |
<ItemGroup> |
61 | 80 |
<Reference Include="PresentationCore" /> |
62 | 81 |
<Reference Include="System" /> |
내보내기 Unified diff