Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2013-09-13 15:28:48 +0400
committerKenneth Skovhede <kenneth@hexad.dk>2013-09-13 15:28:48 +0400
commit97fe3408ac9df2eebc75f14c3216de7f82513866 (patch)
tree994874f7d80cc74467c57c7775f997ebdad73ccb /Tools
parent9800e1f9c1b2a9c172b9482a760bdf3b3882de0d (diff)
Added signing to the SQLite tool
Diffstat (limited to 'Tools')
-rw-r--r--Tools/SQLiteTool/SQLIteTool.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/SQLiteTool/SQLIteTool.csproj b/Tools/SQLiteTool/SQLIteTool.csproj
index 8eb20e101..7df8b7618 100644
--- a/Tools/SQLiteTool/SQLIteTool.csproj
+++ b/Tools/SQLiteTool/SQLIteTool.csproj
@@ -9,6 +9,8 @@
<OutputType>Exe</OutputType>
<RootNamespace>SQLiteTool</RootNamespace>
<AssemblyName>SQLiteTool</AssemblyName>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>..\..\Duplicati\Library\Main\Duplicati.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>