Skip to content

Commit

Permalink
调整项目结构
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyuanji committed Dec 16, 2019
1 parent cf5873a commit 760f22f
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 40 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -450,3 +450,5 @@
/latestversion.txt
/QTTabBar/obj/x86/Release/QTTabBar.csproj.FileListAbsolute.txt
/TestWindow/obj/x86/Release/TestWindow.csproj.FileListAbsolute.txt
QTTabBar/obj/
/Register/Release/*.lastbuildstate
17 changes: 8 additions & 9 deletions Installer/Installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,14 @@ Language="1033"
<netfx:NativeImage Id="ngen_QTTabBar.dll" Priority="0" Platform="all" />
</File>
</Component>
<Component Id="HookLibrary32" Win64="yes" Guid="27af1a85-9a06-4c79-bdeb-d73fd4bd9574" DisableRegistryReflection="yes">
<File Id="f5" Name="QTHookLib32.dll" Source="..\QTHookLib\bin\Release\QTHookLib32.dll" KeyPath="yes" />
</Component>
<Component Id="HookLibrary64" Win64="yes" Guid="27af1a85-9a07-4c79-bdeb-d73fd4bd9574" DisableRegistryReflection="yes">
<File Id="f6" Name="QTHookLib64.dll" Source="..\QTHookLib\bin\Release\QTHookLib64.dll" KeyPath="yes" />
</Component>


<?foreach arch in x86;x64 ?>
<Component Id="HookLibrary32" Win64="yes" Guid="27af1a85-9a06-4c79-bdeb-d73fd4bd9574" DisableRegistryReflection="yes">
<File Id="f5" Name="QTHookLib32.dll" Source="..\QTHookLib\bin\Release\QTHookLib32.dll" KeyPath="yes" />
</Component>
<Component Id="HookLibrary64" Win64="yes" Guid="27af1a85-9a07-4c79-bdeb-d73fd4bd9574" DisableRegistryReflection="yes">
<File Id="f6" Name="QTHookLib64.dll" Source="..\QTHookLib\bin\Release\QTHookLib64.dll" KeyPath="yes" />
</Component>

<?foreach arch in x86;x64 ?>
<?if $(var.arch) = x64?>
<?define win64 = yes?>
<?elseif $(var.arch) = x86?>
Expand Down
Binary file added NotifyPropertyWeaverVsPackage.vsix
Binary file not shown.
Loading

0 comments on commit 760f22f

Please sign in to comment.