Winsoft.GOV.WCF.csproj 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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>{E368DC9B-A34F-4740-80EF-AA6D4A63E982}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Winsoft.GOV.WCF</RootNamespace>
  13. <AssemblyName>Winsoft.GOV.WCF</AssemblyName>
  14. <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <StartArguments>/client:"WcfTestClient.exe"</StartArguments>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
  18. <XsdCodeGenEnabled>True</XsdCodeGenEnabled>
  19. <TargetFrameworkProfile>Client</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. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Runtime.Serialization" />
  44. <Reference Include="System.ServiceModel" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="System.Xml.Linq" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="Host.cs" />
  50. <Compile Include="IPowerMettersService.cs" />
  51. <Compile Include="Properties\AssemblyInfo.cs" />
  52. <Compile Include="PowerMettersService.cs" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <None Include="App.config" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ProjectReference Include="..\Winsoft.GOV.Framework\Winsoft.GOV.Framework.csproj">
  59. <Project>{b81dc5ea-d69a-4943-b4e0-1a4817a27370}</Project>
  60. <Name>Winsoft.GOV.Framework</Name>
  61. </ProjectReference>
  62. </ItemGroup>
  63. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  64. <PropertyGroup>
  65. <VSToolsPath Condition="'$(VSToolsPath)' == '' and '$(VisualStudioVersion)' != '' and '$(VisualStudioVersion)' != '11.0'">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  66. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio</VSToolsPath>
  67. <WcfServiceModelTargetPath>$(VSToolsPath)\WCF</WcfServiceModelTargetPath>
  68. </PropertyGroup>
  69. <Import Project="$(WcfServiceModelTargetPath)\Microsoft.VisualStudio.ServiceModel.targets" />
  70. <ProjectExtensions>
  71. <VisualStudio>
  72. <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
  73. <WcfProjectProperties>
  74. <AutoStart>True</AutoStart>
  75. </WcfProjectProperties>
  76. </FlavorProperties>
  77. </VisualStudio>
  78. </ProjectExtensions>
  79. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  80. Other similar extension points exist, see Microsoft.Common.targets.
  81. <Target Name="BeforeBuild">
  82. </Target>
  83. <Target Name="AfterBuild">
  84. </Target>
  85. -->
  86. </Project>