(1.2.1) reverted to 1.2.0 due to ConfigSync problems
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Target Name="ILRepacker" AfterTargets="Build">
|
||||
<ItemGroup>
|
||||
<InputAssemblies Include="$(TargetPath)" />
|
||||
<InputAssemblies Include="$(OutputPath)\ServerSync.dll" />
|
||||
</ItemGroup>
|
||||
<ILRepack Parallel="true" DebugInfo="true" Internalize="true" InputAssemblies="@(InputAssemblies)" OutputFile="$(TargetPath)" TargetKind="SameAsPrimaryAssembly" LibraryPath="$(OutputPath)" />
|
||||
</Target>
|
||||
</Project>
|
||||
Binary file not shown.
Reference in New Issue
Block a user