Files
DP44/Common/DTS.Common.Utilities/DTS.Common.Utilities.csproj
2026-04-17 14:55:32 -04:00

221 lines
9.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D6DA1B74-C711-43C2-91B1-1908A8D04DBF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DTS.Utilities</RootNamespace>
<AssemblyName>DTS.Utilities</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile />
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>bin\Debug\DTS.Utilities.XML</DocumentationFile>
<NoWarn>1591</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<NoWarn>1591</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>SharpZipLib\ICSharpCode.SharpZipLib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ActiveUpdateList.cs" />
<Compile Include="APILogging.cs" />
<Compile Include="ArrayToString.cs" />
<Compile Include="AttributeCoder.cs" />
<Compile Include="AttributeExtractor.cs" />
<Compile Include="AverageShortValueOverTime.cs" />
<Compile Include="AverageValueOverTime.cs" />
<Compile Include="ConfigInitializationHelper.cs" />
<Compile Include="CRC32.cs" />
<Compile Include="DataConditioning.cs" />
<Compile Include="DegreesFromADC.cs" />
<Compile Include="DataFlag.cs" />
<Compile Include="ChannelFilter.cs" />
<Compile Include="CheckComboBox.cs" />
<Compile Include="AverageQueue.cs" />
<Compile Include="DTSChecksum.cs" />
<Compile Include="ExportINIFile.cs" />
<Compile Include="KeywordAlert.cs" />
<Compile Include="LevelTriggerLogging.cs" />
<Compile Include="NHTSASubSample.cs" />
<Compile Include="PowerManagement.cs" />
<Compile Include="PropertyComparer.cs" />
<Compile Include="PTP1588Timestamps.cs" />
<Compile Include="SignalToNoiseRatio.cs" />
<Compile Include="SortableBindingList.cs" />
<Compile Include="StandardDev.cs" />
<Compile Include="TaskbarHelper.cs" />
<Compile Include="TestRenamer.cs" />
<Compile Include="Time.cs" />
<Compile Include="DataWindowAverager.cs" />
<Compile Include="DataWindowAverager.WindowDoesNotExistException.cs" />
<Compile Include="DescriptionAttributeCoder.cs" />
<Compile Include="DiskUtility.cs" />
<Compile Include="DoubleLargeArray.cs" />
<Compile Include="EnumDropDown.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Exceptional.cs" />
<Compile Include="ExceptionalDictionary.cs" />
<Compile Include="ExceptionalForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ExceptionalList.cs" />
<Compile Include="ExceptionalUserControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="FileIODeclarations.cs" />
<Compile Include="FileMapIOException.cs" />
<Compile Include="FileMapViewArray.cs" />
<Compile Include="FilterUtility.cs" />
<Compile Include="FirmwareVersionToLong.cs" />
<Compile Include="HexEncoding.cs" />
<Compile Include="Math.DoubleListOperation.cs" />
<Compile Include="Math.Iso.Differentiation.cs" />
<Compile Include="Math.Nhtsa.Differentiation.cs" />
<Compile Include="Math.Nhtsa.Integration.cs" />
<Compile Include="Math.Operation.cs" />
<Compile Include="NaturalStringCompare.cs" />
<Compile Include="PersistWindowState.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="LargeArray.cs" />
<Compile Include="LargeArray.Enumerator.cs" />
<Compile Include="LargeArray.LargeOverflowException.cs" />
<Compile Include="LargeArray.MissingScratchFileException.cs" />
<Compile Include="LargeArray.NameGeneratorLock.cs" />
<Compile Include="LargeArray.ScratchFileAlreadyExistsException.cs" />
<Compile Include="MapViewStream.cs" />
<Compile Include="MemoryMappedFile.cs" />
<Compile Include="PowerOfTwoIntProperty.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Property.ConstructionException.cs" />
<Compile Include="Property.cs" />
<Compile Include="Property.InvalidValueException.cs" />
<Compile Include="Property.NotInitializedException.cs" />
<Compile Include="RangeRestrictedDoubleProperty.cs" />
<Compile Include="RangeRestrictedDoubleProperty.InvalidRangeException.cs" />
<Compile Include="RangeRestrictedIntProperty.cs" />
<Compile Include="RangeRestrictedIntProperty.InvalidRangeException.cs" />
<Compile Include="ScrollingMessageBox.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ScrollingMessageBox.Designer.cs">
<DependentUpon>ScrollingMessageBox.cs</DependentUpon>
</Compile>
<Compile Include="ShortLargeArray.cs" />
<Compile Include="TextLogger.cs" />
<Compile Include="TextLogger.LogPathnameNotInitializedException.cs" />
<Compile Include="TextLogger.WriteCycleHandle.cs" />
<Compile Include="UpdateNotifyingList.cs" />
<Compile Include="WaitWithCondition.cs" />
<Compile Include="Win32APIs.cs" />
<Compile Include="Xml.PropertyAttributeDecoder.cs" />
<Compile Include="XmlSerializationTagAttribute.cs" />
<Compile Include="XmlToObject.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
<CustomToolNamespace>DTS.Common.Utilities.Properties</CustomToolNamespace>
</EmbeddedResource>
<EmbeddedResource Include="ScrollingMessageBox.resx">
<DependentUpon>ScrollingMessageBox.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Design\DTS.Common.UtilitiesClassDiagram.cd" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<PostBuildEvent>rem del $(TargetFileName)
rem "C:\Program Files\Microsoft\ILMerge\ILMerge" /wildcards /log:ILMerge.log /t:library /out:$(TargetFileName) *.dll
</PostBuildEvent>
<PreBuildEvent>rem %25comspec%25 /k "C:\Program Files\Microsoft Visual Studio .NET\Common7\Tools\vsvars32.bat"</PreBuildEvent>
</PropertyGroup>
</Project>