Correct target command line arguments.
authorJarl Gullberg <jarl.gullberg@gmail.com>
Fri, 4 Aug 2017 21:32:47 +0000 (23:32 +0200)
committerJarl Gullberg <jarl.gullberg@gmail.com>
Sat, 19 Aug 2017 16:26:34 +0000 (18:26 +0200)
src/Generator.Rewrite/Generator.Rewrite.csproj

index 518e5ae023ef9f53b60504b943999afadf755827..f617b96b10f0ac81e4d519f005378db330a6c067 100644 (file)
@@ -27,7 +27,8 @@
     <DocumentationFile>bin\Debug\Rewrite.xml</DocumentationFile>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <Commandlineparameters>../../OpenTK/Debug/OpenTK.dll ../../../OpenTK.snk -debug</Commandlineparameters>
+    <Commandlineparameters>--assembly ../../OpenTK/Debug/OpenTK.dll --signing-key ../../../OpenTK.snk --debug
+      -debug</Commandlineparameters>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>
@@ -38,7 +39,8 @@
     <DocumentationFile>bin\Release\Rewrite.xml</DocumentationFile>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <Commandlineparameters>../../OpenTK/Release/OpenTK.dll ../../../OpenTK.snk</Commandlineparameters>
+    <Commandlineparameters>--assembly ../../OpenTK/Release/OpenTK.dll --signing-key ../../../OpenTK
+      .snk</Commandlineparameters>
   </PropertyGroup>
   <PropertyGroup>
     <SignAssembly>true</SignAssembly>