Skip to content

Commit b8a1c68

Browse files
committed
not used anymore
1 parent 57eb1c6 commit b8a1c68

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Words.main.wxs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@
4848
Source="$(var.Words_App)\Web.config" />
4949
</Component>
5050
<Directory Id="WordsWeb_AppData" Name="App_Data">
51-
<Component Id="words_db" Guid="*" Win64="yes">
52-
<File KeyPath="yes" Source="Words.Web\App_Data\words.db" />
53-
</Component>
5451
<Component Id="words_json" Guid="*" Win64="yes">
5552
<File KeyPath="yes" Source="Words.Web\App_Data\words.json" />
5653
</Component>
@@ -114,7 +111,6 @@
114111

115112
<Feature Id="Service" Level="1">
116113
<ComponentRef Id="Words.Web.config" />
117-
<ComponentRef Id="words_db" />
118114
<ComponentRef Id="words_json" />
119115
<ComponentRef Id="WordsWeb_AppData" />
120116
<ComponentRef Id="WordsWeb_Logs" />

0 commit comments

Comments
 (0)