프로젝트

일반

사용자정보

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

markus / DownloadManager / DownloadManager.csproj @ fdfa126d

이력 | 보기 | 이력해설 | 다운로드 (5.97 KB)

1 2007ecaa taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 9f56088c taeseongkim
  <Import Project="..\packages\Obfuscar.2.2.29\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" />
4 2007ecaa taeseongkim
  <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 9f56088c taeseongkim
    <NuGetPackageImportStamp>
17
    </NuGetPackageImportStamp>
18 2007ecaa taeseongkim
  </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 9d5b4bc2 taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
31
    <OutputPath>..\publish\Downloader\</OutputPath>
32
    <Prefer32Bit>false</Prefer32Bit>
33 664ea2e1 taeseongkim
    <Optimize>false</Optimize>
34 66bd3240 taeseongkim
    <DefineConstants>TRACE;DEBUG;_XACNA_TEST</DefineConstants>
35 2007ecaa taeseongkim
  </PropertyGroup>
36 3b938959 taeseongkim
  <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 fdfa126d taeseongkim
    <Prefer32Bit>true</Prefer32Bit>
49
  </PropertyGroup>
50
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Etech|AnyCPU'">
51
    <DebugSymbols>true</DebugSymbols>
52
    <OutputPath>bin\Debug_Etech\</OutputPath>
53
    <DefineConstants>TRACE;DEBUG;_XACNA_TEST</DefineConstants>
54
    <PlatformTarget>AnyCPU</PlatformTarget>
55
    <LangVersion>7.3</LangVersion>
56
    <Prefer32Bit>true</Prefer32Bit>
57
  </PropertyGroup>
58
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Etech|x64'">
59
    <DebugSymbols>true</DebugSymbols>
60
    <OutputPath>bin\x64\Debug_Etech\</OutputPath>
61
    <PlatformTarget>AnyCPU</PlatformTarget>
62
    <LangVersion>7.3</LangVersion>
63 3b938959 taeseongkim
    <Prefer32Bit>true</Prefer32Bit>
64
  </PropertyGroup>
65 2007ecaa taeseongkim
  <ItemGroup>
66 664ea2e1 taeseongkim
    <Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL">
67
      <HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath>
68
    </Reference>
69
    <Reference Include="log4net, Version=2.0.9.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
70
      <HintPath>..\packages\log4net.2.0.9\lib\net45\log4net.dll</HintPath>
71
    </Reference>
72 77cdac33 taeseongkim
    <Reference Include="RestSharp, Version=106.13.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
73
      <HintPath>..\packages\RestSharp.106.13.0\lib\net452\RestSharp.dll</HintPath>
74
    </Reference>
75 2007ecaa taeseongkim
    <Reference Include="System" />
76
    <Reference Include="System.Core" />
77 664ea2e1 taeseongkim
    <Reference Include="System.IO.Compression" />
78
    <Reference Include="System.IO.Compression.FileSystem" />
79 2007ecaa taeseongkim
    <Reference Include="System.ServiceModel" />
80 664ea2e1 taeseongkim
    <Reference Include="System.Web" />
81 2007ecaa taeseongkim
    <Reference Include="System.Xml.Linq" />
82
    <Reference Include="System.Data.DataSetExtensions" />
83
    <Reference Include="Microsoft.CSharp" />
84
    <Reference Include="System.Data" />
85
    <Reference Include="System.Net.Http" />
86
    <Reference Include="System.Xml" />
87
  </ItemGroup>
88
  <ItemGroup>
89 664ea2e1 taeseongkim
    <Compile Include="CheckAutoUpdate.cs" />
90 2007ecaa taeseongkim
    <Compile Include="LinqExtension.cs" />
91
    <Compile Include="PageItem.cs" />
92
    <Compile Include="PageLoadCompletedEventArgs.cs" />
93
    <Compile Include="PageStorage.cs" />
94
    <Compile Include="Program.cs" />
95
    <Compile Include="Properties\AssemblyInfo.cs" />
96
  </ItemGroup>
97
  <ItemGroup>
98
    <None Include="App.config" />
99 664ea2e1 taeseongkim
    <None Include="Log.config">
100
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
101
    </None>
102 9d5b4bc2 taeseongkim
    <None Include="packages.config" />
103 2007ecaa taeseongkim
  </ItemGroup>
104
  <ItemGroup>
105
    <ProjectReference Include="..\IIpc\IIpc.csproj">
106
      <Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project>
107
      <Name>IIpc</Name>
108
    </ProjectReference>
109
  </ItemGroup>
110 9f56088c taeseongkim
  <ItemGroup>
111
    <None Include="obfuscar.xml" />
112
  </ItemGroup>
113 2007ecaa taeseongkim
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114 9f56088c taeseongkim
  <PropertyGroup>
115 77cdac33 taeseongkim
    <PostBuildEvent>rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml
116 9f56088c taeseongkim
117 77cdac33 taeseongkim
rem xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F</PostBuildEvent>
118 9f56088c taeseongkim
  </PropertyGroup>
119
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
120
    <PropertyGroup>
121
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
122
    </PropertyGroup>
123
    <Error Condition="!Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.29\build\obfuscar.props'))" />
124
  </Target>
125 2007ecaa taeseongkim
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)