EMIS.Services.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{8140C1DC-8D04-4275-A590-AC350E434B2D}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.Services</RootNamespace>
  12. <AssemblyName>EMIS.Services</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccLocalPath>
  20. </SccLocalPath>
  21. <SccAuxPath>
  22. </SccAuxPath>
  23. <SccProvider>
  24. </SccProvider>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  27. <PlatformTarget>x86</PlatformTarget>
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\Debug\</OutputPath>
  32. <DefineConstants>DEBUG;TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  37. <PlatformTarget>x86</PlatformTarget>
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\Release\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Autofac">
  47. <HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Bowin.Common">
  50. <HintPath>..\Lib\Bowin.Common.dll</HintPath>
  51. </Reference>
  52. <Reference Include="EntityFramework">
  53. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  54. </Reference>
  55. <Reference Include="EntityFramework.SqlServer">
  56. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.configuration" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.ServiceProcess" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Kernel\EAPServiceWrapper.cs" />
  70. <Compile Include="ScheduleJob\AutoCreateSchoolYearForSSJob.cs" />
  71. <Compile Include="ScheduleJob\AutoCreateSchoolYearJob.cs" />
  72. <Compile Include="ScheduleJob\SysHROrgUserJob.cs" />
  73. <Compile Include="ServiceMain.cs">
  74. <SubType>Component</SubType>
  75. </Compile>
  76. <Compile Include="ServiceMain.Designer.cs">
  77. <DependentUpon>ServiceMain.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="Program.cs">
  80. <SubType>Component</SubType>
  81. </Compile>
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ProjectReference Include="..\EMIS.Entities\EMIS.Entities.csproj">
  86. <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
  87. <Name>EMIS.Entities</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\EMIS.Utility\EMIS.Utility.csproj">
  90. <Project>{E23364FA-480A-4A5D-95A4-ECBEDFDE03B4}</Project>
  91. <Name>EMIS.Utility</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\EMIS.ViewModel\EMIS.ViewModel.csproj">
  94. <Project>{885CA886-40C2-480E-9576-E771C8F6032E}</Project>
  95. <Name>EMIS.ViewModel</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\ServiceLogic\EMIS.CommonLogic\EMIS.CommonLogic.csproj">
  98. <Project>{3F1264D0-C66F-4F85-A0C6-F4E43FEE616A}</Project>
  99. <Name>EMIS.CommonLogic</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\ServiceLogic\EMIS.ICommonLogic\EMIS.ICommonLogic.csproj">
  102. <Project>{5CE392A4-CCF8-437F-AC8D-C7BDD4F1731A}</Project>
  103. <Name>EMIS.ICommonLogic</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <None Include="app.config" />
  108. </ItemGroup>
  109. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  110. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  111. Other similar extension points exist, see Microsoft.Common.targets.
  112. <Target Name="BeforeBuild">
  113. </Target>
  114. <Target Name="AfterBuild">
  115. </Target>
  116. -->
  117. </Project>