123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- <?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>{7EB62FAF-C70F-4EED-AE7E-F3AD03F8824D}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>EMIS.Entities.HRServices</RootNamespace>
- <AssemblyName>EMIS.Entities.HRServices</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>Svn</SccProjectName>
- <SccLocalPath>Svn</SccLocalPath>
- <SccAuxPath>Svn</SccAuxPath>
- <SccProvider>SubversionScc</SccProvider>
- </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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Spire.Barcode, Version=2.3.0.16040, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
- <HintPath>..\packages\FreeSpire.Barcode.2.3\lib\net40\Spire.Barcode.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Security" />
- <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="Comm_OrgInfo.cs">
- <DependentUpon>EMIS.Entities.HRServices.tt</DependentUpon>
- </Compile>
- <Compile Include="Comm_OrgInfo_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Comm_Posts.cs">
- <DependentUpon>EMIS.Entities.HRServices.tt</DependentUpon>
- </Compile>
- <Compile Include="Comm_Posts_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="Comm_Users.cs">
- <DependentUpon>EMIS.Entities.HRServices.tt</DependentUpon>
- </Compile>
- <Compile Include="Comm_Users_Mapping.cs">
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="EMIS.Entities.HRServices.Context.cs">
- <DependentUpon>EMIS.Entities.HRServices.Context.tt</DependentUpon>
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- </Compile>
- <Compile Include="EMIS.Entities.HRServices.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>EMIS.Entities.HRServices.tt</DependentUpon>
- </Compile>
- <Compile Include="EMIS.Entitis.Mapping.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
- </Compile>
- <Compile Include="HRServiceContext.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>HRServiceContext.edmx</DependentUpon>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="TableKey.cs">
- <DependentUpon>TableKey.tt</DependentUpon>
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Content Include="EMIS.Entities.HRServices.Context.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>EMIS.Entities.HRServices.Context.cs</LastGenOutput>
- </Content>
- <Content Include="EMIS.Entities.HRServices.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>EMIS.Entities.HRServices.cs</LastGenOutput>
- </Content>
- <Content Include="EMIS.Entitis.Mapping.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>EMIS.Entitis.Mapping.cs</LastGenOutput>
- </Content>
- <Content Include="TableKey.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>TableKey.cs</LastGenOutput>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
- </ItemGroup>
- <ItemGroup>
- <EntityDeploy Include="HRServiceContext.edmx">
- <Generator>EntityModelCodeGenerator</Generator>
- <LastGenOutput>HRServiceContext.Designer.cs</LastGenOutput>
- </EntityDeploy>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.Config" />
- <None Include="packages.config" />
- </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>
|