WCFClient.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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.Data" />
  55. <Reference Include="System.Runtime.Serialization" />
  56. <Reference Include="System.ServiceModel" />
  57. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  58. <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\System.Windows.Interactivity.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Xml" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="System.Xaml">
  66. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  67. </Reference>
  68. <Reference Include="WindowsBase" />
  69. <Reference Include="PresentationCore" />
  70. <Reference Include="PresentationFramework" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Service References\Realm\Reference.cs">
  74. <AutoGen>True</AutoGen>
  75. <DesignTime>True</DesignTime>
  76. <DependentUpon>Reference.svcmap</DependentUpon>
  77. </Compile>
  78. <Compile Include="WCFClientViewModel.cs" />
  79. <Page Include="WCFClientView.xaml">
  80. <Generator>MSBuild:Compile</Generator>
  81. <SubType>Designer</SubType>
  82. </Page>
  83. <Compile Include="WCFClientModule.cs" />
  84. <Compile Include="WCFClientView.xaml.cs">
  85. <DependentUpon>WCFClientView.xaml</DependentUpon>
  86. <SubType>Code</SubType>
  87. </Compile>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="Properties\AssemblyInfo.cs">
  91. <SubType>Code</SubType>
  92. </Compile>
  93. <None Include="App.config" />
  94. <None Include="Packages.config" />
  95. <AppDesigner Include="Properties\" />
  96. <None Include="Service References\Realm\service.wsdl" />
  97. <None Include="Service References\Realm\service.xsd">
  98. <SubType>Designer</SubType>
  99. </None>
  100. <None Include="Service References\Realm\service1.xsd">
  101. <SubType>Designer</SubType>
  102. </None>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ProjectReference Include="..\..\..\Contract\RealmContract\RealmContract.csproj">
  106. <Project>{E62B0633-1767-44A0-9479-C8E9D19DA4B8}</Project>
  107. <Name>RealmContract</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\..\..\Platform\Log\Log.csproj">
  110. <Project>{72e16572-fc1f-4a9e-bc96-035417239298}</Project>
  111. <Name>Log</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  114. <Project>{48A2E149-0DAC-41B4-BB54-DFBCCD6D42B3}</Project>
  115. <Name>Infrastructure</Name>
  116. </ProjectReference>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <WCFMetadata Include="Service References\" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <WCFMetadataStorage Include="Service References\Realm\" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <None Include="Service References\Realm\configuration91.svcinfo" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <None Include="Service References\Realm\configuration.svcinfo" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <None Include="Service References\Realm\Reference.svcmap">
  132. <Generator>WCF Proxy Generator</Generator>
  133. <LastGenOutput>Reference.cs</LastGenOutput>
  134. </None>
  135. </ItemGroup>
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  137. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  138. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  139. Other similar extension points exist, see Microsoft.Common.targets.
  140. <Target Name="BeforeBuild">
  141. </Target>
  142. <Target Name="AfterBuild">
  143. </Target>
  144. -->
  145. </Project>