프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / DownloadManager / DownloadManager.csproj @ 9d5b4bc2

이력 | 보기 | 이력해설 | 다운로드 (4.41 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
    <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>
74
  </PropertyGroup>
75
  <ItemGroup>
76
    <Reference Include="System" />
77
    <Reference Include="System.Core" />
78
    <Reference Include="System.ServiceModel" />
79
    <Reference Include="System.Xml.Linq" />
80
    <Reference Include="System.Data.DataSetExtensions" />
81
    <Reference Include="Microsoft.CSharp" />
82
    <Reference Include="System.Data" />
83
    <Reference Include="System.Net.Http" />
84
    <Reference Include="System.Xml" />
85
  </ItemGroup>
86
  <ItemGroup>
87
    <Compile Include="LinqExtension.cs" />
88
    <Compile Include="PageItem.cs" />
89
    <Compile Include="PageLoadCompletedEventArgs.cs" />
90
    <Compile Include="PageStorage.cs" />
91
    <Compile Include="Program.cs" />
92
    <Compile Include="Properties\AssemblyInfo.cs" />
93
  </ItemGroup>
94
  <ItemGroup>
95
    <None Include="App.config" />
96
    <None Include="packages.config" />
97
  </ItemGroup>
98
  <ItemGroup>
99
    <ProjectReference Include="..\IIpc\IIpc.csproj">
100
      <Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project>
101
      <Name>IIpc</Name>
102
    </ProjectReference>
103
  </ItemGroup>
104
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)