개정판 cf1cc862
licensing 수정
Change-Id: I3bffa280e0205be1031c133bf4716929fcbd7c54
License.Validator/License.Validator.csproj | ||
---|---|---|
62 | 62 |
<Name>licenseInterface</Name> |
63 | 63 |
</ProjectReference> |
64 | 64 |
</ItemGroup> |
65 |
<ItemGroup> |
|
66 |
<None Include="obfuscar.xml"> |
|
67 |
<SubType>Designer</SubType> |
|
68 |
</None> |
|
69 |
</ItemGroup> |
|
65 | 70 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
71 |
<PropertyGroup> |
|
72 |
<PostBuildEvent> |
|
73 |
if $(ConfigurationName) == Release_Default ( |
|
74 |
call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml |
|
75 |
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F |
|
76 |
)</PostBuildEvent> |
|
77 |
</PropertyGroup> |
|
66 | 78 |
</Project> |
내보내기 Unified diff