|
87 | 87 | <Compile Include="..\Shared\AssemblySharedInfo.cs">
|
88 | 88 | <Link>Properties\AssemblySharedInfo.cs</Link>
|
89 | 89 | </Compile>
|
90 |
| - <Compile Include="Attributes\CollateAttribute.cs" /> |
91 |
| - <Compile Include="Attributes\CollationFunction.cs" /> |
92 |
| - <Compile Include="Attributes\OnConflictAction.cs" /> |
93 |
| - <Compile Include="Attributes\UniqueAttribute.cs" /> |
94 |
| - <Compile Include="Entities\IHistory.cs" /> |
| 90 | + <Compile Include="Public\Attributes\CollateAttribute.cs" /> |
| 91 | + <Compile Include="Public\Attributes\CollationFunction.cs" /> |
| 92 | + <Compile Include="Public\Attributes\OnConflictAction.cs" /> |
| 93 | + <Compile Include="Public\Attributes\UniqueAttribute.cs" /> |
| 94 | + <Compile Include="Public\Entities\IHistory.cs" /> |
95 | 95 | <Compile Include="Internal\Builder\NameCreators\IndexNameCreator.cs" />
|
96 | 96 | <Compile Include="Internal\Builder\NameCreators\SpecialChars.cs" />
|
97 |
| - <Compile Include="IDatabaseCreator.cs" /> |
| 97 | + <Compile Include="Public\IDatabaseCreator.cs" /> |
98 | 98 | <Compile Include="Internal\Extensions\DbModelBuilderExtensions.cs" />
|
99 | 99 | <Compile Include="Internal\Extensions\EdmPropertyExtensions.cs" />
|
100 | 100 | <Compile Include="Internal\Statement\ColumnConstraint\CollateConstraint.cs" />
|
101 | 101 | <Compile Include="Internal\Statement\ColumnConstraint\UniqueConstraint.cs" />
|
102 | 102 | <Compile Include="Internal\Utility\HashCreator.cs" />
|
103 | 103 | <Compile Include="Internal\Utility\HistoryEntityTypeValidator.cs" />
|
104 | 104 | <Compile Include="Internal\Utility\SqliteAssociationType.cs" />
|
105 |
| - <Compile Include="ISqliteSqlGenerator.cs" /> |
106 |
| - <Compile Include="DbInitializers\SqliteDropCreateDatabaseWhenModelChanges.cs" /> |
107 |
| - <Compile Include="Entities\History.cs" /> |
108 |
| - <Compile Include="SqliteSqlGenerator.cs" /> |
| 105 | + <Compile Include="Public\ISqliteSqlGenerator.cs" /> |
| 106 | + <Compile Include="Public\DbInitializers\SqliteDropCreateDatabaseWhenModelChanges.cs" /> |
| 107 | + <Compile Include="Public\Entities\History.cs" /> |
| 108 | + <Compile Include="Public\SqliteSqlGenerator.cs" /> |
109 | 109 | <Compile Include="Internal\Statement\ColumnConstraint\IColumnConstraintCollection.cs" />
|
110 | 110 | <Compile Include="Internal\Statement\IStatementCollection.cs" />
|
111 | 111 | <Compile Include="Internal\Utility\AssociationTypeContainer.cs" />
|
|
116 | 116 | <Compile Include="Internal\Builder\PrimaryKeyStatementBuilder.cs" />
|
117 | 117 | <Compile Include="Internal\Convention\SqliteForeignKeyIndexConvention.cs" />
|
118 | 118 | <Compile Include="Internal\Extensions\EntityTypeExtension.cs" />
|
119 |
| - <Compile Include="DbInitializers\SqliteCreateDatabaseIfNotExists.cs" /> |
120 |
| - <Compile Include="DbInitializers\SqliteDropCreateDatabaseAlways.cs" /> |
| 119 | + <Compile Include="Public\DbInitializers\SqliteCreateDatabaseIfNotExists.cs" /> |
| 120 | + <Compile Include="Public\DbInitializers\SqliteDropCreateDatabaseAlways.cs" /> |
121 | 121 | <Compile Include="Internal\Statement\ColumnConstraint\MaxLengthConstraint.cs" />
|
122 | 122 | <Compile Include="Internal\Statement\CreateIndexStatement.cs" />
|
123 | 123 | <Compile Include="Internal\Statement\CreateIndexStatementCollection.cs" />
|
124 | 124 | <Compile Include="Internal\Statement\PrimaryKeyStatement.cs" />
|
125 | 125 | <Compile Include="Properties\AssemblyInfo.cs" />
|
126 | 126 | <Compile Include="Internal\Utility\ConnectionStringParser.cs" />
|
127 |
| - <Compile Include="DbInitializers\SqliteInitializerBase.cs" /> |
| 127 | + <Compile Include="Public\DbInitializers\SqliteInitializerBase.cs" /> |
128 | 128 | <Compile Include="Internal\Builder\IStatementBuilder.cs" />
|
129 |
| - <Compile Include="SqliteDatabaseCreator.cs" /> |
| 129 | + <Compile Include="Public\SqliteDatabaseCreator.cs" /> |
130 | 130 | <Compile Include="Internal\Statement\ColumnConstraint\ColumnConstraintCollection.cs" />
|
131 | 131 | <Compile Include="Internal\Statement\ForeignKeyStatement.cs" />
|
132 | 132 | <Compile Include="Internal\Statement\ColumnConstraint\IColumnConstraint.cs" />
|
|
0 commit comments