|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>DataScriptWriter</RootNamespace> |
11 | 11 | <AssemblyName>DataScriptWriter</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <SccProjectName>SAK</SccProjectName> |
15 | 15 | <SccLocalPath>SAK</SccLocalPath> |
|
50 | 50 | <Reference Include="DevExpress.XtraGrid.v13.2, Version=13.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
51 | 51 | <Reference Include="DevExpress.XtraLayout.v13.2, Version=13.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
52 | 52 | <Reference Include="DevExpress.XtraPrinting.v13.2, Version=13.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
| 53 | + <Reference Include="Microsoft.SqlServer.Types, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> |
| 54 | + <HintPath>packages\Microsoft.SqlServer.Types.14.0.1016.290\lib\net40\Microsoft.SqlServer.Types.dll</HintPath> |
| 55 | + </Reference> |
53 | 56 | <Reference Include="System" /> |
54 | 57 | <Reference Include="System.Core" /> |
55 | 58 | <Reference Include="System.Xml.Linq" /> |
|
85 | 88 | <Compile Include="Properties\AssemblyInfo.cs" /> |
86 | 89 | <Compile Include="ScriptWriter.cs" /> |
87 | 90 | <Compile Include="ScriptObject.cs" /> |
| 91 | + <Compile Include="SqlServerTypes\Loader.cs" /> |
88 | 92 | <EmbeddedResource Include="ConnectDbForm.resx"> |
89 | 93 | <DependentUpon>ConnectDbForm.cs</DependentUpon> |
90 | 94 | </EmbeddedResource> |
|
105 | 109 | <DependentUpon>Resources.resx</DependentUpon> |
106 | 110 | <DesignTime>True</DesignTime> |
107 | 111 | </Compile> |
| 112 | + <None Include="packages.config" /> |
108 | 113 | <None Include="Properties\Settings.settings"> |
109 | 114 | <Generator>SettingsSingleFileGenerator</Generator> |
110 | 115 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
126 | 131 | <ItemGroup> |
127 | 132 | <Content Include="Resources\if_Archive_box_data_file_storage_1886362.ico" /> |
128 | 133 | <Content Include="Resources\data_backup.ico" /> |
| 134 | + <Content Include="SqlServerTypes\readme.htm" /> |
| 135 | + <Content Include="SqlServerTypes\x64\msvcr120.dll"> |
| 136 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 137 | + </Content> |
| 138 | + <Content Include="SqlServerTypes\x64\SqlServerSpatial140.dll"> |
| 139 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 140 | + </Content> |
| 141 | + <Content Include="SqlServerTypes\x86\msvcr120.dll"> |
| 142 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 143 | + </Content> |
| 144 | + <Content Include="SqlServerTypes\x86\SqlServerSpatial140.dll"> |
| 145 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 146 | + </Content> |
129 | 147 | <None Include="Resources\if_script_lightning_36406.png" /> |
130 | 148 | <None Include="Resources\if_exit_6035.png" /> |
131 | 149 | <None Include="Resources\if_connect_established_1721.png" /> |
|
0 commit comments