1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
- <PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{8D343A09-D0DF-4C9E-B8FD-BDEB70CF7097}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >DynamicLinqPadPostgreSqlDriver.Shared</RootNamespace >
11
- <AssemblyName >DynamicLinqPadPostgreSqlDriver.Shared</AssemblyName >
12
- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- </PropertyGroup >
15
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
- <DebugSymbols >true</DebugSymbols >
17
- <DebugType >full</DebugType >
18
- <Optimize >false</Optimize >
19
- <OutputPath >bin\Debug\</OutputPath >
20
- <DefineConstants >DEBUG;TRACE</DefineConstants >
21
- <ErrorReport >prompt</ErrorReport >
22
- <WarningLevel >4</WarningLevel >
23
- </PropertyGroup >
24
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
- <DebugType >pdbonly</DebugType >
26
- <Optimize >true</Optimize >
27
- <OutputPath >bin\Release\</OutputPath >
28
- <DefineConstants >TRACE</DefineConstants >
29
- <ErrorReport >prompt</ErrorReport >
30
- <WarningLevel >4</WarningLevel >
31
- </PropertyGroup >
32
- <PropertyGroup >
33
- <SignAssembly >true</SignAssembly >
34
- </PropertyGroup >
35
- <PropertyGroup >
36
- <AssemblyOriginatorKeyFile >StrongName.snk</AssemblyOriginatorKeyFile >
37
- </PropertyGroup >
38
- <ItemGroup >
39
- <Reference Include =" linq2db, Version=1.0.7.3 , Culture=neutral, PublicKeyToken=f19f8aed7feff67e, processorArchitecture=MSIL" >
40
- <HintPath >..\packages\linq2db.1.0.7.3 \lib\net45\linq2db.dll</HintPath >
41
- <Private >True</Private >
42
- </Reference >
43
- <Reference Include =" LINQPad" >
44
- <HintPath >$(LINQPAD_HOME)\LINQPad.exe</HintPath >
45
- </Reference >
46
- <Reference Include =" Npgsql, Version=3.0.5 .0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL" >
47
- <HintPath >..\packages\Npgsql.3.0.5 \lib\net45\Npgsql.dll</HintPath >
48
- <Private >True</Private >
49
- </Reference >
50
- <Reference Include =" System" />
51
- <Reference Include =" System.Core" />
52
- <Reference Include =" System.Xml.Linq" />
53
- <Reference Include =" System.Data.DataSetExtensions" />
54
- <Reference Include =" Microsoft.CSharp" />
55
- <Reference Include =" System.Data" />
56
- <Reference Include =" System.Net.Http" />
57
- <Reference Include =" System.Xml" />
58
- </ItemGroup >
59
- <ItemGroup >
60
- <Compile Include =" ..\VersionInfo.cs" >
61
- <Link >VersionInfo.cs</Link >
62
- </Compile >
63
- <Compile Include =" DriverOption.cs" />
64
- <Compile Include =" Extensions\ConnectionInfoExtensions.cs" />
65
- <Compile Include =" Extensions\XElementExtensions.cs" />
66
- <Compile Include =" Helpers\ConnectionHelper.cs" />
67
- <Compile Include =" Properties\AssemblyInfo.cs" />
68
- </ItemGroup >
69
- <ItemGroup >
70
- <None Include =" packages.config" />
71
- <None Include =" StrongName.snk" />
72
- </ItemGroup >
73
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{8D343A09-D0DF-4C9E-B8FD-BDEB70CF7097}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >DynamicLinqPadPostgreSqlDriver.Shared</RootNamespace >
11
+ <AssemblyName >DynamicLinqPadPostgreSqlDriver.Shared</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <DebugSymbols >true</DebugSymbols >
17
+ <DebugType >full</DebugType >
18
+ <Optimize >false</Optimize >
19
+ <OutputPath >bin\Debug\</OutputPath >
20
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21
+ <ErrorReport >prompt</ErrorReport >
22
+ <WarningLevel >4</WarningLevel >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
+ <DebugType >pdbonly</DebugType >
26
+ <Optimize >true</Optimize >
27
+ <OutputPath >bin\Release\</OutputPath >
28
+ <DefineConstants >TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <PropertyGroup >
33
+ <SignAssembly >true</SignAssembly >
34
+ </PropertyGroup >
35
+ <PropertyGroup >
36
+ <AssemblyOriginatorKeyFile >StrongName.snk</AssemblyOriginatorKeyFile >
37
+ </PropertyGroup >
38
+ <ItemGroup >
39
+ <Reference Include =" linq2db, Version=1.0.7.4 , Culture=neutral, PublicKeyToken=f19f8aed7feff67e, processorArchitecture=MSIL" >
40
+ <HintPath >..\packages\linq2db.1.0.7.4 \lib\net45\linq2db.dll</HintPath >
41
+ <Private >True</Private >
42
+ </Reference >
43
+ <Reference Include =" LINQPad" >
44
+ <HintPath >$(LINQPAD_HOME)\LINQPad.exe</HintPath >
45
+ </Reference >
46
+ <Reference Include =" Npgsql, Version=3.0.7 .0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL" >
47
+ <HintPath >..\packages\Npgsql.3.0.7 \lib\net45\Npgsql.dll</HintPath >
48
+ <Private >True</Private >
49
+ </Reference >
50
+ <Reference Include =" System" />
51
+ <Reference Include =" System.Core" />
52
+ <Reference Include =" System.Xml.Linq" />
53
+ <Reference Include =" System.Data.DataSetExtensions" />
54
+ <Reference Include =" Microsoft.CSharp" />
55
+ <Reference Include =" System.Data" />
56
+ <Reference Include =" System.Net.Http" />
57
+ <Reference Include =" System.Xml" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <Compile Include =" ..\VersionInfo.cs" >
61
+ <Link >VersionInfo.cs</Link >
62
+ </Compile >
63
+ <Compile Include =" DriverOption.cs" />
64
+ <Compile Include =" Extensions\ConnectionInfoExtensions.cs" />
65
+ <Compile Include =" Extensions\XElementExtensions.cs" />
66
+ <Compile Include =" Helpers\ConnectionHelper.cs" />
67
+ <Compile Include =" Properties\AssemblyInfo.cs" />
68
+ </ItemGroup >
69
+ <ItemGroup >
70
+ <None Include =" packages.config" />
71
+ <None Include =" StrongName.snk" />
72
+ </ItemGroup >
73
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74
74
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
75
75
Other similar extension points exist, see Microsoft.Common.targets.
76
76
<Target Name="BeforeBuild">
77
77
</Target>
78
78
<Target Name="AfterBuild">
79
79
</Target>
80
- -->
80
+ -->
81
81
</Project >
0 commit comments