ThesisProject.csproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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>{431FD57D-49D5-425B-9790-C04223875DDA}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ThesisProject</RootNamespace>
  10. <AssemblyName>ThesisProject</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <ApplicationIcon>icon.ico</ApplicationIcon>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="ICSharpCode.SharpZipLib, Version=1.3.2.10, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  55. <HintPath>..\packages\SharpZipLib.1.3.2\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Data.Linq" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Deployment" />
  66. <Reference Include="System.Windows.Forms" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="Forms\UserForm\Actions\ExamAct.cs" />
  71. <Compile Include="Forms\UserForm\Actions\GroupAct.cs" />
  72. <Compile Include="Forms\UserForm\Actions\ProModuleAct.cs" />
  73. <Compile Include="Forms\UserForm\AddGroupDialog\AddGroupDialog.cs">
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include="Forms\UserForm\AddGroupDialog\AddGroupDialog.Designer.cs">
  77. <DependentUpon>AddGroupDialog.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="Forms\UserForm\AddProModuleDialog\AddProModuleDialog.cs">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="Forms\UserForm\AddProModuleDialog\AddProModuleDialog.Designer.cs">
  83. <DependentUpon>AddProModuleDialog.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="Forms\UserForm\AddStudentDialog\AddStudentDialog.cs">
  86. <SubType>Form</SubType>
  87. </Compile>
  88. <Compile Include="Forms\UserForm\AddStudentDialog\AddStudentDialog.Designer.cs">
  89. <DependentUpon>AddStudentDialog.cs</DependentUpon>
  90. </Compile>
  91. <Compile Include="Forms\AdminForm\Main.cs">
  92. <SubType>Form</SubType>
  93. </Compile>
  94. <Compile Include="Forms\AdminForm\Main.Designer.cs">
  95. <DependentUpon>Main.cs</DependentUpon>
  96. </Compile>
  97. <Compile Include="Forms\AdminForm\Actions\Main.cs" />
  98. <Compile Include="Forms\KarpikEggForm\Main.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="Forms\KarpikEggForm\Main.Designer.cs">
  102. <DependentUpon>Main.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="Forms\LoginForm\Main.cs">
  105. <SubType>Form</SubType>
  106. </Compile>
  107. <Compile Include="Forms\LoginForm\Main.Designer.cs">
  108. <DependentUpon>Main.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="Forms\UserForm\Actions\StudentAct.cs" />
  111. <Compile Include="Forms\UserForm\Main.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="Forms\UserForm\Main.Designer.cs">
  115. <DependentUpon>Main.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="Modules\Crypto\Crypto.cs" />
  118. <Compile Include="Modules\DatabaseAdapter\DatabaseAdapter.designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DesignTime>True</DesignTime>
  121. <DependentUpon>DatabaseAdapter.dbml</DependentUpon>
  122. </Compile>
  123. <Compile Include="Modules\OpenForm\OpenForm.cs" />
  124. <Compile Include="Modules\TempData\TempData.cs" />
  125. <Compile Include="Program.cs" />
  126. <Compile Include="Properties\AssemblyInfo.cs" />
  127. <EmbeddedResource Include="Forms\UserForm\AddGroupDialog\AddGroupDialog.resx">
  128. <DependentUpon>AddGroupDialog.cs</DependentUpon>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="Forms\UserForm\AddProModuleDialog\AddProModuleDialog.resx">
  131. <DependentUpon>AddProModuleDialog.cs</DependentUpon>
  132. </EmbeddedResource>
  133. <EmbeddedResource Include="Forms\UserForm\AddStudentDialog\AddStudentDialog.resx">
  134. <DependentUpon>AddStudentDialog.cs</DependentUpon>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="Forms\AdminForm\Main.resx">
  137. <DependentUpon>Main.cs</DependentUpon>
  138. </EmbeddedResource>
  139. <EmbeddedResource Include="Forms\KarpikEggForm\Main.resx">
  140. <DependentUpon>Main.cs</DependentUpon>
  141. </EmbeddedResource>
  142. <EmbeddedResource Include="Forms\LoginForm\Main.resx">
  143. <DependentUpon>Main.cs</DependentUpon>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="Forms\UserForm\Main.resx">
  146. <DependentUpon>Main.cs</DependentUpon>
  147. </EmbeddedResource>
  148. <EmbeddedResource Include="Properties\Resources.resx">
  149. <Generator>ResXFileCodeGenerator</Generator>
  150. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  151. <SubType>Designer</SubType>
  152. </EmbeddedResource>
  153. <Compile Include="Properties\Resources.Designer.cs">
  154. <AutoGen>True</AutoGen>
  155. <DependentUpon>Resources.resx</DependentUpon>
  156. <DesignTime>True</DesignTime>
  157. </Compile>
  158. <None Include="Modules\DatabaseAdapter\DatabaseAdapter.dbml">
  159. <Generator>MSLinqToSQLGenerator</Generator>
  160. <LastGenOutput>DatabaseAdapter.designer.cs</LastGenOutput>
  161. <SubType>Designer</SubType>
  162. </None>
  163. <None Include="Modules\DatabaseAdapter\DatabaseAdapter.dbml.layout">
  164. <DependentUpon>DatabaseAdapter.dbml</DependentUpon>
  165. </None>
  166. <None Include="packages.config" />
  167. <None Include="Properties\Settings.settings">
  168. <Generator>SettingsSingleFileGenerator</Generator>
  169. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  170. </None>
  171. <Compile Include="Properties\Settings.Designer.cs">
  172. <AutoGen>True</AutoGen>
  173. <DependentUpon>Settings.settings</DependentUpon>
  174. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  175. </Compile>
  176. </ItemGroup>
  177. <ItemGroup>
  178. <None Include="App.config" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <None Include="README.md" />
  182. <None Include="Resources\ktc_logo.png" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
  186. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <None Include="Resources\karpegg.gif" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <Content Include="icon.ico" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  196. <Visible>False</Visible>
  197. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
  198. <Install>true</Install>
  199. </BootstrapperPackage>
  200. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  201. <Visible>False</Visible>
  202. <ProductName>.NET Framework 3.5 SP1</ProductName>
  203. <Install>false</Install>
  204. </BootstrapperPackage>
  205. </ItemGroup>
  206. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  207. </Project>