ШампороваЯИ3.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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>{04C434C9-7C88-4807-8450-C95764E4B0A0}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ШампороваЯИ3</RootNamespace>
  10. <AssemblyName>ШампороваЯИ3</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  36. <HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath>
  37. </Reference>
  38. <Reference Include="System" />
  39. <Reference Include="System.ComponentModel.DataAnnotations" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Data.Entity" />
  42. <Reference Include="System.Runtime.Serialization" />
  43. <Reference Include="System.Security" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Deployment" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Form1.cs">
  55. <SubType>Form</SubType>
  56. </Compile>
  57. <Compile Include="Form1.Designer.cs">
  58. <DependentUpon>Form1.cs</DependentUpon>
  59. </Compile>
  60. <Compile Include="Form2.cs">
  61. <SubType>Form</SubType>
  62. </Compile>
  63. <Compile Include="Form2.Designer.cs">
  64. <DependentUpon>Form2.cs</DependentUpon>
  65. </Compile>
  66. <Compile Include="Form3.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="Form3.Designer.cs">
  70. <DependentUpon>Form3.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="Form4.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="Form4.Designer.cs">
  76. <DependentUpon>Form4.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="Model.Context.cs">
  79. <AutoGen>True</AutoGen>
  80. <DesignTime>True</DesignTime>
  81. <DependentUpon>Model.Context.tt</DependentUpon>
  82. </Compile>
  83. <Compile Include="Model.cs">
  84. <AutoGen>True</AutoGen>
  85. <DesignTime>True</DesignTime>
  86. <DependentUpon>Model.tt</DependentUpon>
  87. </Compile>
  88. <Compile Include="Model.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DesignTime>True</DesignTime>
  91. <DependentUpon>Model.edmx</DependentUpon>
  92. </Compile>
  93. <Compile Include="Program.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <Compile Include="sysdiagram.cs">
  96. <DependentUpon>Model.tt</DependentUpon>
  97. </Compile>
  98. <Compile Include="Аудитория.cs">
  99. <DependentUpon>Model.tt</DependentUpon>
  100. </Compile>
  101. <Compile Include="Группа.cs">
  102. <DependentUpon>Model.tt</DependentUpon>
  103. </Compile>
  104. <Compile Include="Занятие.cs">
  105. <DependentUpon>Model.tt</DependentUpon>
  106. </Compile>
  107. <Compile Include="Преподаватели.cs">
  108. <DependentUpon>Model.tt</DependentUpon>
  109. </Compile>
  110. <Compile Include="Расписание.cs">
  111. <DependentUpon>Model.tt</DependentUpon>
  112. </Compile>
  113. <Compile Include="ШампороваЯИ3DataSet.Designer.cs">
  114. <AutoGen>True</AutoGen>
  115. <DesignTime>True</DesignTime>
  116. <DependentUpon>ШампороваЯИ3DataSet.xsd</DependentUpon>
  117. </Compile>
  118. <EmbeddedResource Include="Form1.resx">
  119. <DependentUpon>Form1.cs</DependentUpon>
  120. </EmbeddedResource>
  121. <EmbeddedResource Include="Form2.resx">
  122. <DependentUpon>Form2.cs</DependentUpon>
  123. </EmbeddedResource>
  124. <EmbeddedResource Include="Form3.resx">
  125. <DependentUpon>Form3.cs</DependentUpon>
  126. </EmbeddedResource>
  127. <EmbeddedResource Include="Form4.resx">
  128. <DependentUpon>Form4.cs</DependentUpon>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="Properties\Resources.resx">
  131. <Generator>ResXFileCodeGenerator</Generator>
  132. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  133. <SubType>Designer</SubType>
  134. </EmbeddedResource>
  135. <Compile Include="Properties\Resources.Designer.cs">
  136. <AutoGen>True</AutoGen>
  137. <DependentUpon>Resources.resx</DependentUpon>
  138. </Compile>
  139. <None Include="app.config" />
  140. <EntityDeploy Include="Model.edmx">
  141. <Generator>EntityModelCodeGenerator</Generator>
  142. <LastGenOutput>Model.Designer.cs</LastGenOutput>
  143. </EntityDeploy>
  144. <None Include="Model.edmx.diagram">
  145. <DependentUpon>Model.edmx</DependentUpon>
  146. </None>
  147. <None Include="packages.config" />
  148. <None Include="Properties\Settings.settings">
  149. <Generator>SettingsSingleFileGenerator</Generator>
  150. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  151. </None>
  152. <Compile Include="Properties\Settings.Designer.cs">
  153. <AutoGen>True</AutoGen>
  154. <DependentUpon>Settings.settings</DependentUpon>
  155. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  156. </Compile>
  157. <None Include="ШампороваЯИ3DataSet.xsc">
  158. <DependentUpon>ШампороваЯИ3DataSet.xsd</DependentUpon>
  159. </None>
  160. <None Include="ШампороваЯИ3DataSet.xsd">
  161. <Generator>MSDataSetGenerator</Generator>
  162. <LastGenOutput>ШампороваЯИ3DataSet.Designer.cs</LastGenOutput>
  163. <SubType>Designer</SubType>
  164. </None>
  165. <None Include="ШампороваЯИ3DataSet.xss">
  166. <DependentUpon>ШампороваЯИ3DataSet.xsd</DependentUpon>
  167. </None>
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Content Include="Model.Context.tt">
  171. <Generator>TextTemplatingFileGenerator</Generator>
  172. <LastGenOutput>Model.Context.cs</LastGenOutput>
  173. <DependentUpon>Model.edmx</DependentUpon>
  174. </Content>
  175. <Content Include="Model.tt">
  176. <Generator>TextTemplatingFileGenerator</Generator>
  177. <DependentUpon>Model.edmx</DependentUpon>
  178. <LastGenOutput>Model.cs</LastGenOutput>
  179. </Content>
  180. </ItemGroup>
  181. <ItemGroup>
  182. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  183. </ItemGroup>
  184. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  185. </Project>