Skip to content

Commit

Permalink
renamed project and files according to #24
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschnyder committed Apr 25, 2017
1 parent 29a6f16 commit e00a65b
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions source/Jobbr.Execution.Forked.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jobbr.Server.ForkedExecution", "Jobbr.Server.ForkedExecution\Jobbr.Server.ForkedExecution.csproj", "{9B30197B-7ABF-4C74-9733-6F4594683761}"
EndProject
Expand All @@ -25,10 +25,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{2C457EE9
Jobbr.Runtime.Console.nuspec = Jobbr.Runtime.Console.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jobbr.Runtime.Console", "Jobbr.Runtime.Console\Jobbr.Runtime.Console.csproj", "{446271F7-7880-4C71-8871-2082FB90CE86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jobbr.Runtime.Core", "Jobbr.Runtime.Core\Jobbr.Runtime.Core.csproj", "{49F0F696-79A5-4DCB-A243-6E02DDB973DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jobbr.Runtime.ForkedExecution", "Jobbr.Runtime.ForkedExecution\Jobbr.Runtime.ForkedExecution.csproj", "{446271F7-7880-4C71-8871-2082FB90CE86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -51,14 +51,14 @@ Global
{1D9A0A7D-0752-4A66-B3EF-7FC33E4AA1B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D9A0A7D-0752-4A66-B3EF-7FC33E4AA1B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D9A0A7D-0752-4A66-B3EF-7FC33E4AA1B6}.Release|Any CPU.Build.0 = Release|Any CPU
{446271F7-7880-4C71-8871-2082FB90CE86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{446271F7-7880-4C71-8871-2082FB90CE86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{446271F7-7880-4C71-8871-2082FB90CE86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{446271F7-7880-4C71-8871-2082FB90CE86}.Release|Any CPU.Build.0 = Release|Any CPU
{49F0F696-79A5-4DCB-A243-6E02DDB973DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49F0F696-79A5-4DCB-A243-6E02DDB973DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49F0F696-79A5-4DCB-A243-6E02DDB973DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49F0F696-79A5-4DCB-A243-6E02DDB973DF}.Release|Any CPU.Build.0 = Release|Any CPU
{446271F7-7880-4C71-8871-2082FB90CE86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{446271F7-7880-4C71-8871-2082FB90CE86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{446271F7-7880-4C71-8871-2082FB90CE86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{446271F7-7880-4C71-8871-2082FB90CE86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Jobbr.Runtime.Console\Jobbr.Runtime.Console.csproj">
<Project>{446271F7-7880-4C71-8871-2082FB90CE86}</Project>
<Name>Jobbr.Runtime.Console</Name>
</ProjectReference>
<ProjectReference Include="..\Jobbr.Runtime.Core\Jobbr.Runtime.Core.csproj">
<Project>{49F0F696-79A5-4DCB-A243-6E02DDB973DF}</Project>
<Name>Jobbr.Runtime.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Jobbr.Runtime.ForkedExecution\Jobbr.Runtime.ForkedExecution.csproj">
<Project>{446271f7-7880-4c71-8871-2082fb90ce86}</Project>
<Name>Jobbr.Runtime.ForkedExecution</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit e00a65b

Please sign in to comment.