You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

101 lines
4.5 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{AD556B7A-E0D1-41BD-9D5B-18F8502E9F33}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Util.Operat</RootNamespace>
  11. <AssemblyName>Learun.Util.Operat</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. <TargetFrameworkProfile />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Web" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="OperateLogModel.cs" />
  53. <Compile Include="OperationType.cs" />
  54. <Compile Include="Operator.cs" />
  55. <Compile Include="OperatorHelper.cs" />
  56. <Compile Include="OperatorResult.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ProjectReference Include="..\..\..\Learun.Application.Organization\Learun.Application.Organization.csproj">
  61. <Project>{E9877A25-801B-4605-AD35-E6306916513C}</Project>
  62. <Name>Learun.Application.Organization</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\..\Learun.Application.Module\Learun.Application.Base\Learun.Application.Base.csproj">
  65. <Project>{0CDD0DC8-74CF-4C71-923C-66204A8923D3}</Project>
  66. <Name>Learun.Application.Base</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Base\Learun.Cache.Base.csproj">
  69. <Project>{975F2CB8-605C-4ADD-B365-B97BF844F0FE}</Project>
  70. <Name>Learun.Cache.Base</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Factory\Learun.Cache.Factory.csproj">
  73. <Project>{68902FCF-C439-4010-B17B-2499C972EE33}</Project>
  74. <Name>Learun.Cache.Factory</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\..\Learun.Log\Learun.Loger.csproj">
  77. <Project>{d27e14dc-b68c-408d-a2e3-fdb38665ecbb}</Project>
  78. <Name>Learun.Loger</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\Learun.Util\Learun.Util.csproj">
  81. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  82. <Name>Learun.Util</Name>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <None Include="app.config" />
  87. <None Include="packages.config" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  91. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  92. </ItemGroup>
  93. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  94. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  95. Other similar extension points exist, see Microsoft.Common.targets.
  96. <Target Name="BeforeBuild">
  97. </Target>
  98. <Target Name="AfterBuild">
  99. </Target>
  100. -->
  101. </Project>