프로젝트

일반

사용자정보

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

markus / DownloadManager / DownloadManager.csproj @ 66bd3240

이력 | 보기 | 이력해설 | 다운로드 (4.71 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
  <ItemGroup>
37
    <Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL">
38
      <HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath>
39
    </Reference>
40
    <Reference Include="log4net, Version=2.0.9.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
41
      <HintPath>..\packages\log4net.2.0.9\lib\net45\log4net.dll</HintPath>
42
    </Reference>
43
    <Reference Include="RestSharp, Version=106.13.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
44
      <HintPath>..\packages\RestSharp.106.13.0\lib\net452\RestSharp.dll</HintPath>
45
    </Reference>
46
    <Reference Include="System" />
47
    <Reference Include="System.Core" />
48
    <Reference Include="System.IO.Compression" />
49
    <Reference Include="System.IO.Compression.FileSystem" />
50
    <Reference Include="System.ServiceModel" />
51
    <Reference Include="System.Web" />
52
    <Reference Include="System.Xml.Linq" />
53
    <Reference Include="System.Data.DataSetExtensions" />
54
    <Reference Include="Microsoft.CSharp" />
55
    <Reference Include="System.Data" />
56
    <Reference Include="System.Net.Http" />
57
    <Reference Include="System.Xml" />
58
  </ItemGroup>
59
  <ItemGroup>
60
    <Compile Include="CheckAutoUpdate.cs" />
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
    <None Include="Log.config">
71
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
72
    </None>
73
    <None Include="packages.config" />
74
  </ItemGroup>
75
  <ItemGroup>
76
    <ProjectReference Include="..\IIpc\IIpc.csproj">
77
      <Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project>
78
      <Name>IIpc</Name>
79
    </ProjectReference>
80
  </ItemGroup>
81
  <ItemGroup>
82
    <None Include="obfuscar.xml" />
83
  </ItemGroup>
84
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
85
  <PropertyGroup>
86
    <PostBuildEvent>rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
87

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