-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcleanupcode.config
More file actions
24 lines (24 loc) · 925 Bytes
/
cleanupcode.config
File metadata and controls
24 lines (24 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<CleanupCodeOptions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Debug>false</Debug>
<Verbosity>INFO</Verbosity>
<SolutionFile>AgDatabaseMove.sln</SolutionFile>
<DisabledSettingsLayers>
<Layer>GlobalAll</Layer>
<Layer>GlobalPerProduct</Layer>
<Layer>SolutionShared</Layer>
<Layer>Solution Personal</Layer>
<Layer>ProjectShared</Layer>
<Layer>ProjectPersonal</Layer>
</DisabledSettingsLayers>
<SuppressBuildInSettings>false</SuppressBuildInSettings>
<Properties>
<Properties>Configuration=Release</Properties>
<Properties>Platform=Any Cpu</Properties>
</Properties>
<TargetsForReferences />
<TargetsForItems />
<Extensions />
<CustomSettingFile>AgDatabaseMove.sln.DotSettings</CustomSettingFile>
<CleanupProfileName>AgDatabaseMove</CleanupProfileName>
</CleanupCodeOptions>