markus / DownloadManager / DownloadManager.csproj @ master
이력 | 보기 | 이력해설 | 다운로드 (6.02 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 |
<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 |
<Prefer32Bit>true</Prefer32Bit> |
64 |
</PropertyGroup> |
65 |
<ItemGroup> |
66 |
<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.17.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
70 |
<HintPath>..\packages\log4net.2.0.17\lib\net45\log4net.dll</HintPath> |
71 |
</Reference> |
72 |
<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 |
<Reference Include="System" /> |
76 |
<Reference Include="System.Configuration" /> |
77 |
<Reference Include="System.Core" /> |
78 |
<Reference Include="System.IO.Compression" /> |
79 |
<Reference Include="System.IO.Compression.FileSystem" /> |
80 |
<Reference Include="System.ServiceModel" /> |
81 |
<Reference Include="System.Web" /> |
82 |
<Reference Include="System.Xml.Linq" /> |
83 |
<Reference Include="System.Data.DataSetExtensions" /> |
84 |
<Reference Include="Microsoft.CSharp" /> |
85 |
<Reference Include="System.Data" /> |
86 |
<Reference Include="System.Net.Http" /> |
87 |
<Reference Include="System.Xml" /> |
88 |
</ItemGroup> |
89 |
<ItemGroup> |
90 |
<Compile Include="CheckAutoUpdate.cs" /> |
91 |
<Compile Include="LinqExtension.cs" /> |
92 |
<Compile Include="PageItem.cs" /> |
93 |
<Compile Include="PageLoadCompletedEventArgs.cs" /> |
94 |
<Compile Include="PageStorage.cs" /> |
95 |
<Compile Include="Program.cs" /> |
96 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
97 |
</ItemGroup> |
98 |
<ItemGroup> |
99 |
<None Include="App.config" /> |
100 |
<None Include="Log.config"> |
101 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
102 |
</None> |
103 |
<None Include="packages.config" /> |
104 |
</ItemGroup> |
105 |
<ItemGroup> |
106 |
<ProjectReference Include="..\IIpc\IIpc.csproj"> |
107 |
<Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project> |
108 |
<Name>IIpc</Name> |
109 |
</ProjectReference> |
110 |
</ItemGroup> |
111 |
<ItemGroup> |
112 |
<None Include="obfuscar.xml" /> |
113 |
</ItemGroup> |
114 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
115 |
<PropertyGroup> |
116 |
<PostBuildEvent>rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml |
117 |
|
118 |
rem xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F</PostBuildEvent> |
119 |
</PropertyGroup> |
120 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
121 |
<PropertyGroup> |
122 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
123 |
</PropertyGroup> |
124 |
<Error Condition="!Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.29\build\obfuscar.props'))" /> |
125 |
</Target> |
126 |
</Project> |