170 lines
7.9 KiB
XML
170 lines
7.9 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>{3D57CA12-A637-4CDB-B673-D9A5FF0CF062}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DTS.Viewer.PSDReport</RootNamespace>
|
|
<AssemblyName>DTS.Viewer.PSDReport</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
</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.configuration" />
|
|
<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.AvalonDock">
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\Xceed.Wpf.Toolkit\Xceed.Wpf.AvalonDock.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero">
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\Xceed.Wpf.Toolkit\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Metro">
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\Xceed.Wpf.Toolkit\Xceed.Wpf.AvalonDock.Themes.Metro.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Xceed.Wpf.AvalonDock.Themes.VS2010">
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\Xceed.Wpf.Toolkit\Xceed.Wpf.AvalonDock.Themes.VS2010.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Xceed.Wpf.Toolkit">
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\Xceed.Wpf.Toolkit\Xceed.Wpf.Toolkit.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="PSDReportModule.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Resources\StringResources.Designer.cs">
|
|
<DependentUpon>StringResources.resx</DependentUpon>
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<Compile Include="Resources\TranslateExtension.cs" />
|
|
<Compile Include="ViewModel\PSDReportMainViewModel.cs" />
|
|
<Compile Include="View\PSDReportMainViewGrid.xaml.cs">
|
|
<DependentUpon>PSDReportMainViewGrid.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="View\PSDReportMainView.xaml.cs">
|
|
<DependentUpon>PSDReportMainView.xaml</DependentUpon>
|
|
</Compile>
|
|
</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.SettingsDB\DTS.Common.Settings.csproj">
|
|
<Project>{61017104-d8ee-41d1-b9ca-dad863ff78b2}</Project>
|
|
<Name>DTS.Common.Settings</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>{f7a0804f-61a4-40ae-83d0-f1137622b592}</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>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="View\PSDReportMainViewGrid.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="View\PSDReportMainView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="app.config">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Connected Services\" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |