Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

102 rader
4.2 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>{225506AC-C5DC-4DC8-B453-CC2341876DF5}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Quanjiang.DigitalScholl.License</RootNamespace>
  10. <AssemblyName>Quanjiang.DigitalScholl.License</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <TargetFrameworkProfile />
  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. <PlatformTarget>AnyCPU</PlatformTarget>
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Deployment" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.Windows.Forms" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Form1.cs">
  59. <SubType>Form</SubType>
  60. </Compile>
  61. <Compile Include="Form1.Designer.cs">
  62. <DependentUpon>Form1.cs</DependentUpon>
  63. </Compile>
  64. <Compile Include="Program.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. <EmbeddedResource Include="Form1.resx">
  67. <DependentUpon>Form1.cs</DependentUpon>
  68. </EmbeddedResource>
  69. <EmbeddedResource Include="Properties\Resources.resx">
  70. <Generator>ResXFileCodeGenerator</Generator>
  71. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  72. <SubType>Designer</SubType>
  73. </EmbeddedResource>
  74. <Compile Include="Properties\Resources.Designer.cs">
  75. <AutoGen>True</AutoGen>
  76. <DependentUpon>Resources.resx</DependentUpon>
  77. <DesignTime>True</DesignTime>
  78. </Compile>
  79. <None Include="app.config" />
  80. <None Include="packages.config" />
  81. <None Include="Properties\Settings.settings">
  82. <Generator>SettingsSingleFileGenerator</Generator>
  83. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  84. </None>
  85. <Compile Include="Properties\Settings.Designer.cs">
  86. <AutoGen>True</AutoGen>
  87. <DependentUpon>Settings.settings</DependentUpon>
  88. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  89. </Compile>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ProjectReference Include="..\Learun.Framework.Module\Learun.Util\Learun.Util\Learun.Util.csproj">
  93. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  94. <Name>Learun.Util</Name>
  95. </ProjectReference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Analyzer Include="..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  99. <Analyzer Include="..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. </Project>