1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.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>{73A55239-A22D-4AC9-B412-64EA83035A18}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Lottomat.Application.Cache</RootNamespace>
- <AssemblyName>Lottomat.Application.Cache</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.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="DataItemCache.cs" />
- <Compile Include="DepartmentCache.cs" />
- <Compile Include="JobCache.cs" />
- <Compile Include="OrganizeCache.cs" />
- <Compile Include="PostCache.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RoleCache.cs" />
- <Compile Include="UserCache.cs" />
- <Compile Include="UserGroupCache.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Lottomat.Cache\CP.Cache\CP.Cache.csproj">
- <Project>{0705ee97-087e-4801-b274-7082638a8954}</Project>
- <Name>CP.Cache</Name>
- </ProjectReference>
- <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.Application.Busines\Lottomat.Application.Busines.csproj">
- <Project>{21566527-8f54-4a8d-aa68-7662c2c31fb9}</Project>
- <Name>Lottomat.Application.Busines</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Application.Code\Lottomat.Application.Code.csproj">
- <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
- <Name>Lottomat.Application.Code</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Application.Entity\Lottomat.Application.Entity.csproj">
- <Project>{c10920fe-8c74-4993-a7f4-1da189da842c}</Project>
- <Name>Lottomat.Application.Entity</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>
|