1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{08688BE4-FB60-4F1C-A129-87DAAA4EDD3E}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Services</RootNamespace>
- <AssemblyName>Services</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </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>
- </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>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BaseServices.cs" />
- <Compile Include="CheckResultServices.cs" />
- <Compile Include="CommonServices.cs" />
- <Compile Include="DTOpenCodeServices.cs" />
- <Compile Include="EmailServices.cs" />
- <Compile Include="EnumDataBaseType.cs" />
- <Compile Include="Open3CodeServices.cs" />
- <Compile Include="Open9CodeServices.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Open4CodeServices.cs" />
- <Compile Include="Open5CodeServices.cs" />
- <Compile Include="Open8CodeServices.cs" />
- <Compile Include="Open21CodeServices.cs" />
- <Compile Include="Open10CodeServices.cs" />
- <Compile Include="Open7CodeServices.cs" />
- <Compile Include="Services\LotteryService.cs" />
- <Compile Include="Services\ZXService.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Common\Common.csproj">
- <Project>{D32362DC-FF23-45A5-9EA9-18E3AC26E48B}</Project>
- <Name>Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\Interface\Interface.csproj">
- <Project>{1C91B09A-FF04-40C7-BC95-BADFF1771115}</Project>
- <Name>Interface</Name>
- </ProjectReference>
- <ProjectReference Include="..\Models\Models.csproj">
- <Project>{CB2988D4-4E7F-4F53-9CBA-4508B483F3CA}</Project>
- <Name>Models</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- 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>
|