개정판 b627aa5a
issue #0000 id2용으로 수정
Change-Id: I0d6c62813f9647d785dd7392f0563ad049e82117
DownloadManager/DownloadManager.csproj | ||
---|---|---|
32 | 32 |
<Prefer32Bit>false</Prefer32Bit> |
33 | 33 |
<Optimize>false</Optimize> |
34 | 34 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
35 |
<PlatformTarget>x64</PlatformTarget> |
|
36 |
</PropertyGroup> |
|
37 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
38 |
<OutputPath>bin\x64\Release\</OutputPath> |
|
39 |
<Optimize>true</Optimize> |
|
40 |
<WarningLevel>3</WarningLevel> |
|
41 |
<DebugType>pdbonly</DebugType> |
|
42 |
<PlatformTarget>x64</PlatformTarget> |
|
43 |
<LangVersion>7.3</LangVersion> |
|
44 |
<ErrorReport>prompt</ErrorReport> |
|
45 |
</PropertyGroup> |
|
46 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
|
47 |
<DebugSymbols>true</DebugSymbols> |
|
48 |
<OutputPath>..\publish\Downloader\</OutputPath> |
|
49 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
50 |
<PlatformTarget>x64</PlatformTarget> |
|
51 |
<LangVersion>7.3</LangVersion> |
|
35 | 52 |
</PropertyGroup> |
36 | 53 |
<ItemGroup> |
37 | 54 |
<Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL"> |
내보내기 Unified diff