GDNXFD.WcfService.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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. <ProductVersion>8.0.50727</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{A52222D7-19DE-46DB-8774-8ACA6BA76A2B}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>GDNXFD.WcfService</RootNamespace>
  13. <AssemblyName>GDNXFD.WcfService</AssemblyName>
  14. <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <StartArguments>/client:"WcfTestClient.exe"</StartArguments>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
  18. <XsdCodeGenEnabled>True</XsdCodeGenEnabled>
  19. <TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="EntityFramework">
  42. <HintPath>..\GDNXFD.Data\bin\Debug\EntityFramework.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Invengo.Foundation.Util">
  45. <HintPath>..\ShareLibrary\Invengo.Foundation.Util.dll</HintPath>
  46. </Reference>
  47. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\..\..\WisdomUI\XnyWindTurbineContorls\ShareLibrary\log4net.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System" />
  53. <Reference Include="System.Configuration" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Runtime.Serialization" />
  57. <Reference Include="System.ServiceModel" />
  58. <Reference Include="System.Xml" />
  59. <Reference Include="System.Xml.Linq" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="DefectBillService.cs" />
  63. <Compile Include="FaultInfoService.cs" />
  64. <Compile Include="IDefectBillService.cs" />
  65. <Compile Include="IFaultInfoService.cs" />
  66. <Compile Include="SocketClient.cs" />
  67. <Compile Include="AdviceCache.cs" />
  68. <Compile Include="AdviceService.cs" />
  69. <Compile Include="AdviceWorker.cs" />
  70. <Compile Include="HelpperMethod.cs" />
  71. <Compile Include="IAdviceService.cs" />
  72. <Compile Include="IAlertService.cs" />
  73. <Compile Include="Predict\PredictCalculator.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. <Compile Include="AlertService.cs" />
  76. <Compile Include="RealtimeState\Domain\CalcStateSvc.cs" />
  77. <Compile Include="TagInfo.cs" />
  78. <Compile Include="StationInfo.cs" />
  79. <Compile Include="WindturbineInfo.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <None Include="App.config" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ProjectReference Include="..\GDNXFD.Data\GDNXFD.Data.csproj">
  86. <Project>{e3a587b2-2a7a-43e7-a076-ee374ad48982}</Project>
  87. <Name>GDNXFD.Data</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\WisdomClient\WisdomClient.csproj">
  90. <Project>{4ed1f671-bad0-4c48-a5fc-7603d74fabd2}</Project>
  91. <Name>WisdomClient</Name>
  92. </ProjectReference>
  93. </ItemGroup>
  94. <ItemGroup />
  95. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  96. <PropertyGroup>
  97. <VSToolsPath Condition="'$(VSToolsPath)' == '' and '$(VisualStudioVersion)' != '' and '$(VisualStudioVersion)' != '11.0'">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  98. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio</VSToolsPath>
  99. <WcfServiceModelTargetPath>$(VSToolsPath)\WCF</WcfServiceModelTargetPath>
  100. </PropertyGroup>
  101. <Import Project="$(WcfServiceModelTargetPath)\Microsoft.VisualStudio.ServiceModel.targets" />
  102. <ProjectExtensions>
  103. <VisualStudio>
  104. <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
  105. <WcfProjectProperties>
  106. <AutoStart>True</AutoStart>
  107. </WcfProjectProperties>
  108. </FlavorProperties>
  109. </VisualStudio>
  110. </ProjectExtensions>
  111. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  112. Other similar extension points exist, see Microsoft.Common.targets.
  113. <Target Name="BeforeBuild">
  114. </Target>
  115. <Target Name="AfterBuild">
  116. </Target>
  117. -->
  118. </Project>