EMIS.ExtensionLogic.csproj 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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>{8C776A0C-07F7-4676-A415-0607BA042B9A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.ExtensionLogic</RootNamespace>
  12. <AssemblyName>EMIS.ExtensionLogic</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>..\..\EMIS.Web\bin\</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.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Xml" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Properties\AssemblyInfo.cs" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <ProjectReference Include="..\..\EMIS.Entities\EMIS.Entities.csproj">
  55. <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
  56. <Name>EMIS.Entities</Name>
  57. </ProjectReference>
  58. <ProjectReference Include="..\..\EMIS.SSDataLogic\EMIS.SSDataLogic.csproj">
  59. <Project>{8DB617C5-6DB3-4BCE-B5F0-028CFB0AB833}</Project>
  60. <Name>EMIS.SSDataLogic</Name>
  61. </ProjectReference>
  62. <ProjectReference Include="..\..\EMIS.Utility\EMIS.Utility.csproj">
  63. <Project>{E23364FA-480A-4A5D-95A4-ECBEDFDE03B4}</Project>
  64. <Name>EMIS.Utility</Name>
  65. </ProjectReference>
  66. <ProjectReference Include="..\..\EMIS.ViewModel\EMIS.ViewModel.csproj">
  67. <Project>{885CA886-40C2-480E-9576-E771C8F6032E}</Project>
  68. <Name>EMIS.ViewModel</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\EMIS.CommonLogic\EMIS.CommonLogic.csproj">
  71. <Project>{3F1264D0-C66F-4F85-A0C6-F4E43FEE616A}</Project>
  72. <Name>EMIS.CommonLogic</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\EMIS.ICommonLogic\EMIS.ICommonLogic.csproj">
  75. <Project>{5CE392A4-CCF8-437F-AC8D-C7BDD4F1731A}</Project>
  76. <Name>EMIS.ICommonLogic</Name>
  77. </ProjectReference>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <None Include="app.config" />
  81. </ItemGroup>
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  84. Other similar extension points exist, see Microsoft.Common.targets.
  85. <Target Name="BeforeBuild">
  86. </Target>
  87. <Target Name="AfterBuild">
  88. </Target>
  89. -->
  90. </Project>