1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" 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 >{3F6DB102-213E-4B0A-83D8-3E309197B8B8}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >Martin.SQLServer.Dts</RootNamespace >
11+ <AssemblyName >TextFileSplitter2016</AssemblyName >
12+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <TargetFrameworkProfile />
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >TRACE;DEBUG;SQL2016</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <DebugType >pdbonly</DebugType >
27+ <Optimize >true</Optimize >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <PropertyGroup >
34+ <SignAssembly >true</SignAssembly >
35+ </PropertyGroup >
36+ <PropertyGroup >
37+ <AssemblyOriginatorKeyFile >TextFileSplitter2016.snk</AssemblyOriginatorKeyFile >
38+ </PropertyGroup >
39+ <ItemGroup >
40+ <Reference Include =" System" />
41+ <Reference Include =" System.Core" />
42+ <Reference Include =" System.Drawing" />
43+ <Reference Include =" System.Windows.Forms" />
44+ <Reference Include =" System.Xml.Linq" />
45+ <Reference Include =" System.Data.DataSetExtensions" />
46+ <Reference Include =" Microsoft.CSharp" />
47+ <Reference Include =" System.Data" />
48+ <Reference Include =" System.Net.Http" />
49+ <Reference Include =" System.Xml" />
50+ <Reference Include =" Microsoft.SqlServer.Dts.Design, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
51+ <Reference Include =" Microsoft.SqlServer.DTSPipelineWrap, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" >
52+ </Reference >
53+ <Reference Include =" Microsoft.SQLServer.DTSRuntimeWrap, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=x86" >
54+ </Reference >
55+ <Reference Include =" Microsoft.SQLServer.ManagedDTS, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
56+ <Reference Include =" Microsoft.SqlServer.PipelineHost, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <Compile Include =" ..\TextFileSplitter2012\DataFlowComponentUI.cs" >
60+ <Link >DataFlowComponentUI.cs</Link >
61+ </Compile >
62+ <Compile Include =" ..\TextFileSplitter2012\DrawingControl.cs" >
63+ <Link >DrawingControl.cs</Link >
64+ </Compile >
65+ <Compile Include =" ..\TextFileSplitter2012\GlobalSuppressions.cs" >
66+ <Link >GlobalSuppressions.cs</Link >
67+ </Compile >
68+ <Compile Include =" ..\TextFileSplitter2012\ManageColumns.cs" >
69+ <Link >ManageColumns.cs</Link >
70+ </Compile >
71+ <Compile Include =" ..\TextFileSplitter2012\ManageProperties.cs" >
72+ <Link >ManageProperties.cs</Link >
73+ </Compile >
74+ <Compile Include =" ..\TextFileSplitter2012\MasterSelection.cs" >
75+ <Link >MasterSelection.cs</Link >
76+ <SubType >Form</SubType >
77+ </Compile >
78+ <Compile Include =" ..\TextFileSplitter2012\MasterSelection.designer.cs" >
79+ <Link >MasterSelection.designer.cs</Link >
80+ <DependentUpon >MasterSelection.cs</DependentUpon >
81+ </Compile >
82+ <Compile Include =" ..\TextFileSplitter2012\MessageStrings.cs" >
83+ <Link >MessageStrings.cs</Link >
84+ </Compile >
85+ <Compile Include =" ..\TextFileSplitter2012\Properties\AssemblyInfo.cs" >
86+ <Link >Properties\AssemblyInfo.cs</Link >
87+ </Compile >
88+ <Compile Include =" ..\TextFileSplitter2012\Properties\Resources.Designer.cs" >
89+ <Link >Properties\Resources.Designer.cs</Link >
90+ <DependentUpon >Resources.resx</DependentUpon >
91+ <AutoGen >True</AutoGen >
92+ <DesignTime >True</DesignTime >
93+ </Compile >
94+ <Compile Include =" ..\TextFileSplitter2012\SplitOutput.cs" >
95+ <Link >SplitOutput.cs</Link >
96+ </Compile >
97+ <Compile Include =" ..\TextFileSplitter2012\SSISOutput.cs" >
98+ <Link >SSISOutput.cs</Link >
99+ </Compile >
100+ <Compile Include =" ..\TextFileSplitter2012\SSISOutputColumn.cs" >
101+ <Link >SSISOutputColumn.cs</Link >
102+ </Compile >
103+ <Compile Include =" ..\TextFileSplitter2012\SSISProperty.cs" >
104+ <Link >SSISProperty.cs</Link >
105+ </Compile >
106+ <Compile Include =" ..\TextFileSplitter2012\TextFileSplitter.cs" >
107+ <Link >TextFileSplitter.cs</Link >
108+ </Compile >
109+ <Compile Include =" ..\TextFileSplitter2012\TextFileSplitterForm.cs" >
110+ <Link >TextFileSplitterForm.cs</Link >
111+ <SubType >Form</SubType >
112+ </Compile >
113+ <Compile Include =" ..\TextFileSplitter2012\TextFileSplitterForm.designer.cs" >
114+ <Link >TextFileSplitterForm.designer.cs</Link >
115+ <DependentUpon >TextFileSplitterForm.cs</DependentUpon >
116+ </Compile >
117+ <Compile Include =" ..\TextFileSplitter2012\TextFileSplitterUI.cs" >
118+ <Link >TextFileSplitterUI.cs</Link >
119+ </Compile >
120+ <Compile Include =" ..\TextFileSplitter2012\Utilities.cs" >
121+ <Link >Utilities.cs</Link >
122+ </Compile >
123+ </ItemGroup >
124+ <ItemGroup >
125+ <EmbeddedResource Include =" ..\TextFileSplitter2012\MasterSelection.resx" >
126+ <Link >MasterSelection.resx</Link >
127+ <DependentUpon >MasterSelection.cs</DependentUpon >
128+ </EmbeddedResource >
129+ <EmbeddedResource Include =" ..\TextFileSplitter2012\Properties\Resources.resx" >
130+ <Link >Properties\Resources.resx</Link >
131+ <Generator >ResXFileCodeGenerator</Generator >
132+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
133+ <SubType >Designer</SubType >
134+ </EmbeddedResource >
135+ <EmbeddedResource Include =" ..\TextFileSplitter2012\TextFileSplitterForm.resx" >
136+ <Link >TextFileSplitterForm.resx</Link >
137+ <DependentUpon >TextFileSplitterForm.cs</DependentUpon >
138+ </EmbeddedResource >
139+ </ItemGroup >
140+ <ItemGroup >
141+ <Content Include =" ..\TextFileSplitter2012\Attributions.txt" >
142+ <Link >Attributions.txt</Link >
143+ </Content >
144+ <EmbeddedResource Include =" Resources\TextFileSplitter.ico" />
145+ <Content Include =" TextFileSplitter2016.extensions.xml" />
146+ <Content Include =" TextFileSplitter2016.xml" />
147+ </ItemGroup >
148+ <ItemGroup >
149+ <None Include =" TextFileSplitter2016.snk" />
150+ </ItemGroup >
151+ <ItemGroup >
152+ <ProjectReference Include =" ..\FileHelpers\FileHelpers.csproj" >
153+ <Project >{eb8633ff-ceed-40ee-8d1a-ca1bf5678c42}</Project >
154+ <Name >FileHelpers</Name >
155+ </ProjectReference >
156+ </ItemGroup >
157+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
158+ <PropertyGroup >
159+ <PostBuildEvent >SET SSV=13
160+ ECHO [$(ConfigurationName)]
161+ if [$(ConfigurationName)] == [UnitTest] "%25ProgramFiles(x86)%25\Microsoft Visual Studio\2017\Enterprise\Team Tools\Performance Tools\x64\vsinstr" "$(TargetDir)$(TargetName).dll" -verbose -coverage
162+ if [$(ConfigurationName)] == [UnitTest] "%25ProgramFiles(x86)%25\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\sn" -Ra "$(TargetDir)$(TargetName).dll" "$(TargetDir)\..\..\$(TargetName).snk"
163+ if NOT [$(ConfigurationName)] == [Release] "%25ProgramFiles(x86)%25\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\GACUtil.exe" -u $(TargetName)
164+ if NOT [$(ConfigurationName)] == [Release] COPY "$(TargetDir)$(TargetName).*" "%25ProgramFiles(x86)%25\Microsoft SQL Server\%25SSV%250\DTS\PipelineComponents\" /Y
165+ if NOT [$(ConfigurationName)] == [Release] COPY "$(TargetDir)$(TargetName).*" "%25ProgramFiles%25\Microsoft SQL Server\%25SSV%250\DTS\PipelineComponents\" /Y
166+ if NOT [$(ConfigurationName)] == [Release] "%25ProgramFiles(x86)%25\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\GacUtil.exe" -i "%25ProgramFiles(x86)%25\Microsoft SQL Server\%25SSV%250\DTS\PipelineComponents\$(TargetName).DLL"
167+ if NOT [$(ConfigurationName)] == [Release] COPY "$(ProjectDir)$(TargetName).xml" "%25ProgramFiles(x86)%25\Microsoft SQL Server\%25SSV%250\DTS\UpgradeMappings" /Y
168+ if NOT [$(ConfigurationName)] == [Release] COPY "$(ProjectDir)$(TargetName).extensions.xml" "%25ProgramFiles(x86)%25\Microsoft SQL Server\%25SSV%250\DTS\UpgradeMappings" /Y
169+ </PostBuildEvent >
170+ </PropertyGroup >
171+ </Project >
0 commit comments