WCFClient.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" 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>{B07D70E7-F902-4F67-A486-B7AF27D6B813}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WCFClient</RootNamespace>
  11. <AssemblyName>WCFClient</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
  17. <RestorePackages>true</RestorePackages>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>..\..\..\Bin\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  38. <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Expression.Interactions.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Microsoft.Practices.Prism">
  41. <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Microsoft.Practices.Prism.Interactivity">
  44. <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  47. <HintPath>..\..\..\packages\Prism.MEFExtensions.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Microsoft.Practices.ServiceLocation">
  50. <HintPath>..\..\..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.ComponentModel.Composition" />
  54. <Reference Include="System.Configuration" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Runtime.Serialization" />
  57. <Reference Include="System.ServiceModel" />
  58. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  59. <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\System.Windows.Interactivity.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Xml" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="System.Xaml">
  67. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  68. </Reference>
  69. <Reference Include="Telerik.Windows.Controls, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
  70. <Reference Include="Telerik.Windows.Controls.Chart, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
  71. <Reference Include="Telerik.Windows.Controls.DataVisualization, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
  72. <Reference Include="Telerik.Windows.Controls.Navigation, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
  73. <Reference Include="Telerik.Windows.Data, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
  74. <Reference Include="UIAutomationProvider" />
  75. <Reference Include="UIAutomationTypes" />
  76. <Reference Include="WindowsBase" />
  77. <Reference Include="PresentationCore" />
  78. <Reference Include="PresentationFramework" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="WCFClientViewModel.cs" />
  82. <Page Include="WCFClientView.xaml">
  83. <Generator>MSBuild:Compile</Generator>
  84. <SubType>Designer</SubType>
  85. </Page>
  86. <Compile Include="WCFClientModule.cs" />
  87. <Compile Include="WCFClientView.xaml.cs">
  88. <DependentUpon>WCFClientView.xaml</DependentUpon>
  89. <SubType>Code</SubType>
  90. </Compile>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="Properties\AssemblyInfo.cs">
  94. <SubType>Code</SubType>
  95. </Compile>
  96. <None Include="App.config" />
  97. <None Include="Packages.config" />
  98. <AppDesigner Include="Properties\" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ProjectReference Include="..\..\..\Platform\Log\Log.csproj">
  102. <Project>{72e16572-fc1f-4a9e-bc96-035417239298}</Project>
  103. <Name>Log</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  106. <Project>{48A2E149-0DAC-41B4-BB54-DFBCCD6D42B3}</Project>
  107. <Name>Infrastructure</Name>
  108. </ProjectReference>
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  111. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. </Project>