|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
@ -9,10 +9,11 @@ |
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
|
<RootNamespace>MicroBuildServer.DotNetBuilder</RootNamespace> |
|
|
|
|
<AssemblyName>MicroBuildServer.DotNetBuilder</AssemblyName> |
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
|
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
|
|
|
|
<RestorePackages>true</RestorePackages> |
|
|
|
|
<TargetFrameworkProfile /> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
@ -23,6 +24,7 @@ |
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
@ -32,16 +34,27 @@ |
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="log4net"> |
|
|
|
|
<HintPath>..\packages\NUnit.Runners.2.6.3\tools\lib\log4net.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.Build" /> |
|
|
|
|
<Reference Include="Microsoft.Build.Framework" /> |
|
|
|
|
<Reference Include="Microsoft.Build.Utilities.v4.0" /> |
|
|
|
|
<Reference Include="Newtonsoft.Json"> |
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath> |
|
|
|
|
<Reference Include="Microsoft.Build"> |
|
|
|
|
<HintPath>C:\Program Files (x86)\MSBuild\14.0\Bin\Microsoft.Build.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.Build.Engine"> |
|
|
|
|
<HintPath>C:\Program Files (x86)\MSBuild\14.0\Bin\Microsoft.Build.Engine.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.Build.Framework"> |
|
|
|
|
<HintPath>C:\Program Files (x86)\MSBuild\14.0\Bin\Microsoft.Build.Framework.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.Build.Utilities.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>C:\Program Files (x86)\MSBuild\14.0\Bin\Microsoft.Build.Utilities.Core.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
|
|
|
<Private>True</Private> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="NuGet"> |
|
|
|
|
<HintPath>..\packages\NuGet.CommandLine.2.8.5\tools\NuGet.exe</HintPath> |
|
|
|
@ -94,7 +107,9 @@ |
|
|
|
|
<Compile Include="TestRequest.cs" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="app.config" /> |
|
|
|
|
<None Include="app.config"> |
|
|
|
|
<SubType>Designer</SubType> |
|
|
|
|
</None> |
|
|
|
|
<None Include="packages.config" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
|