12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?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>
- <ProjectGuid>{9B10DB87-130C-41D3-8687-1FAC877DB74A}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Lottomat.Application.Code</RootNamespace>
- <AssemblyName>Lottomat.Application.Code</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <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="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
- <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="Authorize\AuthorizeExtensions.cs" />
- <Compile Include="Authorize\AuthorizeTypeEnum.cs" />
- <Compile Include="CacheKeyEnum.cs" />
- <Compile Include="CategoryType.cs" />
- <Compile Include="Authorize\AuthorizeDataModel.cs" />
- <Compile Include="DatabaseLinksEnum.cs" />
- <Compile Include="DeleteMarkEnum.cs" />
- <Compile Include="EnabledMarkEnum.cs" />
- <Compile Include="InitLotteryConfig.cs" />
- <Compile Include="JsonObjectStatus.cs" />
- <Compile Include="LoginMode.cs" />
- <Compile Include="LotterySkillType.cs" />
- <Compile Include="Operator\OperationType.cs" />
- <Compile Include="Operator\Operator.cs" />
- <Compile Include="Operator\IOperatorIProvider.cs" />
- <Compile Include="Operator\OperatorProvider.cs" />
- <Compile Include="PermissionMode.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SCCConfig.cs" />
- <Compile Include="SCCEnum.cs" />
- <Compile Include="SystemInfo.cs" />
- <Compile Include="VerifyCode.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Lottomat.Cache\Lottomat.Cache.Factory\Lottomat.Cache.Factory.csproj">
- <Project>{a68cdd21-2e12-4b11-95db-d0a0fced48b1}</Project>
- <Name>Lottomat.Cache.Factory</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Lottomat.Cache\Lottomat.Cache\Lottomat.Cache.csproj">
- <Project>{5af4997c-4395-48af-990c-932259111dff}</Project>
- <Name>Lottomat.Cache</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util.Extension\Lottomat.Util.Extension.csproj">
- <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
- <Name>Lottomat.Util.Extension</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util\Lottomat.Utils.csproj">
- <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
- <Name>Lottomat.Utils</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>
|