Skip to content

Commit

Permalink
Attempting to fix Travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsouza committed Aug 17, 2017
1 parent 201ee9e commit 2deb26f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Sources/Accord.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2722,11 +2722,8 @@ Global
{E72A7F76-D6CF-498F-B995-2DAA847146A8}.Docs|x64.ActiveCfg = Debug|Any CPU
{E72A7F76-D6CF-498F-B995-2DAA847146A8}.Docs|x64.Build.0 = Debug|Any CPU
{E72A7F76-D6CF-498F-B995-2DAA847146A8}.mono|Any CPU.ActiveCfg = mono|Any CPU
{E72A7F76-D6CF-498F-B995-2DAA847146A8}.mono|Any CPU.Build.0 = mono|Any CPU
{E72A7F76-D6CF-498F-B995-2DAA847146A8}.mono|Win32.ActiveCfg = mono|Any CPU
{E72A7F76-D6CF-498F-B995-2DAA847146A8}.mono|Win32.Build.0 = mono|Any CPU
{E72A7F76-D6CF-498F-B995-2DAA847146A8}.mono|x64.ActiveCfg = mono|Any CPU
{E72A7F76-D6CF-498F-B995-2DAA847146A8}.mono|x64.Build.0 = mono|Any CPU
{E72A7F76-D6CF-498F-B995-2DAA847146A8}.net35|Any CPU.ActiveCfg = net35|Any CPU
{E72A7F76-D6CF-498F-B995-2DAA847146A8}.net35|Any CPU.Build.0 = net35|Any CPU
{E72A7F76-D6CF-498F-B995-2DAA847146A8}.net35|Win32.ActiveCfg = net35|Any CPU
Expand Down
13 changes: 7 additions & 6 deletions Tools/DebuggerVisualizers/Accord.Debug.Visualizers (GPL).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,43 +44,43 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net35|AnyCPU' ">
<DefineConstants>TRACE;NET35</DefineConstants>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<OutputPath>$(SolutionDir)..\Release\$(Configuration)\GPL\</OutputPath>
<OutputPath>$(SolutionDir)..\Release\$(Configuration)\GPL\</OutputPath>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net40|AnyCPU' ">
<DefineConstants>TRACE;NET40</DefineConstants>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<OutputPath>$(SolutionDir)..\Release\$(Configuration)\GPL\</OutputPath>
<OutputPath>$(SolutionDir)..\Release\$(Configuration)\GPL\</OutputPath>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net45|AnyCPU'">
<DefineConstants>TRACE;NET45</DefineConstants>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<OutputPath>$(SolutionDir)..\Release\$(Configuration)\GPL\</OutputPath>
<OutputPath>$(SolutionDir)..\Release\$(Configuration)\GPL\</OutputPath>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net46|AnyCPU'">
<DefineConstants>TRACE;NET46</DefineConstants>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<OutputPath>$(SolutionDir)..\Release\$(Configuration)\GPL\</OutputPath>
<OutputPath>$(SolutionDir)..\Release\$(Configuration)\GPL\</OutputPath>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net462|AnyCPU' ">
<DefineConstants>TRACE;NET462</DefineConstants>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<OutputPath>$(SolutionDir)..\Release\$(Configuration)\GPL\</OutputPath>
<OutputPath>$(SolutionDir)..\Release\$(Configuration)\GPL\</OutputPath>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'mono|AnyCPU'">
<DefineConstants>TRACE;MONO</DefineConstants>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<OutputPath>$(SolutionDir)..\Release\$(Configuration)\GPL\</OutputPath>
<OutputPath>$(SolutionDir)..\Release\$(Configuration)\GPL\</OutputPath>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
Expand Down Expand Up @@ -139,6 +139,7 @@
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 2deb26f

Please sign in to comment.