162 lines
7.4 KiB
XML
162 lines
7.4 KiB
XML
|
|
<?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>{6451F3ED-934E-47E3-A1CA-33C223A6507A}</ProjectGuid>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
|
<RootNamespace>DTS.Viewer.AddCalculatedChannel</RootNamespace>
|
|||
|
|
<AssemblyName>DTS.Viewer.AddCalculatedChannel</AssemblyName>
|
|||
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|||
|
|
<FileAlignment>512</FileAlignment>
|
|||
|
|
<SccProjectName>
|
|||
|
|
</SccProjectName>
|
|||
|
|
<SccLocalPath>
|
|||
|
|
</SccLocalPath>
|
|||
|
|
<SccAuxPath>
|
|||
|
|
</SccAuxPath>
|
|||
|
|
<SccProvider>
|
|||
|
|
</SccProvider>
|
|||
|
|
<TargetFrameworkProfile />
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|||
|
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|||
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|||
|
|
<DebugType>full</DebugType>
|
|||
|
|
<PlatformTarget>x64</PlatformTarget>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
|
</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>
|
|||
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|||
|
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|||
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|||
|
|
<DebugType>full</DebugType>
|
|||
|
|
<PlatformTarget>x86</PlatformTarget>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
|
</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>
|
|||
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="Microsoft.Xaml.Behaviors">
|
|||
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\PrismLibrary\Microsoft.Xaml.Behaviors.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="PresentationCore" />
|
|||
|
|
<Reference Include="PresentationFramework" />
|
|||
|
|
<Reference Include="Prism">
|
|||
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\PrismLibrary\Prism.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="Prism.Unity.Wpf">
|
|||
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\PrismLibrary\Prism.Unity.Wpf.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="Prism.Wpf">
|
|||
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\PrismLibrary\Prism.Wpf.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System" />
|
|||
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|||
|
|
<Reference Include="System.Core" />
|
|||
|
|
<Reference Include="System.Xaml" />
|
|||
|
|
<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" />
|
|||
|
|
<Reference Include="Unity.Abstractions">
|
|||
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\PrismLibrary\Unity.Abstractions.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="Unity.Container">
|
|||
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\PrismLibrary\Unity.Container.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="WindowsBase" />
|
|||
|
|
<Reference Include="Xceed.Wpf.Toolkit">
|
|||
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\Xceed.Wpf.Toolkit\Xceed.Wpf.Toolkit.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="Model\CalculatedChannelCreator.cs" />
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
<Compile Include="AddCalculatedChannelModule.cs" />
|
|||
|
|
<Compile Include="Resources\StringResources.Designer.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>StringResources.resx</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Resources\TranslateExtension.cs" />
|
|||
|
|
<Compile Include="ViewModel\AddCalculatedChannelViewModel.cs" />
|
|||
|
|
<Compile Include="View\AddCalculatedChannelView.xaml.cs">
|
|||
|
|
<DependentUpon>AddCalculatedChannelView.xaml</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Page Include="View\AddCalculatedChannelView.xaml">
|
|||
|
|
<Generator>MSBuild:Compile</Generator>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</Page>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\..\..\Common\DTS.Common.Calculations\DTS.Common.Calculations.csproj">
|
|||
|
|
<Project>{5ce6f27b-1c5b-4101-88de-58a30b1e5f37}</Project>
|
|||
|
|
<Name>DTS.Common.Calculations</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\..\Common\DTS.Common.Core\DTS.Common.Core.csproj">
|
|||
|
|
<Project>{fab1f470-1574-4301-b56e-d3364aa93679}</Project>
|
|||
|
|
<Name>DTS.Common.Core</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\..\Common\DTS.Common.DAS.Concepts\DTS.Common.DAS.Concepts.csproj">
|
|||
|
|
<Project>{AE3987F7-C4C6-40FB-A353-1A2DADEF7A9A}</Project>
|
|||
|
|
<Name>DTS.Common.DAS.Concepts</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\..\Common\DTS.Common.SerializationPlus\DTS.Common.SerializationPlus.csproj">
|
|||
|
|
<Project>{b9d1ac5b-7a6f-4b14-9ff8-3a1fc03519e2}</Project>
|
|||
|
|
<Name>DTS.Common.SerializationPlus</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\..\Common\DTS.Common.Serialization\DTS.Common.Serialization.csproj">
|
|||
|
|
<Project>{0679d014-59c2-4327-b288-0e3bd1374710}</Project>
|
|||
|
|
<Name>DTS.Common.Serialization</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\..\Common\DTS.Common.Utilities\DTS.Common.Utilities.csproj">
|
|||
|
|
<Project>{D6DA1B74-C711-43C2-91B1-1908A8D04DBF}</Project>
|
|||
|
|
<Name>DTS.Common.Utilities</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\..\Common\DTS.Common\DTS.Common.csproj">
|
|||
|
|
<Project>{114edc77-f3b5-4576-a91b-40818d503b55}</Project>
|
|||
|
|
<Name>DTS.Common</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="..\..\..\DataPRO\IService\IService.csproj">
|
|||
|
|
<Project>{C9C45B72-05A3-4962-BC13-A78B1F4B1925}</Project>
|
|||
|
|
<Name>IService</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<EmbeddedResource Include="Resources\StringResources.resx">
|
|||
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|||
|
|
<LastGenOutput>StringResources.Designer.cs</LastGenOutput>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<PostBuildEvent>
|
|||
|
|
</PostBuildEvent>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
</Project>
|