Tidy unneccessary TravisCI build configuration

This commit is contained in:
jaredbroad
2016-04-19 19:51:51 -04:00
parent f28902cbdf
commit dd8a6442b6
21 changed files with 0 additions and 288 deletions
@@ -30,16 +30,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'TravisCI|AnyCPU'">
<OutputPath>bin\TravisCI\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>5</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\packages\IKVM-WithExes.7.3.4830.1\tools\ICSharpCode.SharpZipLib.dll</HintPath>