source: src/FinkiChattery/FinkiChattery.HangfireDatabase/FinkiChattery.HangfireDatabase.sqlproj@ cba21c9

dev
Last change on this file since cba21c9 was cba21c9, checked in by Стојков Марко <mst@…>, 3 years ago

Added full text search index on question

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <Name>FinkiChattery.HangfireDatabase</Name>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectVersion>4.1</ProjectVersion>
9 <ProjectGuid>{c4cb8596-3f3a-4b4e-bec5-0720ff7cd532}</ProjectGuid>
10 <DSP>Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider</DSP>
11 <OutputType>Database</OutputType>
12 <RootPath>
13 </RootPath>
14 <RootNamespace>FinkiChattery.HangfireDatabase</RootNamespace>
15 <AssemblyName>FinkiChattery.HangfireDatabase</AssemblyName>
16 <ModelCollation>1033,CI</ModelCollation>
17 <DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure>
18 <DeployToDatabase>True</DeployToDatabase>
19 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
20 <TargetLanguage>CS</TargetLanguage>
21 <AppDesignerFolder>Properties</AppDesignerFolder>
22 <SqlServerVerification>False</SqlServerVerification>
23 <IncludeCompositeObjects>True</IncludeCompositeObjects>
24 <TargetDatabaseSet>True</TargetDatabaseSet>
25 <DefaultCollation>SQL_Latin1_General_CP1_CI_AS</DefaultCollation>
26 <DefaultFilegroup>PRIMARY</DefaultFilegroup>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <OutputPath>bin\Release\</OutputPath>
30 <BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
31 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
32 <DebugType>pdbonly</DebugType>
33 <Optimize>true</Optimize>
34 <DefineDebug>false</DefineDebug>
35 <DefineTrace>true</DefineTrace>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 </PropertyGroup>
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40 <OutputPath>bin\Debug\</OutputPath>
41 <BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
42 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
43 <DebugSymbols>true</DebugSymbols>
44 <DebugType>full</DebugType>
45 <Optimize>false</Optimize>
46 <DefineDebug>true</DefineDebug>
47 <DefineTrace>true</DefineTrace>
48 <ErrorReport>prompt</ErrorReport>
49 <WarningLevel>4</WarningLevel>
50 </PropertyGroup>
51 <PropertyGroup>
52 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
53 <!-- Default to the v11.0 targets path if the targets file for the current VS version is not found -->
54 <SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists>
55 <VisualStudioVersion Condition="'$(SSDTExists)' == ''">11.0</VisualStudioVersion>
56 </PropertyGroup>
57 <Import Condition="'$(SQLDBExtensionsRefPath)' != ''" Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
58 <Import Condition="'$(SQLDBExtensionsRefPath)' == ''" Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
59 <ItemGroup>
60 <Folder Include="Properties" />
61 <Folder Include="HangFire\" />
62 <Folder Include="HangFire\Tables\" />
63 <Folder Include="Security\" />
64 </ItemGroup>
65 <ItemGroup>
66 <Build Include="HangFire\Tables\Schema.sql" />
67 <Build Include="HangFire\Tables\Job.sql" />
68 <Build Include="HangFire\Tables\State.sql" />
69 <Build Include="HangFire\Tables\JobParameter.sql" />
70 <Build Include="HangFire\Tables\JobQueue.sql" />
71 <Build Include="HangFire\Tables\Server.sql" />
72 <Build Include="HangFire\Tables\List.sql" />
73 <Build Include="HangFire\Tables\Set.sql" />
74 <Build Include="HangFire\Tables\Counter.sql" />
75 <Build Include="HangFire\Tables\Hash.sql" />
76 <Build Include="HangFire\Tables\AggregatedCounter.sql" />
77 <Build Include="Security\HangFire.sql" />
78 </ItemGroup>
79 <ItemGroup>
80 <None Include="FinkiChattery.HangfireDatabase.publish.xml" />
81 </ItemGroup>
82</Project>
Note: See TracBrowser for help on using the repository browser.