File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Lithnet.Miiserver.AutoSync.Setup
Lithnet.Miiserver.AutoSync Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments