개정판 674e86a7
Obfuscation
Change-Id: I63550866ab85ef5a6eb12f6449567f93d3c9ff1e
DTI_PID/OdReadExMgd/OdReadExMgd.csproj | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<Import Project="packages\Obfuscar.2.2.37\build\obfuscar.props" Condition="Exists('packages\Obfuscar.2.2.37\build\obfuscar.props')" /> |
|
3 | 4 |
<PropertyGroup> |
4 | 5 |
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> |
5 | 6 |
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
... | ... | |
62 | 63 |
<ItemGroup> |
63 | 64 |
<WCFMetadata Include="Connected Services\" /> |
64 | 65 |
</ItemGroup> |
66 |
<ItemGroup> |
|
67 |
<Content Include="Obfuscar.xml"> |
|
68 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
69 |
</Content> |
|
70 |
</ItemGroup> |
|
65 | 71 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
66 | 72 |
<PropertyGroup> |
67 |
<PostBuildEvent>echo off |
|
68 |
</PostBuildEvent> |
|
73 |
<PostBuildEvent>if $(ConfigurationName) == Release cd "$(TargetDir)" |
|
74 |
if $(ConfigurationName) == Release rmdir ..\..\..\publish\ /s /q |
|
75 |
if $(ConfigurationName) == Release "$(Obfuscar)" "$(TargetDir)Obfuscar.xml" |
|
76 |
if $(ConfigurationName) == Release copy .\*.dll ..\..\..\publish\ |
|
77 |
if $(ConfigurationName) == Release copy .\*.config ..\..\..\publish\ |
|
78 |
if $(ConfigurationName) == Release copy .\*.tx ..\..\..\publish\</PostBuildEvent> |
|
69 | 79 |
</PropertyGroup> |
70 | 80 |
<Import Project="packages\ODA.1.0.50\build\ODA.targets" Condition="Exists('packages\ODA.1.0.50\build\ODA.targets')" /> |
71 | 81 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
... | ... | |
73 | 83 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
74 | 84 |
</PropertyGroup> |
75 | 85 |
<Error Condition="!Exists('packages\ODA.1.0.50\build\ODA.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\ODA.1.0.50\build\ODA.targets'))" /> |
86 |
<Error Condition="!Exists('packages\Obfuscar.2.2.37\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Obfuscar.2.2.37\build\obfuscar.props'))" /> |
|
76 | 87 |
</Target> |
77 | 88 |
</Project> |
내보내기 Unified diff