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.

141 rivejä
5.6 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{95FDEE92-6C6E-41F1-A1C3-2FCDB1413781}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>StuMgmClient</RootNamespace>
  11. <AssemblyName>StuMgmClient</AssemblyName>
  12. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <StartupObject>
  39. </StartupObject>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="MySql.Data, Version=5.2.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>bin\Debug\MySql.Data.dll</HintPath>
  45. </Reference>
  46. <Reference Include="MysqlDLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>bin\Debug\MysqlDLL.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  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="SystemComm.cs">
  59. <SubType>Code</SubType>
  60. </Compile>
  61. <Compile Include="Data.cs" />
  62. <Compile Include="SelectFrom.cs">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="SelectFrom.designer.cs">
  66. <DependentUpon>SelectFrom.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="LoginForm.cs">
  69. <SubType>Form</SubType>
  70. </Compile>
  71. <Compile Include="LoginForm.designer.cs">
  72. <DependentUpon>LoginForm.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="Program.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <Compile Include="StudentForm.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="StudentForm.Designer.cs">
  80. <DependentUpon>StudentForm.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="StudentTree.cs">
  83. <SubType>UserControl</SubType>
  84. </Compile>
  85. <Compile Include="StudentTree.Designer.cs">
  86. <DependentUpon>StudentTree.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="StudentNavigation.cs">
  89. <SubType>UserControl</SubType>
  90. </Compile>
  91. <Compile Include="StudentNavigation.Designer.cs">
  92. <DependentUpon>StudentNavigation.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="SystemCtrl.cs" />
  95. <Compile Include="SystemData.cs" />
  96. <Compile Include="Utility.cs" />
  97. <EmbeddedResource Include="SelectFrom.resx">
  98. <DependentUpon>SelectFrom.cs</DependentUpon>
  99. </EmbeddedResource>
  100. <EmbeddedResource Include="LoginForm.resx">
  101. <DependentUpon>LoginForm.cs</DependentUpon>
  102. </EmbeddedResource>
  103. <EmbeddedResource Include="Properties\Resources.resx">
  104. <Generator>ResXFileCodeGenerator</Generator>
  105. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  106. <SubType>Designer</SubType>
  107. </EmbeddedResource>
  108. <Compile Include="Properties\Resources.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DependentUpon>Resources.resx</DependentUpon>
  111. <DesignTime>True</DesignTime>
  112. </Compile>
  113. <EmbeddedResource Include="StudentForm.resx">
  114. <DependentUpon>StudentForm.cs</DependentUpon>
  115. </EmbeddedResource>
  116. <EmbeddedResource Include="StudentTree.resx">
  117. <DependentUpon>StudentTree.cs</DependentUpon>
  118. </EmbeddedResource>
  119. <EmbeddedResource Include="StudentNavigation.resx">
  120. <DependentUpon>StudentNavigation.cs</DependentUpon>
  121. </EmbeddedResource>
  122. <None Include="app.config" />
  123. <None Include="Properties\Settings.settings">
  124. <Generator>SettingsSingleFileGenerator</Generator>
  125. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  126. </None>
  127. <Compile Include="Properties\Settings.Designer.cs">
  128. <AutoGen>True</AutoGen>
  129. <DependentUpon>Settings.settings</DependentUpon>
  130. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  131. </Compile>
  132. </ItemGroup>
  133. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  134. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  135. Other similar extension points exist, see Microsoft.Common.targets.
  136. <Target Name="BeforeBuild">
  137. </Target>
  138. <Target Name="AfterBuild">
  139. </Target>
  140. -->
  141. </Project>