diff options
Diffstat (limited to 'writer/writer.csproj')
| -rw-r--r-- | writer/writer.csproj | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/writer/writer.csproj b/writer/writer.csproj index 4befc1a..a28d5ef 100644 --- a/writer/writer.csproj +++ b/writer/writer.csproj @@ -36,8 +36,8 @@ <Prefer32Bit>true</Prefer32Bit> </PropertyGroup> <ItemGroup> - <Reference Include="Newtonsoft.Json"> - <HintPath>..\x64\Release\Newtonsoft.Json.dll</HintPath> + <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> @@ -54,6 +54,7 @@ </ItemGroup> <ItemGroup> <None Include="App.config" /> + <None Include="packages.config" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\wrapper\wrapper.vcxproj"> @@ -62,4 +63,9 @@ </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <PropertyGroup> + <PostBuildEvent>IF ($(ConfigurationName)) == (Debug) GOTO END +copy /Y "$(TargetPath)" "$(SolutionDir)signed\$(TargetFileName)" +:END</PostBuildEvent> + </PropertyGroup> </Project>
\ No newline at end of file |