Skip to content

Commit

Permalink
update to the new csproj / vs2017
Browse files Browse the repository at this point in the history
  • Loading branch information
joaope committed Mar 15, 2017
1 parent 48e1697 commit a72de8c
Show file tree
Hide file tree
Showing 11 changed files with 105 additions and 209 deletions.
27 changes: 13 additions & 14 deletions LocalAppVeyor.sln
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{90C2048F-14A3-4CB7-86DD-B96708B01507}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LocalAppVeyor", "src\LocalAppVeyor\LocalAppVeyor.xproj", "{5E441A50-09CC-4FE8-9B10-5A8D0FA0282D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LocalAppVeyor.Engine", "src\LocalAppVeyor.Engine\LocalAppVeyor.Engine.csproj", "{86203454-E52C-49B4-BEDB-0BE025EA1D87}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LocalAppVeyor.Engine", "src\LocalAppVeyor.Engine\LocalAppVeyor.Engine.xproj", "{86203454-E52C-49B4-BEDB-0BE025EA1D87}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LocalAppVeyor", "src\LocalAppVeyor\LocalAppVeyor.csproj", "{9A050F7B-1A34-47FD-805D-C8A0FEE102D0}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LocalAppVeyor.Engine.UnitTests", "tests\LocalAppVeyor.Engine.UnitTests\LocalAppVeyor.Engine.UnitTests.xproj", "{70BB6672-F3E6-4568-A309-21B201C006C6}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalAppVeyor.Engine.UnitTests", "tests\LocalAppVeyor.Engine.UnitTests\LocalAppVeyor.Engine.UnitTests.csproj", "{9C8D6864-9557-45E5-BB69-4658C7B66775}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E441A50-09CC-4FE8-9B10-5A8D0FA0282D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E441A50-09CC-4FE8-9B10-5A8D0FA0282D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E441A50-09CC-4FE8-9B10-5A8D0FA0282D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E441A50-09CC-4FE8-9B10-5A8D0FA0282D}.Release|Any CPU.Build.0 = Release|Any CPU
{86203454-E52C-49B4-BEDB-0BE025EA1D87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86203454-E52C-49B4-BEDB-0BE025EA1D87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86203454-E52C-49B4-BEDB-0BE025EA1D87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86203454-E52C-49B4-BEDB-0BE025EA1D87}.Release|Any CPU.Build.0 = Release|Any CPU
{70BB6672-F3E6-4568-A309-21B201C006C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70BB6672-F3E6-4568-A309-21B201C006C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70BB6672-F3E6-4568-A309-21B201C006C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70BB6672-F3E6-4568-A309-21B201C006C6}.Release|Any CPU.Build.0 = Release|Any CPU
{9A050F7B-1A34-47FD-805D-C8A0FEE102D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A050F7B-1A34-47FD-805D-C8A0FEE102D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A050F7B-1A34-47FD-805D-C8A0FEE102D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A050F7B-1A34-47FD-805D-C8A0FEE102D0}.Release|Any CPU.Build.0 = Release|Any CPU
{9C8D6864-9557-45E5-BB69-4658C7B66775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C8D6864-9557-45E5-BB69-4658C7B66775}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C8D6864-9557-45E5-BB69-4658C7B66775}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C8D6864-9557-45E5-BB69-4658C7B66775}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
3 changes: 0 additions & 3 deletions global.json

This file was deleted.

35 changes: 35 additions & 0 deletions src/LocalAppVeyor.Engine/LocalAppVeyor.Engine.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Allows one to execute AppVeyor build pipeline programatically, for a given local repository and configuration.</Description>
<Copyright>joaope 2016</Copyright>
<AssemblyTitle>LocalAppVeyor.Engine</AssemblyTitle>
<VersionPrefix>0.5.0-alpha6</VersionPrefix>
<Authors>joaope</Authors>
<TargetFrameworks>netstandard1.6</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PlatformTarget>anycpu</PlatformTarget>
<LangVersion>6</LangVersion>
<DebugType>portable</DebugType>
<AssemblyName>LocalAppVeyor.Engine</AssemblyName>
<PackageId>LocalAppVeyor.Engine</PackageId>
<PackageTags>console;appveyor;local;build;api</PackageTags>
<PackageProjectUrl>https://github.com/joaope/LocalAppVeyor</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/joaope/LocalAppVeyor/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/joaope/LocalAppVeyor.git</RepositoryUrl>
<PackageTargetFallback>dotnet</PackageTargetFallback>
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="YamlDotNet" Version="4.1.0" />
<PackageReference Include="Microsoft.Build" Version="15.1.548" />
<PackageReference Include="System.Management.Automation" Version="6.0.0-alpha17" />
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.0" />
</ItemGroup>

</Project>
19 changes: 0 additions & 19 deletions src/LocalAppVeyor.Engine/LocalAppVeyor.Engine.xproj

This file was deleted.

52 changes: 0 additions & 52 deletions src/LocalAppVeyor.Engine/project.json

This file was deleted.

34 changes: 34 additions & 0 deletions src/LocalAppVeyor/LocalAppVeyor.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Run your AppVeyor builds, locally.</Description>
<Copyright>joaope 2016</Copyright>
<AssemblyTitle>LocalAppVeyor</AssemblyTitle>
<VersionPrefix>0.5.0-alpha5</VersionPrefix>
<Authors>joaope</Authors>
<TargetFrameworks>netcoreapp1.1.1</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PlatformTarget>anycpu</PlatformTarget>
<LangVersion>6</LangVersion>
<DebugType>portable</DebugType>
<AssemblyName>LocalAppVeyor</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>LocalAppVeyor</PackageId>
<PackageTags>console;appveyor;local;build;api</PackageTags>
<PackageProjectUrl>https://github.com/joaope/LocalAppVeyor</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/joaope/LocalAppVeyor/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/joaope/LocalAppVeyor.git</RepositoryUrl>
<PackageTargetFallback>dotnet</PackageTargetFallback>
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\LocalAppVeyor.Engine\LocalAppVeyor.Engine.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.0" />
</ItemGroup>

</Project>
19 changes: 0 additions & 19 deletions src/LocalAppVeyor/LocalAppVeyor.xproj

This file was deleted.

54 changes: 0 additions & 54 deletions src/LocalAppVeyor/project.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp1.1.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\LocalAppVeyor.Engine\LocalAppVeyor.Engine.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
<PackageReference Include="moq" Version="4.7.1" />
<PackageReference Include="FluentAssertions" Version="4.19.2" />
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

</Project>

This file was deleted.

27 changes: 0 additions & 27 deletions tests/LocalAppVeyor.Engine.UnitTests/project.json

This file was deleted.

0 comments on commit a72de8c

Please sign in to comment.