diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-28 12:41:00 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-28 14:03:13 +0100 |
commit | e5eac916e89d064fa2bb48b17e121e35da1141fc (patch) | |
tree | 766c8244608907b4e8ec1e569ecbe29540641de5 /cli_ure/source/climaker | |
parent | d1a06bc2b48de471fc2d7516f13c017b9da009b7 (diff) |
cli_ure: remove Package_config
- cliuno.snk is used from SRCDIR
- climaker.exe.config is not packaged and appears unnecessary
Change-Id: Ia0e364bd3b488841aeb8ae75c26aa0cd4ff86012
Diffstat (limited to 'cli_ure/source/climaker')
-rw-r--r-- | cli_ure/source/climaker/climaker.exe.config | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cli_ure/source/climaker/climaker.exe.config b/cli_ure/source/climaker/climaker.exe.config deleted file mode 100644 index 5ff03513900c..000000000000 --- a/cli_ure/source/climaker/climaker.exe.config +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0"?>
-<configuration>
- <runtime>
- <gcConcurrent enabled="true" />
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <publisherPolicy apply="no" />
- <probing privatePath="" />
- </assemblyBinding>
- </runtime>
-</configuration>
\ No newline at end of file |