长瑞集成系统
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.

94 lines
3.6 KiB

3 years ago
  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>{1F45ACDA-6CEB-42AC-9629-33A67445B42D}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ICSSoft.Entity</RootNamespace>
  12. <AssemblyName>ICSSoft.Entity</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>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.Data.Linq" />
  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="EntityDataContext.cs">
  53. <DependentUpon>EntityDataContext.dbml</DependentUpon>
  54. </Compile>
  55. <Compile Include="EntityDataContext.designer.cs">
  56. <AutoGen>True</AutoGen>
  57. <DesignTime>True</DesignTime>
  58. <DependentUpon>EntityDataContext.dbml</DependentUpon>
  59. </Compile>
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="Properties\Settings.Designer.cs">
  62. <AutoGen>True</AutoGen>
  63. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  64. <DependentUpon>Settings.settings</DependentUpon>
  65. </Compile>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <None Include="app.config" />
  69. <None Include="EntityDataContext.dbml">
  70. <Generator>MSLinqToSQLGenerator</Generator>
  71. <LastGenOutput>EntityDataContext.designer.cs</LastGenOutput>
  72. <SubType>Designer</SubType>
  73. </None>
  74. <None Include="Properties\Settings.settings">
  75. <Generator>SettingsSingleFileGenerator</Generator>
  76. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  77. </None>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <None Include="EntityDataContext.dbml.layout">
  84. <DependentUpon>EntityDataContext.dbml</DependentUpon>
  85. </None>
  86. </ItemGroup>
  87. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  88. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  89. Other similar extension points exist, see Microsoft.Common.targets.
  90. <Target Name="BeforeBuild">
  91. </Target>
  92. <Target Name="AfterBuild">
  93. </Target>
  94. -->
  95. </Project>