-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFB3EmbedDotNetExample.csproj
More file actions
123 lines (123 loc) · 5.48 KB
/
FB3EmbedDotNetExample.csproj
File metadata and controls
123 lines (123 loc) · 5.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1B2360E6-4576-4911-8B44-64D4FD2C0AC9}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>FB3EmbedDotNetExample</RootNamespace>
<AssemblyName>FB3EmbedDotNetExample</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="Firebird-3.0.4.33054-x64-embedded\firebird.conf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Firebird-3.0.4.33054-x64-embedded\firebird.msg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Firebird-3.0.4.33054-x64-embedded\help\help.fdb">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Firebird-3.0.4.33054-x64-embedded\icudt52l.dat">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Firebird-3.0.4.33054-x64-embedded\intl\fbintl.conf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Firebird-3.0.4.33054-x64-embedded\plugins\udr_engine.conf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="FirebirdSql.Data.FirebirdClient">
<Version>7.1.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Content Include="Firebird-3.0.4.33054-x64-embedded\fbclient.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\ib_util.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\icudt52.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\icuin52.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\icuuc52.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\intl\fbintl.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\msvcp100.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\msvcr100.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\plugins\engine12.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\plugins\fbtrace.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\plugins\legacy_auth.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\plugins\legacy_usermanager.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\plugins\srp.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\plugins\udr_engine.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Firebird-3.0.4.33054-x64-embedded\zlib1.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>