Skip to content

Commit

Permalink
Merge pull request #87 from medmondson/dev
Browse files Browse the repository at this point in the history
Missing dll, fixes #86
  • Loading branch information
lukebuehler committed Dec 8, 2015
2 parents d566ae6 + 63fd287 commit 8cb592c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Src/CShell.sln
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ Global
{380E341F-F818-4479-95D9-491318024966}.Release|x86.ActiveCfg = Release|Any CPU
{380E341F-F818-4479-95D9-491318024966}.Release|x86.Build.0 = Release|Any CPU
{5B274665-BF8F-4212-AEE2-2EB4A14710AC}.Debug|Any CPU.ActiveCfg = Debug|x86
{5B274665-BF8F-4212-AEE2-2EB4A14710AC}.Debug|Any CPU.Build.0 = Debug|x86
{5B274665-BF8F-4212-AEE2-2EB4A14710AC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{5B274665-BF8F-4212-AEE2-2EB4A14710AC}.Debug|Mixed Platforms.Build.0 = Debug|x86
{5B274665-BF8F-4212-AEE2-2EB4A14710AC}.Debug|x86.ActiveCfg = Debug|x86
{5B274665-BF8F-4212-AEE2-2EB4A14710AC}.Debug|x86.Build.0 = Debug|x86
{5B274665-BF8F-4212-AEE2-2EB4A14710AC}.Release|Any CPU.ActiveCfg = Release|x86
Expand Down
4 changes: 4 additions & 0 deletions Src/SetupProject/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
<File Id="Caliburn.Micro.Platform.dll" Source="$(var.CShell.TargetDir)\Caliburn.Micro.Platform.dll">
</File>
</Component>
<Component Id="Common.Logging.dll" Guid="1B35863B-C88F-4498-A1B1-674BE766AB69">
<File Id="Common.Logging.dll" Source="$(var.CShell.TargetDir)\Common.Logging.dll">
</File>
</Component>
<Component Id="CShell.Completion.dll" Guid="836e5704-c144-4c1b-a988-e23236281533">
<File Id="CShell.Completion.dll" Source="$(var.CShell.TargetDir)\CShell.Completion.dll">
</File>
Expand Down

0 comments on commit 8cb592c

Please sign in to comment.