Skip to content

Commit b9f092e

Browse files
committed
Updated ACATApp.csproj
1 parent 625e148 commit b9f092e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Applications/ACATApp/ACATApp.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@
139139
<Content Include="CreateUser.bat">
140140
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
141141
</Content>
142-
<None Include="Install\Users\ACAT\WordPredictors\Presage\database.db">
143-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
144-
</None>
145142
<None Include="Properties\Settings.settings">
146143
<Generator>SettingsSingleFileGenerator</Generator>
147144
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -193,7 +190,9 @@
193190
<ItemGroup>
194191
<WCFMetadataStorage Include="Service References\PresageService\" />
195192
</ItemGroup>
196-
<ItemGroup />
193+
<ItemGroup>
194+
<Folder Include="Install\Users\ACAT\WordPredictors\Presage\" />
195+
</ItemGroup>
197196
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
198197
<PropertyGroup>
199198
<PostBuildEvent>call "$(SolutionDir)deploy.bat" ..\..\..\.. $(Configuration)</PostBuildEvent>

0 commit comments

Comments
 (0)