Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncampf committed Apr 15, 2014
1 parent 61e6cbd commit 3de7d77
Show file tree
Hide file tree
Showing 255 changed files with 373,247 additions and 497 deletions.
Binary file added BEApi/Debug/vc120.idb
Binary file not shown.
Binary file added BEApi/Debug/vc120.pdb
Binary file not shown.
Expand Up @@ -26,6 +26,8 @@ public static bool CreateSingleInstance(string name, EventHandler<InstanceCallba
InstanceProxy.IsFirstInstance = false;
InstanceProxy.CommandLineArgs = Environment.GetCommandLineArgs();

EventWaitHandle.TryOpenExisting(eventName, out eventWaitHandle);

try
{
// try opening existing wait handle
Expand Down
2 changes: 1 addition & 1 deletion BExplorer/BetterExplorer/BetterExplorer.csproj.user
Expand Up @@ -9,7 +9,7 @@
<ErrorReportUrlHistory />
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
<ProjectView>ShowAllFiles</ProjectView>
<ProjectView>ProjectFiles</ProjectView>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
Expand Down

0 comments on commit 3de7d77

Please sign in to comment.