개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
DownloadManager/DownloadManager.csproj | ||
---|---|---|
45 | 45 |
<PlatformTarget>AnyCPU</PlatformTarget> |
46 | 46 |
<ErrorReport>prompt</ErrorReport> |
47 | 47 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
48 |
<Prefer32Bit>false</Prefer32Bit> |
|
49 |
</PropertyGroup> |
|
50 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Monitor|AnyCPU'"> |
|
51 |
<DebugSymbols>true</DebugSymbols> |
|
52 |
<OutputPath>..\publish\Downloader\</OutputPath> |
|
53 |
<Optimize>true</Optimize> |
|
54 |
<WarningLevel>3</WarningLevel> |
|
55 |
<DebugType>full</DebugType> |
|
56 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
57 |
<ErrorReport>prompt</ErrorReport> |
|
58 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
59 |
<Prefer32Bit>false</Prefer32Bit> |
|
60 |
</PropertyGroup> |
|
61 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
|
62 |
<OutputPath>..\publish\Downloader\</OutputPath> |
|
63 |
<Prefer32Bit>false</Prefer32Bit> |
|
64 |
<Optimize>true</Optimize> |
|
65 |
</PropertyGroup> |
|
66 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
|
67 |
<OutputPath>bin\Release_Default\</OutputPath> |
|
68 |
<Optimize>true</Optimize> |
|
69 |
<WarningLevel>3</WarningLevel> |
|
70 |
<DebugType>pdbonly</DebugType> |
|
71 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
72 |
<ErrorReport>prompt</ErrorReport> |
|
73 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
48 | 74 |
</PropertyGroup> |
49 | 75 |
<ItemGroup> |
50 | 76 |
<Reference Include="System" /> |
... | ... | |
67 | 93 |
</ItemGroup> |
68 | 94 |
<ItemGroup> |
69 | 95 |
<None Include="App.config" /> |
96 |
<None Include="packages.config" /> |
|
70 | 97 |
</ItemGroup> |
71 | 98 |
<ItemGroup> |
72 | 99 |
<ProjectReference Include="..\IIpc\IIpc.csproj"> |
내보내기 Unified diff