Skip to content

Commit

Permalink
Must make the WPF and WinForms examples depend on the subprocess, so …
Browse files Browse the repository at this point in the history
…that it gets rebuilt when it is changed. (It feels like we have multiple mechanisms for this now, since we also have the actual output of the Subprocess projects as an "exe dependency", a simple file - I added it a while back since it was needed.)
  • Loading branch information
perlun committed Mar 15, 2014
1 parent b4201d1 commit e46754f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CefSharp3.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefSharp.Example", "CefShar
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefSharp.Wpf.Example", "CefSharp.Wpf.Example\CefSharp.Wpf.Example.csproj", "{4828DAEC-EF99-4553-B674-4374F77C6D66}"
ProjectSection(ProjectDependencies) = postProject
{23EE5140-2C2C-4B53-A954-10B08DCA6BD6} = {23EE5140-2C2C-4B53-A954-10B08DCA6BD6}
{E6CB3790-F267-4AC7-892C-2620737682CA} = {E6CB3790-F267-4AC7-892C-2620737682CA}
EndProjectSection
EndProject
Expand All @@ -32,6 +33,9 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefSharp.WinForms", "CefSharp.WinForms\CefSharp.WinForms.csproj", "{882505AD-246D-402A-8414-347EFB8E2C8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefSharp.WinForms.Example", "CefSharp.WinForms.Example\CefSharp.WinForms.Example.csproj", "{C043FFF7-5F71-4FFC-989A-E09E18548589}"
ProjectSection(ProjectDependencies) = postProject
{23EE5140-2C2C-4B53-A954-10B08DCA6BD6} = {23EE5140-2C2C-4B53-A954-10B08DCA6BD6}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{A23AA466-1903-44F2-946D-25AD0500D56B}"
ProjectSection(SolutionItems) = preProject
Expand Down

0 comments on commit e46754f

Please sign in to comment.