Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix resource file name typo in the Visual Studio 2008 project file for System.Data.SQLite.Linq. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | ef6 |
Files: | files | file ages | folders |
SHA1: |
d72d3b0eaa7fc2f2ededdd7b8c2e03d3 |
User & Date: | mistachkin 2014-01-13 03:48:48.651 |
Context
2014-01-13
| ||
04:22 | Fix file naming typos in testlinq project file for Visual Studio 2008. More work on release automation. check-in: 5d48cff745 user: mistachkin tags: ef6 | |
03:48 | Fix resource file name typo in the Visual Studio 2008 project file for System.Data.SQLite.Linq. check-in: d72d3b0eaa user: mistachkin tags: ef6 | |
03:14 | Merge updates from trunk. check-in: ba04fdc873 user: mistachkin tags: ef6 | |
Changes
Changes to System.Data.SQLite.Linq/System.Data.SQLite.Linq.2008.csproj.
︙ | ︙ | |||
73 74 75 76 77 78 79 | <Compile Include="SQL Generation\SymbolTable.cs" /> <Compile Include="SQL Generation\TopClause.cs" /> <Compile Include="SQLiteProviderFactory.cs" /> <Compile Include="SQLiteProviderManifest.cs" /> <Compile Include="SQLiteProviderServices.cs" /> </ItemGroup> <ItemGroup> | | | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | <Compile Include="SQL Generation\SymbolTable.cs" /> <Compile Include="SQL Generation\TopClause.cs" /> <Compile Include="SQLiteProviderFactory.cs" /> <Compile Include="SQLiteProviderManifest.cs" /> <Compile Include="SQLiteProviderServices.cs" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Resources\SQLiteProviderServices.StoreSchemaDefinition.Linq.ssdl"> <LogicalName>System.Data.SQLite.SQLiteProviderServices.StoreSchemaDefinition.ssdl</LogicalName> </EmbeddedResource> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Resources\Common.ConceptualSchemaDefinition.csdl"> <LogicalName>System.Data.SQLite.Common.ConceptualSchemaDefinition.csdl</LogicalName> </EmbeddedResource> |
︙ | ︙ |