프로젝트

일반

사용자정보

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

markus / DownloadManager / DownloadManager.csproj @ 3b938959

이력 | 보기 | 이력해설 | 다운로드 (5.32 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="..\packages\Obfuscar.2.2.29\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" />
4
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
  <PropertyGroup>
6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8
    <ProjectGuid>{E1AEB641-7B2B-4231-8518-2E4CF79AA64B}</ProjectGuid>
9
    <OutputType>Exe</OutputType>
10
    <RootNamespace>DownloadManager</RootNamespace>
11
    <AssemblyName>DownloadManager</AssemblyName>
12
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15
    <Deterministic>true</Deterministic>
16
    <NuGetPackageImportStamp>
17
    </NuGetPackageImportStamp>
18
  </PropertyGroup>
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
20
    <PlatformTarget>AnyCPU</PlatformTarget>
21
    <DebugType>pdbonly</DebugType>
22
    <Optimize>true</Optimize>
23
    <OutputPath>..\publish\Downloader\</OutputPath>
24
    <DefineConstants>
25
    </DefineConstants>
26
    <ErrorReport>prompt</ErrorReport>
27
    <WarningLevel>3</WarningLevel>
28
    <Prefer32Bit>false</Prefer32Bit>
29
  </PropertyGroup>
30
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
31
    <OutputPath>..\publish\Downloader\</OutputPath>
32
    <Prefer32Bit>false</Prefer32Bit>
33
    <Optimize>false</Optimize>
34
    <DefineConstants>TRACE;DEBUG;_XACNA_TEST</DefineConstants>
35
  </PropertyGroup>
36
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|AnyCPU'">
37
    <DebugSymbols>true</DebugSymbols>
38
    <OutputPath>bin\Debug_DIG\</OutputPath>
39
    <DefineConstants>TRACE;DEBUG;_XACNA_TEST</DefineConstants>
40
    <PlatformTarget>AnyCPU</PlatformTarget>
41
    <LangVersion>7.3</LangVersion>
42
  </PropertyGroup>
43
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x64'">
44
    <DebugSymbols>true</DebugSymbols>
45
    <OutputPath>bin\x64\Debug_DIG\</OutputPath>
46
    <PlatformTarget>AnyCPU</PlatformTarget>
47
    <LangVersion>7.3</LangVersion>
48
    <Prefer32Bit>true</Prefer32Bit>
49
  </PropertyGroup>
50
  <ItemGroup>
51
    <Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL">
52
      <HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath>
53
    </Reference>
54
    <Reference Include="log4net, Version=2.0.9.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
55
      <HintPath>..\packages\log4net.2.0.9\lib\net45\log4net.dll</HintPath>
56
    </Reference>
57
    <Reference Include="RestSharp, Version=106.13.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
58
      <HintPath>..\packages\RestSharp.106.13.0\lib\net452\RestSharp.dll</HintPath>
59
    </Reference>
60
    <Reference Include="System" />
61
    <Reference Include="System.Core" />
62
    <Reference Include="System.IO.Compression" />
63
    <Reference Include="System.IO.Compression.FileSystem" />
64
    <Reference Include="System.ServiceModel" />
65
    <Reference Include="System.Web" />
66
    <Reference Include="System.Xml.Linq" />
67
    <Reference Include="System.Data.DataSetExtensions" />
68
    <Reference Include="Microsoft.CSharp" />
69
    <Reference Include="System.Data" />
70
    <Reference Include="System.Net.Http" />
71
    <Reference Include="System.Xml" />
72
  </ItemGroup>
73
  <ItemGroup>
74
    <Compile Include="CheckAutoUpdate.cs" />
75
    <Compile Include="LinqExtension.cs" />
76
    <Compile Include="PageItem.cs" />
77
    <Compile Include="PageLoadCompletedEventArgs.cs" />
78
    <Compile Include="PageStorage.cs" />
79
    <Compile Include="Program.cs" />
80
    <Compile Include="Properties\AssemblyInfo.cs" />
81
  </ItemGroup>
82
  <ItemGroup>
83
    <None Include="App.config" />
84
    <None Include="Log.config">
85
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
86
    </None>
87
    <None Include="packages.config" />
88
  </ItemGroup>
89
  <ItemGroup>
90
    <ProjectReference Include="..\IIpc\IIpc.csproj">
91
      <Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project>
92
      <Name>IIpc</Name>
93
    </ProjectReference>
94
  </ItemGroup>
95
  <ItemGroup>
96
    <None Include="obfuscar.xml" />
97
  </ItemGroup>
98
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99
  <PropertyGroup>
100
    <PostBuildEvent>rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
101

    
102
rem xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F</PostBuildEvent>
103
  </PropertyGroup>
104
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
105
    <PropertyGroup>
106
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
107
    </PropertyGroup>
108
    <Error Condition="!Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.29\build\obfuscar.props'))" />
109
  </Target>
110
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)