beautyprog.csproj 7.3 KB

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