diff options
Diffstat (limited to 'ComicRackWebViewer/ComicRackWebViewer.csproj')
-rw-r--r-- | ComicRackWebViewer/ComicRackWebViewer.csproj | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/ComicRackWebViewer/ComicRackWebViewer.csproj b/ComicRackWebViewer/ComicRackWebViewer.csproj index ca49ccf..aa5e7e7 100644 --- a/ComicRackWebViewer/ComicRackWebViewer.csproj +++ b/ComicRackWebViewer/ComicRackWebViewer.csproj @@ -92,6 +92,9 @@ <Reference Include="ICSharpCode.SharpZipLib">
<HintPath>C:\Program Files\ComicRack\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
+ <Reference Include="linq2db">
+ <HintPath>..\packages\linq2db.1.0.1.1\lib\net40\linq2db.dll</HintPath>
+ </Reference>
<Reference Include="Linq2Rest, Version=3.3.2.0, Culture=neutral, PublicKeyToken=73a6c4cf8c87a30e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Linq2Rest.3.3.2.0\lib\Net40\Linq2Rest.dll</HintPath>
@@ -136,6 +139,11 @@ </None>
<Compile Include="BCRAPI.cs" />
<Compile Include="BCRDatabase.cs" />
+ <Compile Include="BcrDB.generated.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>BcrDB.tt</DependentUpon>
+ </Compile>
<Compile Include="BCREntities.cs" />
<Compile Include="BCRExtensions.cs" />
<Compile Include="BCRInstaller.cs" />
@@ -160,12 +168,36 @@ <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SaltedHash.cs" />
<Compile Include="UserDatabase.cs" />
- <Compile Include="UserSettings.cs" />
<Compile Include="WebHost.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="badaap_icon.png" />
+ <None Include="BcrDB.tt">
+ <Generator>TextTemplatingFileGenerator</Generator>
+ <LastGenOutput>BcrDB.generated.cs</LastGenOutput>
+ </None>
+ <None Include="LinqToDB.Templates\DataAnnotations.ttinclude" />
+ <None Include="LinqToDB.Templates\DataModel.ttinclude" />
+ <None Include="LinqToDB.Templates\EditableObject.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.Access.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.DB2.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.Firebird.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.Informix.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.MySql.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.Oracle.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.PostgreSQL.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.SqlCe.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.SQLite.Tools.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.SQLite.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.SqlServer.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.Sybase.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.Tools.ttinclude" />
+ <None Include="LinqToDB.Templates\LinqToDB.ttinclude" />
+ <None Include="LinqToDB.Templates\NotifyPropertyChanged.ttinclude" />
+ <None Include="LinqToDB.Templates\PluralizationService.ttinclude" />
+ <None Include="LinqToDB.Templates\T4Model.ttinclude" />
+ <None Include="LinqToDB.Templates\Validation.ttinclude" />
<None Include="Package.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
@@ -1541,6 +1573,9 @@ <DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
+ <ItemGroup>
+ <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>$(ProjectDir)postbuild.bat "$(ProjectDir)" "$(TargetDir)"
|