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.
 
 
 
 
 
 

123 lines
5.8 KiB

  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>{E17E5ACC-AF20-45EB-8A78-6DC07C9E01D0}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Quanjiang.DigitalScholl.Tools</RootNamespace>
  10. <AssemblyName>Quanjiang.DigitalScholl.Tools</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  37. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  38. </Reference>
  39. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.ComponentModel.DataAnnotations" />
  44. <Reference Include="System.Core" />
  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.Deployment" />
  50. <Reference Include="System.Drawing" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Windows.Forms" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Form1.cs">
  57. <SubType>Form</SubType>
  58. </Compile>
  59. <Compile Include="Form1.Designer.cs">
  60. <DependentUpon>Form1.cs</DependentUpon>
  61. </Compile>
  62. <Compile Include="FormProgress.cs">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="FormProgress.Designer.cs">
  66. <DependentUpon>FormProgress.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="Program.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <EmbeddedResource Include="Form1.resx">
  71. <DependentUpon>Form1.cs</DependentUpon>
  72. </EmbeddedResource>
  73. <EmbeddedResource Include="FormProgress.resx">
  74. <DependentUpon>FormProgress.cs</DependentUpon>
  75. </EmbeddedResource>
  76. <EmbeddedResource Include="Properties\Resources.resx">
  77. <Generator>ResXFileCodeGenerator</Generator>
  78. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  79. <SubType>Designer</SubType>
  80. </EmbeddedResource>
  81. <Compile Include="Properties\Resources.Designer.cs">
  82. <AutoGen>True</AutoGen>
  83. <DependentUpon>Resources.resx</DependentUpon>
  84. <DesignTime>True</DesignTime>
  85. </Compile>
  86. <None Include="packages.config" />
  87. <None Include="Properties\Settings.settings">
  88. <Generator>SettingsSingleFileGenerator</Generator>
  89. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  90. </None>
  91. <Compile Include="Properties\Settings.Designer.cs">
  92. <AutoGen>True</AutoGen>
  93. <DependentUpon>Settings.settings</DependentUpon>
  94. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  95. </Compile>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="App.config" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ProjectReference Include="..\Learun.Framework.Module\Learun.Application.Module\Learun.Application.Mapping\Learun.Application.Mapping.csproj">
  102. <Project>{79f8e2f1-08e7-4336-93e0-512b39f9dd54}</Project>
  103. <Name>Learun.Application.Mapping</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\Learun.Framework.Module\Learun.Application.Module\Learun.Application.TwoDevelopment\Learun.Application.TwoDevelopment.csproj">
  106. <Project>{56f9a112-fd96-4809-98f4-0d7c5de0711b}</Project>
  107. <Name>Learun.Application.TwoDevelopment</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\Learun.Framework.Module\Learun.Db\Learun.DataBase.EF.Oracle\Learun.DataBase.Oracle.csproj">
  110. <Project>{82069f3a-ab45-4f8b-b2bf-a36b14208f41}</Project>
  111. <Name>Learun.DataBase.Oracle</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\Learun.Framework.Module\Learun.Db\Learun.DataBase.EF.Sqlserver\Learun.DataBase.SqlServer.csproj">
  114. <Project>{890532f8-5205-4ee9-965c-84500cad24de}</Project>
  115. <Name>Learun.DataBase.SqlServer</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\Learun.Framework.Module\Learun.Db\Learun.DataBase.MySql\Learun.DataBase.MySqlEx.csproj">
  118. <Project>{fe4cb79e-7f98-4683-bc4a-5173a5bc5636}</Project>
  119. <Name>Learun.DataBase.MySqlEx</Name>
  120. </ProjectReference>
  121. </ItemGroup>
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. </Project>