123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{A52222D7-19DE-46DB-8774-8ACA6BA76A2B}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>GDNXFD.WcfService</RootNamespace>
- <AssemblyName>GDNXFD.WcfService</AssemblyName>
- <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <StartArguments>/client:"WcfTestClient.exe"</StartArguments>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
- <XsdCodeGenEnabled>True</XsdCodeGenEnabled>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="EntityFramework">
- <HintPath>..\GDNXFD.Data\bin\Debug\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="Invengo.Foundation.Util">
- <HintPath>..\ShareLibrary\Invengo.Foundation.Util.dll</HintPath>
- </Reference>
- <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\WisdomUI\XnyWindTurbineContorls\ShareLibrary\log4net.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Xml.Linq" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="DefectBillService.cs" />
- <Compile Include="FaultInfoService.cs" />
- <Compile Include="IDefectBillService.cs" />
- <Compile Include="IFaultInfoService.cs" />
- <Compile Include="SocketClient.cs" />
- <Compile Include="AdviceCache.cs" />
- <Compile Include="AdviceService.cs" />
- <Compile Include="AdviceWorker.cs" />
- <Compile Include="HelpperMethod.cs" />
- <Compile Include="IAdviceService.cs" />
- <Compile Include="IAlertService.cs" />
- <Compile Include="Predict\PredictCalculator.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="AlertService.cs" />
- <Compile Include="RealtimeState\Domain\CalcStateSvc.cs" />
- <Compile Include="TagInfo.cs" />
- <Compile Include="StationInfo.cs" />
- <Compile Include="WindturbineInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\GDNXFD.Data\GDNXFD.Data.csproj">
- <Project>{e3a587b2-2a7a-43e7-a076-ee374ad48982}</Project>
- <Name>GDNXFD.Data</Name>
- </ProjectReference>
- <ProjectReference Include="..\WisdomClient\WisdomClient.csproj">
- <Project>{4ed1f671-bad0-4c48-a5fc-7603d74fabd2}</Project>
- <Name>WisdomClient</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <VSToolsPath Condition="'$(VSToolsPath)' == '' and '$(VisualStudioVersion)' != '' and '$(VisualStudioVersion)' != '11.0'">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
- <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio</VSToolsPath>
- <WcfServiceModelTargetPath>$(VSToolsPath)\WCF</WcfServiceModelTargetPath>
- </PropertyGroup>
- <Import Project="$(WcfServiceModelTargetPath)\Microsoft.VisualStudio.ServiceModel.targets" />
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
- <WcfProjectProperties>
- <AutoStart>True</AutoStart>
- </WcfProjectProperties>
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|