WCFClient.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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\Debug\</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.Practices.Prism.Composition">
  38. <HintPath>..\..\..\packages\Prism.Composition.5.0.0\lib\NET45\Microsoft.Practices.Prism.Composition.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="Microsoft.Practices.Prism.Interactivity">
  42. <HintPath>..\..\..\packages\Prism.Interactivity.5.0.0\lib\NET45\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  46. <HintPath>..\..\..\packages\Prism.MEFExtensions.5.0.0\lib\NET45\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="Microsoft.Practices.Prism.Mvvm">
  50. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="Microsoft.Practices.Prism.Mvvm.Desktop">
  54. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.Desktop.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="Microsoft.Practices.Prism.PubSubEvents">
  58. <HintPath>..\..\..\packages\Prism.PubSubEvents.1.0.0\lib\portable-sl4+wp7+windows8+net40\Microsoft.Practices.Prism.PubSubEvents.dll</HintPath>
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="Microsoft.Practices.Prism.SharedInterfaces">
  62. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.SharedInterfaces.dll</HintPath>
  63. <Private>True</Private>
  64. </Reference>
  65. <Reference Include="Microsoft.Practices.ServiceLocation">
  66. <HintPath>..\..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  67. <Private>True</Private>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.ComponentModel.Composition" />
  71. <Reference Include="System.Configuration" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Runtime.Serialization" />
  74. <Reference Include="System.ServiceModel" />
  75. <Reference Include="System.Xml" />
  76. <Reference Include="Microsoft.CSharp" />
  77. <Reference Include="System.Core" />
  78. <Reference Include="System.Xml.Linq" />
  79. <Reference Include="System.Data.DataSetExtensions" />
  80. <Reference Include="System.Xaml">
  81. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  82. </Reference>
  83. <Reference Include="UIAutomationProvider" />
  84. <Reference Include="UIAutomationTypes" />
  85. <Reference Include="WindowsBase" />
  86. <Reference Include="PresentationCore" />
  87. <Reference Include="PresentationFramework" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="WCFClientViewModel.cs" />
  91. <Page Include="WCFClientView.xaml">
  92. <Generator>MSBuild:Compile</Generator>
  93. <SubType>Designer</SubType>
  94. </Page>
  95. <Compile Include="WCFClientModule.cs" />
  96. <Compile Include="WCFClientView.xaml.cs">
  97. <DependentUpon>WCFClientView.xaml</DependentUpon>
  98. <SubType>Code</SubType>
  99. </Compile>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="Properties\AssemblyInfo.cs">
  103. <SubType>Code</SubType>
  104. </Compile>
  105. <None Include="App.config" />
  106. <None Include="Packages.config" />
  107. <AppDesigner Include="Properties\" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ProjectReference Include="..\..\..\Platform\Logger\Logger.csproj">
  111. <Project>{72e16572-fc1f-4a9e-bc96-035417239298}</Project>
  112. <Name>Logger</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  115. <Project>{48A2E149-0DAC-41B4-BB54-DFBCCD6D42B3}</Project>
  116. <Name>Infrastructure</Name>
  117. </ProjectReference>
  118. </ItemGroup>
  119. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  120. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. </Project>