EMIS.Entities.HRServices.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7EB62FAF-C70F-4EED-AE7E-F3AD03F8824D}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.Entities.HRServices</RootNamespace>
  12. <AssemblyName>EMIS.Entities.HRServices</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>Svn</SccProjectName>
  16. <SccLocalPath>Svn</SccLocalPath>
  17. <SccAuxPath>Svn</SccAuxPath>
  18. <SccProvider>SubversionScc</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  39. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="Spire.Barcode, Version=2.3.0.16040, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  47. <HintPath>..\packages\FreeSpire.Barcode.2.3\lib\net40\Spire.Barcode.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.ComponentModel.DataAnnotations" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Runtime.Serialization" />
  54. <Reference Include="System.Security" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Xml" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="Comm_OrgInfo.cs">
  63. <DependentUpon>EMIS.Entities.HRServices.tt</DependentUpon>
  64. </Compile>
  65. <Compile Include="Comm_OrgInfo_Mapping.cs">
  66. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  67. </Compile>
  68. <Compile Include="Comm_Posts.cs">
  69. <DependentUpon>EMIS.Entities.HRServices.tt</DependentUpon>
  70. </Compile>
  71. <Compile Include="Comm_Posts_Mapping.cs">
  72. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  73. </Compile>
  74. <Compile Include="Comm_Users.cs">
  75. <DependentUpon>EMIS.Entities.HRServices.tt</DependentUpon>
  76. </Compile>
  77. <Compile Include="Comm_Users_Mapping.cs">
  78. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  79. </Compile>
  80. <Compile Include="EMIS.Entities.HRServices.Context.cs">
  81. <DependentUpon>EMIS.Entities.HRServices.Context.tt</DependentUpon>
  82. <AutoGen>True</AutoGen>
  83. <DesignTime>True</DesignTime>
  84. </Compile>
  85. <Compile Include="EMIS.Entities.HRServices.cs">
  86. <AutoGen>True</AutoGen>
  87. <DesignTime>True</DesignTime>
  88. <DependentUpon>EMIS.Entities.HRServices.tt</DependentUpon>
  89. </Compile>
  90. <Compile Include="EMIS.Entitis.Mapping.cs">
  91. <AutoGen>True</AutoGen>
  92. <DesignTime>True</DesignTime>
  93. <DependentUpon>EMIS.Entitis.Mapping.tt</DependentUpon>
  94. </Compile>
  95. <Compile Include="HRServiceContext.Designer.cs">
  96. <AutoGen>True</AutoGen>
  97. <DesignTime>True</DesignTime>
  98. <DependentUpon>HRServiceContext.edmx</DependentUpon>
  99. </Compile>
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. <Compile Include="TableKey.cs">
  102. <DependentUpon>TableKey.tt</DependentUpon>
  103. <AutoGen>True</AutoGen>
  104. <DesignTime>True</DesignTime>
  105. </Compile>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Content Include="EMIS.Entities.HRServices.Context.tt">
  109. <Generator>TextTemplatingFileGenerator</Generator>
  110. <LastGenOutput>EMIS.Entities.HRServices.Context.cs</LastGenOutput>
  111. </Content>
  112. <Content Include="EMIS.Entities.HRServices.tt">
  113. <Generator>TextTemplatingFileGenerator</Generator>
  114. <LastGenOutput>EMIS.Entities.HRServices.cs</LastGenOutput>
  115. </Content>
  116. <Content Include="EMIS.Entitis.Mapping.tt">
  117. <Generator>TextTemplatingFileGenerator</Generator>
  118. <LastGenOutput>EMIS.Entitis.Mapping.cs</LastGenOutput>
  119. </Content>
  120. <Content Include="TableKey.tt">
  121. <Generator>TextTemplatingFileGenerator</Generator>
  122. <LastGenOutput>TableKey.cs</LastGenOutput>
  123. </Content>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <EntityDeploy Include="HRServiceContext.edmx">
  130. <Generator>EntityModelCodeGenerator</Generator>
  131. <LastGenOutput>HRServiceContext.Designer.cs</LastGenOutput>
  132. </EntityDeploy>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <None Include="App.Config" />
  136. <None Include="packages.config" />
  137. </ItemGroup>
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  140. Other similar extension points exist, see Microsoft.Common.targets.
  141. <Target Name="BeforeBuild">
  142. </Target>
  143. <Target Name="AfterBuild">
  144. </Target>
  145. -->
  146. </Project>