星火微课系统客户端
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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>{445A4527-849B-4FA9-AA97-8ED1098D211E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XHWK.Model</RootNamespace>
  11. <AssemblyName>XHWK.Model</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Ink, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  35. <HintPath>..\packages\Ink.0.5.0\lib\net451\Ink.dll</HintPath>
  36. </Reference>
  37. <Reference Include="NStandard, Version=0.4.15.0, Culture=neutral, processorArchitecture=MSIL">
  38. <HintPath>..\packages\NStandard.0.4.15\lib\net451\NStandard.dll</HintPath>
  39. </Reference>
  40. <Reference Include="PresentationCore" />
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Drawing" />
  44. <Reference Include="System.Web" />
  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.Net.Http" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="ComboBoxBean.cs" />
  54. <Compile Include="Model_App.cs" />
  55. <Compile Include="Model_Canvas.cs" />
  56. <Compile Include="Model_DirectorList.cs" />
  57. <Compile Include="Model_DrawData.cs" />
  58. <Compile Include="Model_Page.cs" />
  59. <Compile Include="Model_ResourceAddTwo.cs" />
  60. <Compile Include="Model_ResourceAdd.cs" />
  61. <Compile Include="Model_Screenshot.cs" />
  62. <Compile Include="Model_Signatures.cs" />
  63. <Compile Include="Model_TmatrixCode.cs" />
  64. <Compile Include="Model_TsubjectbookList.cs" />
  65. <Compile Include="Model_UserInfo.cs" />
  66. <Compile Include="Model_Video.cs" />
  67. <Compile Include="Model_WKData.cs" />
  68. <Compile Include="NotifyModel.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <Compile Include="ResultVo.cs" />
  71. <Compile Include="ViewModel.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <None Include="packages.config" />
  75. </ItemGroup>
  76. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  77. </Project>