Skip to content

Commit

Permalink
- moved aqbankingNET to its own toplevel directory
Browse files Browse the repository at this point in the history
- the aqbankingNET5 CLR DLL will ne be signed using the mono key

- modified aqbankingNET Makefile to have install & uninstall targets
  • Loading branch information
tdoerr committed Jul 26, 2011
1 parent 416b6a9 commit a8af72f
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 10,990 deletions.
10 changes: 0 additions & 10 deletions Banking.CLI/Banking.CLI.csproj
Expand Up @@ -20,12 +20,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
<CustomCommands>
<CustomCommands>
<Command type="Clean" command="rm -rf '*.so'" workingdir="${TargetDir}" externalConsole="true" />
<Command type="AfterBuild" command="cp -f '${SolutionDir}/Banking.Provider.AqBanking.Native/bin/*.so' '${TargetDir}/'" workingdir="${ProjectDir}" externalConsole="true" />
</CustomCommands>
</CustomCommands>
<Commandlineparameters>-t listaccounts</Commandlineparameters>
</PropertyGroup>
<ItemGroup>
Expand All @@ -51,9 +45,5 @@
<Project>{1E55B995-5DE3-4085-96EC-8953E56EECB2}</Project>
<Name>Banking.Provider.AqBanking</Name>
</ProjectReference>
<ProjectReference Include="..\Banking.Provider.AqBanking.Native\Banking.Provider.AqBanking.Native.csproj">
<Project>{6BB79966-7B02-4613-85A1-13EF3D82455C}</Project>
<Name>Banking.Provider.AqBanking.Native</Name>
</ProjectReference>
</ItemGroup>
</Project>

This file was deleted.

0 comments on commit a8af72f

Please sign in to comment.