개정판 9f56088c
난독화 추가
Change-Id: Ia19e258cd4b4a6ec585d3d20dbce63e3e37b9280
DownloadManager/DownloadManager.csproj | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 | 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')" /> |
|
3 | 4 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 5 |
<PropertyGroup> |
5 | 6 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
... | ... | |
12 | 13 |
<FileAlignment>512</FileAlignment> |
13 | 14 |
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
14 | 15 |
<Deterministic>true</Deterministic> |
16 |
<NuGetPackageImportStamp> |
|
17 |
</NuGetPackageImportStamp> |
|
15 | 18 |
</PropertyGroup> |
16 | 19 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
17 | 20 |
<PlatformTarget>AnyCPU</PlatformTarget> |
... | ... | |
72 | 75 |
<Name>IIpc</Name> |
73 | 76 |
</ProjectReference> |
74 | 77 |
</ItemGroup> |
78 |
<ItemGroup> |
|
79 |
<None Include="obfuscar.xml" /> |
|
80 |
</ItemGroup> |
|
75 | 81 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
82 |
<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> |
|
76 | 93 |
</Project> |
내보내기 Unified diff