選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

146 行
5.8 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>StuMgmLib</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="SelectFrom.cs">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="SelectFrom.designer.cs">
  65. <DependentUpon>SelectFrom.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="LoginForm.cs">
  68. <SubType>Form</SubType>
  69. </Compile>
  70. <Compile Include="LoginForm.designer.cs">
  71. <DependentUpon>LoginForm.cs</DependentUpon>
  72. </Compile>
  73. <Compile Include="Program.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. <Compile Include="StudentForm.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="StudentForm.Designer.cs">
  79. <DependentUpon>StudentForm.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="StudentTree.cs">
  82. <SubType>UserControl</SubType>
  83. </Compile>
  84. <Compile Include="StudentTree.Designer.cs">
  85. <DependentUpon>StudentTree.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="StudentNavigation.cs">
  88. <SubType>UserControl</SubType>
  89. </Compile>
  90. <Compile Include="StudentNavigation.Designer.cs">
  91. <DependentUpon>StudentNavigation.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="SystemCtrl.cs" />
  94. <Compile Include="SystemData.cs" />
  95. <Compile Include="Utility.cs" />
  96. <EmbeddedResource Include="SelectFrom.resx">
  97. <DependentUpon>SelectFrom.cs</DependentUpon>
  98. </EmbeddedResource>
  99. <EmbeddedResource Include="LoginForm.resx">
  100. <DependentUpon>LoginForm.cs</DependentUpon>
  101. </EmbeddedResource>
  102. <EmbeddedResource Include="Properties\Resources.resx">
  103. <Generator>ResXFileCodeGenerator</Generator>
  104. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  105. <SubType>Designer</SubType>
  106. </EmbeddedResource>
  107. <Compile Include="Properties\Resources.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Resources.resx</DependentUpon>
  110. <DesignTime>True</DesignTime>
  111. </Compile>
  112. <EmbeddedResource Include="StudentForm.resx">
  113. <DependentUpon>StudentForm.cs</DependentUpon>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="StudentTree.resx">
  116. <DependentUpon>StudentTree.cs</DependentUpon>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="StudentNavigation.resx">
  119. <DependentUpon>StudentNavigation.cs</DependentUpon>
  120. </EmbeddedResource>
  121. <None Include="app.config" />
  122. <None Include="Properties\Settings.settings">
  123. <Generator>SettingsSingleFileGenerator</Generator>
  124. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  125. </None>
  126. <Compile Include="Properties\Settings.Designer.cs">
  127. <AutoGen>True</AutoGen>
  128. <DependentUpon>Settings.settings</DependentUpon>
  129. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  130. </Compile>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ProjectReference Include="..\StuMgmLib\StuMgmLib.csproj">
  134. <Project>{34ad3363-1b1c-4f4a-898c-c1a1f215fddd}</Project>
  135. <Name>StuMgmLib</Name>
  136. </ProjectReference>
  137. </ItemGroup>
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  140. Other similar extension points exist, see Microsoft.Common.targets.
  141. <Target Name="BeforeBuild">
  142. </Target>
  143. <Target Name="AfterBuild">
  144. </Target>
  145. -->
  146. </Project>