Skip to content

Commit

Permalink
Update dependencies and minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rzander committed Apr 14, 2019
1 parent f974a11 commit 06eae18
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 3,056 deletions.
24 changes: 15 additions & 9 deletions Source/DevCDRAgent/NET46/DevCDR_Agent_NET46.csproj
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="packages\Costura.Fody.3.3.2\build\Costura.Fody.props" Condition="Exists('packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" />
<Import Project="packages\Costura.Fody.3.3.3\build\Costura.Fody.props" Condition="Exists('packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -82,8 +82,8 @@
<Reference Include="Aegis.SignalR.Infrastructures, Version=1.0.3.18317, Culture=neutral, PublicKeyToken=280dc27c3ffc9248, processorArchitecture=MSIL">
<HintPath>..\packages\Aegis.SignalR.Infrastructures.1.0.3\lib\net45\Aegis.SignalR.Infrastructures.dll</HintPath>
</Reference>
<Reference Include="Costura, Version=3.3.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>packages\Costura.Fody.3.3.2\lib\net40\Costura.dll</HintPath>
<Reference Include="Costura, Version=3.3.3.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>packages\Costura.Fody.3.3.3\lib\net40\Costura.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.SignalR.Client, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.AspNet.SignalR.Client.2.4.0\lib\net45\Microsoft.AspNet.SignalR.Client.dll</HintPath>
Expand Down Expand Up @@ -111,6 +111,15 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\ruckzuck\RZ.Base\RZRestAPIv2.cs">
<Link>RuckZuck\RZRestAPIv2.cs</Link>
</Compile>
<Compile Include="..\..\..\..\ruckzuck\RZ.Base\RZScan.cs">
<Link>RuckZuck\RZScan.cs</Link>
</Compile>
<Compile Include="..\..\..\..\ruckzuck\RZ.Base\RZUpdate.cs">
<Link>RuckZuck\RZUpdate.cs</Link>
</Compile>
<Compile Include="Modules\InvokeAsUser.cs" />
<Compile Include="Modules\RunCode.cs" />
<Compile Include="ProjectInstaller.cs">
Expand All @@ -121,9 +130,6 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="RuckZuck\RZRestAPI.cs" />
<Compile Include="RuckZuck\RZScan.cs" />
<Compile Include="RuckZuck\RZUpdate.cs" />
<Compile Include="Service1.cs">
<SubType>Component</SubType>
</Compile>
Expand Down Expand Up @@ -173,12 +179,12 @@
"C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\Bin\SignTool.exe" sign /i "COMODO RSA Code Signing CA" /n "Roger Zander" /t "http://timestamp.comodoca.com/authenticode" /q "$(TargetPath)"
:end</PostBuildEvent>
</PropertyGroup>
<Import Project="packages\Fody.4.2.1\build\Fody.targets" Condition="Exists('packages\Fody.4.2.1\build\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Costura.Fody.3.3.2\build\Costura.Fody.props'))" />
<Error Condition="!Exists('packages\Fody.4.0.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Fody.4.0.2\build\Fody.targets'))" />
<Error Condition="!Exists('packages\Fody.4.2.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Fody.4.2.1\build\Fody.targets'))" />
<Error Condition="!Exists('packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Costura.Fody.3.3.3\build\Costura.Fody.props'))" />
</Target>
<Import Project="packages\Fody.4.0.2\build\Fody.targets" Condition="Exists('packages\Fody.4.0.2\build\Fody.targets')" />
</Project>
2 changes: 1 addition & 1 deletion Source/DevCDRAgent/NET46/Properties/AssemblyInfo.cs
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.*")]
[assembly: AssemblyFileVersion("1.0.0.17")]
[assembly: AssemblyFileVersion("1.0.0.18")]

0 comments on commit 06eae18

Please sign in to comment.