SIMDP.Model.csproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{B67761AF-DB23-4338-96BA-70AE33DD6DA8}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SIMDP.Model</RootNamespace>
  11. <AssemblyName>SIMDP.Model</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="log4net, Version=2.0.14.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  36. <HintPath>..\packages\log4net.2.0.14\lib\net45\log4net.dll</HintPath>
  37. </Reference>
  38. <Reference Include="System" />
  39. <Reference Include="System.Configuration" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Runtime.Serialization" />
  42. <Reference Include="System.Web" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Net.Http" />
  48. <Reference Include="System.Xml" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="MoAuthoryGroup.cs" />
  52. <Compile Include="MoAuthoryRight.cs" />
  53. <Compile Include="MoAuthoryRole.cs" />
  54. <Compile Include="MoAuthoryUser.cs" />
  55. <Compile Include="MoColorContrast.cs" />
  56. <Compile Include="MoModelContrast.cs" />
  57. <Compile Include="MoMtocData.cs" />
  58. <Compile Include="MoSchedulerJob.cs" />
  59. <Compile Include="MoSystemNotice.cs" />
  60. <Compile Include="MoUserParameter.cs" />
  61. <Compile Include="MoSequence.cs" />
  62. <Compile Include="MoWhite.cs" />
  63. <Compile Include="MoDataGroup.cs" />
  64. <Compile Include="MoDataPoint.cs" />
  65. <Compile Include="MoGroupRole.cs" />
  66. <Compile Include="MoLogLogIn.cs" />
  67. <Compile Include="MoLogOperation.cs" />
  68. <Compile Include="MoLogOperationSetting.cs" />
  69. <Compile Include="MoMenuInfo.cs" />
  70. <Compile Include="MoPlcInfo.cs" />
  71. <Compile Include="MoProductData.cs" />
  72. <Compile Include="MoRoleRight.cs" />
  73. <Compile Include="MoRule.cs" />
  74. <Compile Include="MoSystemParameter.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <Compile Include="MoUserRole.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\ProjectBase.Data\ProjectBase.Data.csproj">
  80. <Project>{ec573c83-a921-4670-bf62-f57f836649cc}</Project>
  81. <Name>ProjectBase.Data</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\ProjectBase.Util\ProjectBase.Util.csproj">
  84. <Project>{86a2b1c2-efca-48b2-bea4-be7db24be679}</Project>
  85. <Name>ProjectBase.Util</Name>
  86. </ProjectReference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="app.config" />
  90. <None Include="packages.config" />
  91. </ItemGroup>
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. </Project>