-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from adrianosantostreina/Linux
Implementado syslog com Linux.
- Loading branch information
Showing
28 changed files
with
278 additions
and
2,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Condition="Exists('$(BDS)\bin\CodeGear.Deployment.targets')" Project="$(BDS)\bin\CodeGear.Deployment.targets"/> | ||
<ProjectExtensions> | ||
<ProjectFileVersion>12</ProjectFileVersion> | ||
</ProjectExtensions> | ||
<PropertyGroup> | ||
<DeviceId Condition="'$(Platform)'=='Android'"/> | ||
<DeviceId Condition="'$(Platform)'=='Android64'"/> | ||
<DeviceId Condition="'$(Platform)'=='iOSDevice64'"/> | ||
<DeviceId Condition="'$(Platform)'=='iOSSimARM64'"/> | ||
</PropertyGroup> | ||
<ItemGroup Condition="'$(Platform)'=='OSX64'"/> | ||
<ItemGroup Condition="'$(Platform)'=='Win32'"> | ||
<DeployFile Include="bin\HorseLinux_MultiLog4D.exe" Condition="'$(Config)'=='Debug'"> | ||
<RemoteDir>HorseLinux_MultiLog4D\</RemoteDir> | ||
<RemoteName>HorseLinux_MultiLog4D.exe</RemoteName> | ||
<DeployClass>ProjectOutput</DeployClass> | ||
<Operation>0</Operation> | ||
<LocalCommand/> | ||
<RemoteCommand/> | ||
<Overwrite>True</Overwrite> | ||
<Required>True</Required> | ||
</DeployFile> | ||
</ItemGroup> | ||
<ItemGroup Condition="'$(Platform)'=='Android64'"/> | ||
<ItemGroup Condition="'$(Platform)'=='Android'"/> | ||
<ItemGroup Condition="'$(Platform)'=='OSXARM64'"/> | ||
<ItemGroup Condition="'$(Platform)'=='Win64'"/> | ||
<ItemGroup Condition="'$(Platform)'=='iOSDevice64'"/> | ||
<ItemGroup Condition="'$(Platform)'=='iOSSimARM64'"/> | ||
<ItemGroup Condition="'$(Platform)'=='Win64x'"/> | ||
<ItemGroup Condition="'$(Platform)'=='Linux64'"> | ||
<DeployFile Include="bin\HorseLinux_MultiLog4D" Condition="'$(Config)'=='Release'"> | ||
<RemoteDir>HorseLinux_MultiLog4D\</RemoteDir> | ||
<RemoteName>HorseLinux_MultiLog4D</RemoteName> | ||
<DeployClass>ProjectOutput</DeployClass> | ||
<Operation>1</Operation> | ||
<LocalCommand/> | ||
<RemoteCommand/> | ||
<Overwrite>True</Overwrite> | ||
<Required>True</Required> | ||
</DeployFile> | ||
<DeployFile Include="bin\HorseLinux_MultiLog4D" Condition="'$(Config)'=='Debug'"> | ||
<RemoteDir>HorseLinux_MultiLog4D\</RemoteDir> | ||
<RemoteName>HorseLinux_MultiLog4D</RemoteName> | ||
<DeployClass>ProjectOutput</DeployClass> | ||
<Operation>1</Operation> | ||
<LocalCommand/> | ||
<RemoteCommand/> | ||
<Overwrite>True</Overwrite> | ||
<Required>True</Required> | ||
</DeployFile> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.