markus / DownloadManager / DownloadManager.csproj @ 2007ecaa
이력 | 보기 | 이력해설 | 다운로드 (3.23 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 |
<PropertyGroup> |
5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 |
<ProjectGuid>{E1AEB641-7B2B-4231-8518-2E4CF79AA64B}</ProjectGuid> |
8 |
<OutputType>Exe</OutputType> |
9 |
<RootNamespace>DownloadManager</RootNamespace> |
10 |
<AssemblyName>DownloadManager</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
14 |
<Deterministic>true</Deterministic> |
15 |
</PropertyGroup> |
16 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Thumbnail|AnyCPU' "> |
17 |
<PlatformTarget>AnyCPU</PlatformTarget> |
18 |
<DebugSymbols>true</DebugSymbols> |
19 |
<DebugType>full</DebugType> |
20 |
<Optimize>true</Optimize> |
21 |
<OutputPath>..\publish\Downloader\</OutputPath> |
22 |
<DefineConstants> |
23 |
</DefineConstants> |
24 |
<ErrorReport>prompt</ErrorReport> |
25 |
<WarningLevel>3</WarningLevel> |
26 |
<Prefer32Bit>false</Prefer32Bit> |
27 |
</PropertyGroup> |
28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 |
<PlatformTarget>AnyCPU</PlatformTarget> |
30 |
<DebugType>pdbonly</DebugType> |
31 |
<Optimize>true</Optimize> |
32 |
<OutputPath>..\publish\Downloader\</OutputPath> |
33 |
<DefineConstants> |
34 |
</DefineConstants> |
35 |
<ErrorReport>prompt</ErrorReport> |
36 |
<WarningLevel>3</WarningLevel> |
37 |
<Prefer32Bit>false</Prefer32Bit> |
38 |
</PropertyGroup> |
39 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_FileDownloader|AnyCPU'"> |
40 |
<DebugSymbols>true</DebugSymbols> |
41 |
<OutputPath>..\publish\Downloader\</OutputPath> |
42 |
<Optimize>true</Optimize> |
43 |
<WarningLevel>3</WarningLevel> |
44 |
<DebugType>full</DebugType> |
45 |
<PlatformTarget>AnyCPU</PlatformTarget> |
46 |
<ErrorReport>prompt</ErrorReport> |
47 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
48 |
</PropertyGroup> |
49 |
<ItemGroup> |
50 |
<Reference Include="System" /> |
51 |
<Reference Include="System.Core" /> |
52 |
<Reference Include="System.ServiceModel" /> |
53 |
<Reference Include="System.Xml.Linq" /> |
54 |
<Reference Include="System.Data.DataSetExtensions" /> |
55 |
<Reference Include="Microsoft.CSharp" /> |
56 |
<Reference Include="System.Data" /> |
57 |
<Reference Include="System.Net.Http" /> |
58 |
<Reference Include="System.Xml" /> |
59 |
</ItemGroup> |
60 |
<ItemGroup> |
61 |
<Compile Include="LinqExtension.cs" /> |
62 |
<Compile Include="PageItem.cs" /> |
63 |
<Compile Include="PageLoadCompletedEventArgs.cs" /> |
64 |
<Compile Include="PageStorage.cs" /> |
65 |
<Compile Include="Program.cs" /> |
66 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
67 |
</ItemGroup> |
68 |
<ItemGroup> |
69 |
<None Include="App.config" /> |
70 |
</ItemGroup> |
71 |
<ItemGroup> |
72 |
<ProjectReference Include="..\IIpc\IIpc.csproj"> |
73 |
<Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project> |
74 |
<Name>IIpc</Name> |
75 |
</ProjectReference> |
76 |
</ItemGroup> |
77 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
78 |
</Project> |