Skip to content

Commit

Permalink
Added missing reference / project
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Aug 14, 2018
1 parent 4620e6a commit cd2ad3c
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 5 deletions.
8 changes: 4 additions & 4 deletions source/Jobbr.Runtime.Tests/Jobbr.Runtime.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
<Compile Include="RuntimeContextTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Jobbr.SampleTaskLibrary\Jobbr.SampleTaskLibrary.csproj">
<Project>{8504ff9b-e628-412b-b8fb-af21c0d69f5f}</Project>
<Name>Jobbr.SampleTaskLibrary</Name>
</ProjectReference>
<ProjectReference Include="..\Jobbr.Runtime\Jobbr.Runtime.csproj">
<Project>{237c7a31-a97f-4473-9b6a-6b5724de35e3}</Project>
<Name>Jobbr.Runtime</Name>
</ProjectReference>
<ProjectReference Include="..\Jobbr.SampleTaskLibrary\Jobbr.SampleTaskLibrary.csproj">
<Project>{8504ff9b-e628-412b-b8fb-af21c0d69f5f}</Project>
<Name>Jobbr.SampleTaskLibrary</Name>
</ProjectReference>
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
Expand Down
2 changes: 1 addition & 1 deletion source/Jobbr.Runtime.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{40469AC8
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jobbr.SampleTaskLibrary", "..\..\Jobbr.SampleTaskLibrary\Jobbr.SampleTaskLibrary.csproj", "{8504FF9B-E628-412B-B8FB-AF21C0D69F5F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jobbr.SampleTaskLibrary", "Jobbr.SampleTaskLibrary\Jobbr.SampleTaskLibrary.csproj", "{8504FF9B-E628-412B-B8FB-AF21C0D69F5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
9 changes: 9 additions & 0 deletions source/Jobbr.SampleTaskLibrary/AnotherJobTask.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace Jobbr.SampleTaskLibrary
{
/// <summary>
/// Example class for JobResolverTest
/// </summary>
public class AnotherJobTask
{
}
}
47 changes: 47 additions & 0 deletions source/Jobbr.SampleTaskLibrary/Jobbr.SampleTaskLibrary.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{8504FF9B-E628-412B-B8FB-AF21C0D69F5F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Jobbr.SampleTaskLibrary</RootNamespace>
<AssemblyName>Jobbr.SampleTaskLibrary</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AnotherJobTask.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
36 changes: 36 additions & 0 deletions source/Jobbr.SampleTaskLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Jobbr.SampleTaskLibrary")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Jobbr.SampleTaskLibrary")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("8504ff9b-e628-412b-b8fb-af21c0d69f5f")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit cd2ad3c

Please sign in to comment.