OpenSEMI.Core.csproj 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{C4CD3D7B-CB40-47D5-AB04-DF05007E5B6A}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <OutputType>Library</OutputType>
  8. <AssemblyName>OpenSEMI.Core</AssemblyName>
  9. <TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
  10. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  11. <WarningLevel>4</WarningLevel>
  12. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  13. <TargetFrameworkProfile />
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  25. <OutputPath>bin\Release\</OutputPath>
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  31. <NoWarn>CS0168</NoWarn>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="log4net">
  35. <HintPath>..\..\ThirdParty\log4net.dll</HintPath>
  36. </Reference>
  37. <Reference Include="System">
  38. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System.Core">
  41. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll</HintPath>
  42. </Reference>
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="OpenSEMI.Core.Container\CachedTypeInfo.cs" />
  46. <Compile Include="OpenSEMI.Core.Container\ConstructorCache.cs" />
  47. <Compile Include="OpenSEMI.Core.Container\IContainer.cs" />
  48. <Compile Include="OpenSEMI.Core.Container\ParameterCache.cs" />
  49. <Compile Include="OpenSEMI.Core.Container\TypeResolver.cs" />
  50. <Compile Include="OpenSEMI.Core.Container\w.cs" />
  51. <Compile Include="OpenSEMI.Core.Database\IDatabase.cs" />
  52. <Compile Include="OpenSEMI.Core.Msg\MsgPool.cs" />
  53. <Compile Include="OpenSEMI.Core.Publisher\IPublisher.cs" />
  54. <Compile Include="OpenSEMI.Core.Publisher\Publisher.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. </ItemGroup>
  57. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  58. </Project>