Skip to content

Commit 3f37daa

Browse files
committed
resolve merge issue
2 parents 90359e1 + c28e3f9 commit 3f37daa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/Lithnet.Miiserver.AutoSync.Setup/Lithnet.Miiserver.AutoSync.Setup.wixproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@
108108
<PostBuildEvent>call %25BuildToolsPath%25\sign.bat $(TargetPath) $(TargetDir) $(ProjectName)</PostBuildEvent>
109109
</PropertyGroup>
110110
<!--
111-
To modify your build process, add your task inside one of the targets below and uncomment it.
112-
Other similar extension points exist, see Wix.targets.
113-
<Target Name="BeforeBuild">
114-
</Target>
115-
<Target Name="AfterBuild">
116-
</Target>
117-
-->
111+
To modify your build process, add your task inside one of the targets below and uncomment it.
112+
Other similar extension points exist, see Wix.targets.
113+
<Target Name="BeforeBuild">
114+
</Target>
115+
<Target Name="AfterBuild">
116+
</Target>
117+
-->
118118
</Project>

src/Lithnet.Miiserver.AutoSync/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ private static void ShutdownExecutionEngineInstance()
312312
#if DEBUG
313313
public static void SetupOutOfBandInstance()
314314
{
315-
LogManager.Configuration = new XmlLoggingConfiguration(@"D:\github\lithnet\miis-autosync\src\Lithnet.Miiserver.AutoSync\bin\Debug\Lithnet.Miiserver.AutoSync.exe.config");
315+
LogManager.Configuration = new XmlLoggingConfiguration(@"D:\dev\git\lithnet\miis-autosync\src\Lithnet.Miiserver.AutoSync\bin\Debug\Lithnet.Miiserver.AutoSync.exe.config");
316316

317317
foreach (LoggingRule item in LogManager.Configuration.LoggingRules.Where(t => t.Targets.Any(u => u.Name == "autosync-service-file")))
318318
{

0 commit comments

Comments
 (0)