Skip to content

Commit

Permalink
Updates base RMC library to improve exception reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Jul 14, 2016
1 parent d85958b commit 12a9422
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Lithnet.ResourceManagement.Automation</RootNamespace>
<AssemblyName>Lithnet.ResourceManagement.Automation</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -22,6 +23,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -30,14 +32,15 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Lithnet.ResourceManagement.Client, Version=1.0.6003.14892, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.ResourceManagement.Client.1.0.6003.14892\lib\net40\Lithnet.ResourceManagement.Client.dll</HintPath>
<Reference Include="Lithnet.ResourceManagement.Client, Version=1.0.6039.27655, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.ResourceManagement.Client.1.0.6039.27655\lib\net40\Lithnet.ResourceManagement.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.ResourceManagement">
<HintPath>..\..\lithnetrmc\lib\Microsoft.ResourceManagement.dll</HintPath>
<HintPath>..\..\..\lib\Microsoft.ResourceManagement.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
5 changes: 3 additions & 2 deletions src/Lithnet.ResourceManagement.Automation/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<configSections>
<section name="lithnetResourceManagementClient" type="Lithnet.ResourceManagement.Client.ClientConfigurationSection, Lithnet.ResourceManagement.Client"/>
</configSections>
<lithnetResourceManagementClient resourceManagementServiceBaseAddress="http://localhost:5725"/>
</configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup>
<lithnetResourceManagementClient resourceManagementServiceBaseAddress="http://localhost:5725"/>
</configuration>
4 changes: 2 additions & 2 deletions src/Lithnet.ResourceManagement.Automation/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="1.3.3.0" targetFramework="net40" developmentDependency="true" />
<package id="Fody" version="1.29.2" targetFramework="net40" developmentDependency="true" />
<package id="Lithnet.ResourceManagement.Client" version="1.0.6003.14892" targetFramework="net40" />
<package id="Fody" version="1.29.2" targetFramework="net40" developmentDependency="true" requireReinstallation="true" />
<package id="Lithnet.ResourceManagement.Client" version="1.0.6039.27655" targetFramework="net452" />
</packages>

0 comments on commit 12a9422

Please sign in to comment.