markus / DownloadManager / DownloadManager.csproj @ a7578175
이력 | 보기 | 이력해설 | 다운로드 (4.46 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 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
35 | 2007ecaa | taeseongkim | </PropertyGroup> |
36 | <ItemGroup> |
||
37 | 664ea2e1 | taeseongkim | <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 | 2007ecaa | taeseongkim | <Reference Include="System" /> |
44 | <Reference Include="System.Core" /> |
||
45 | 664ea2e1 | taeseongkim | <Reference Include="System.IO.Compression" /> |
46 | <Reference Include="System.IO.Compression.FileSystem" /> |
||
47 | 2007ecaa | taeseongkim | <Reference Include="System.ServiceModel" /> |
48 | 664ea2e1 | taeseongkim | <Reference Include="System.Web" /> |
49 | 2007ecaa | taeseongkim | <Reference Include="System.Xml.Linq" /> |
50 | <Reference Include="System.Data.DataSetExtensions" /> |
||
51 | <Reference Include="Microsoft.CSharp" /> |
||
52 | <Reference Include="System.Data" /> |
||
53 | <Reference Include="System.Net.Http" /> |
||
54 | <Reference Include="System.Xml" /> |
||
55 | </ItemGroup> |
||
56 | <ItemGroup> |
||
57 | 664ea2e1 | taeseongkim | <Compile Include="CheckAutoUpdate.cs" /> |
58 | 2007ecaa | taeseongkim | <Compile Include="LinqExtension.cs" /> |
59 | <Compile Include="PageItem.cs" /> |
||
60 | <Compile Include="PageLoadCompletedEventArgs.cs" /> |
||
61 | <Compile Include="PageStorage.cs" /> |
||
62 | <Compile Include="Program.cs" /> |
||
63 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
64 | </ItemGroup> |
||
65 | <ItemGroup> |
||
66 | <None Include="App.config" /> |
||
67 | 664ea2e1 | taeseongkim | <None Include="Log.config"> |
68 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
69 | </None> |
||
70 | 9d5b4bc2 | taeseongkim | <None Include="packages.config" /> |
71 | 2007ecaa | taeseongkim | </ItemGroup> |
72 | <ItemGroup> |
||
73 | <ProjectReference Include="..\IIpc\IIpc.csproj"> |
||
74 | <Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project> |
||
75 | <Name>IIpc</Name> |
||
76 | </ProjectReference> |
||
77 | </ItemGroup> |
||
78 | 9f56088c | taeseongkim | <ItemGroup> |
79 | <None Include="obfuscar.xml" /> |
||
80 | </ItemGroup> |
||
81 | 2007ecaa | taeseongkim | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
82 | 9f56088c | taeseongkim | <PropertyGroup> |
83 | <PostBuildEvent>call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml |
||
84 | |||
85 | xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F</PostBuildEvent> |
||
86 | </PropertyGroup> |
||
87 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
88 | <PropertyGroup> |
||
89 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
90 | </PropertyGroup> |
||
91 | <Error Condition="!Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.29\build\obfuscar.props'))" /> |
||
92 | </Target> |
||
93 | 2007ecaa | taeseongkim | </Project> |