EMISOnline.Utility.csproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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>{DE57C4C4-BE55-4129-9352-FA319B9509C8}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMISOnline.Utility</RootNamespace>
  12. <AssemblyName>EMISOnline.Utility</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="Autofac">
  39. <HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Autofac.Integration.Mvc">
  42. <HintPath>..\packages\Autofac.Mvc4.3.1.0\lib\net40\Autofac.Integration.Mvc.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Bowin.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\..\Lib\Bowin.Common.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.configuration" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Drawing" />
  52. <Reference Include="System.Web" />
  53. <Reference Include="System.Web.Extensions" />
  54. <Reference Include="System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\packages\Microsoft.AspNet.Razor.2.0.20710.0\lib\net40\System.Web.Razor.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="AutofacHelper.cs" />
  70. <Compile Include="Const.cs" />
  71. <Compile Include="DictionaryHelper.cs" />
  72. <Compile Include="FileServerConfig.cs" />
  73. <Compile Include="FormValidate\CustomPrincipal.cs" />
  74. <Compile Include="FormValidate\SSO.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <Compile Include="RSI.cs" />
  77. <Compile Include="RSL.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\EMISOnline.Entities\EMISOnline.Entities.csproj">
  81. <Project>{DC4CFCCD-5C8A-41D7-9211-21EA79584A90}</Project>
  82. <Name>EMISOnline.Entities</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\EMISOnline.ResourceGZZY\EMISOnline.ResourceGZZY.csproj">
  85. <Project>{9ee6cb93-5397-4b2b-ba46-77cd908f9005}</Project>
  86. <Name>EMISOnline.ResourceGZZY</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\EMISOnline.ViewModel\EMISOnline.ViewModel.csproj">
  89. <Project>{1DDEEEA1-5267-47E4-B361-7E226AA6483A}</Project>
  90. <Name>EMISOnline.ViewModel</Name>
  91. </ProjectReference>
  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>