TestWSR4.csproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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>{35A4371C-5B9E-4B34-9271-9E278E7FC2E7}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>TestWSR4</RootNamespace>
  10. <AssemblyName>TestWSR4</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</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="Forms\MainFrm.cs">
  59. <SubType>Form</SubType>
  60. </Compile>
  61. <Compile Include="Forms\MainFrm.Designer.cs">
  62. <DependentUpon>MainFrm.cs</DependentUpon>
  63. </Compile>
  64. <Compile Include="Forms\ProductFrm.cs">
  65. <SubType>Form</SubType>
  66. </Compile>
  67. <Compile Include="Forms\ProductFrm.Designer.cs">
  68. <DependentUpon>ProductFrm.cs</DependentUpon>
  69. </Compile>
  70. <Compile Include="Models\Agent.cs">
  71. <DependentUpon>mainModel.tt</DependentUpon>
  72. </Compile>
  73. <Compile Include="Models\AgentPriorityHistory.cs">
  74. <DependentUpon>mainModel.tt</DependentUpon>
  75. </Compile>
  76. <Compile Include="Models\AgentType.cs">
  77. <DependentUpon>mainModel.tt</DependentUpon>
  78. </Compile>
  79. <Compile Include="Models\mainModel.Context.cs">
  80. <AutoGen>True</AutoGen>
  81. <DesignTime>True</DesignTime>
  82. <DependentUpon>mainModel.Context.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="Models\mainModel.cs">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>mainModel.tt</DependentUpon>
  88. </Compile>
  89. <Compile Include="Models\mainModel.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DesignTime>True</DesignTime>
  92. <DependentUpon>mainModel.edmx</DependentUpon>
  93. </Compile>
  94. <Compile Include="Models\Material.cs">
  95. <DependentUpon>mainModel.tt</DependentUpon>
  96. </Compile>
  97. <Compile Include="Models\MaterialCountHistory.cs">
  98. <DependentUpon>mainModel.tt</DependentUpon>
  99. </Compile>
  100. <Compile Include="Models\MaterialType.cs">
  101. <DependentUpon>mainModel.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="Models\Product.cs">
  104. <DependentUpon>mainModel.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="Models\ProductCostHistory.cs">
  107. <DependentUpon>mainModel.tt</DependentUpon>
  108. </Compile>
  109. <Compile Include="Models\ProductMaterial.cs">
  110. <DependentUpon>mainModel.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="Models\ProductSale.cs">
  113. <DependentUpon>mainModel.tt</DependentUpon>
  114. </Compile>
  115. <Compile Include="Models\ProductType.cs">
  116. <DependentUpon>mainModel.tt</DependentUpon>
  117. </Compile>
  118. <Compile Include="Models\Shop.cs">
  119. <DependentUpon>mainModel.tt</DependentUpon>
  120. </Compile>
  121. <Compile Include="Models\Supplier.cs">
  122. <DependentUpon>mainModel.tt</DependentUpon>
  123. </Compile>
  124. <Compile Include="Models\sysdiagrams.cs">
  125. <DependentUpon>mainModel.tt</DependentUpon>
  126. </Compile>
  127. <Compile Include="Program.cs" />
  128. <Compile Include="Properties\AssemblyInfo.cs" />
  129. <Compile Include="TestWSR4DataSet.Designer.cs">
  130. <AutoGen>True</AutoGen>
  131. <DesignTime>True</DesignTime>
  132. <DependentUpon>TestWSR4DataSet.xsd</DependentUpon>
  133. </Compile>
  134. <EmbeddedResource Include="Forms\MainFrm.resx">
  135. <DependentUpon>MainFrm.cs</DependentUpon>
  136. </EmbeddedResource>
  137. <EmbeddedResource Include="Forms\ProductFrm.resx">
  138. <DependentUpon>ProductFrm.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="Properties\Resources.resx">
  141. <Generator>ResXFileCodeGenerator</Generator>
  142. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  143. <SubType>Designer</SubType>
  144. </EmbeddedResource>
  145. <Compile Include="Properties\Resources.Designer.cs">
  146. <AutoGen>True</AutoGen>
  147. <DependentUpon>Resources.resx</DependentUpon>
  148. <DesignTime>True</DesignTime>
  149. </Compile>
  150. <EntityDeploy Include="Models\mainModel.edmx">
  151. <Generator>EntityModelCodeGenerator</Generator>
  152. <LastGenOutput>mainModel.Designer.cs</LastGenOutput>
  153. </EntityDeploy>
  154. <None Include="Models\mainModel.edmx.diagram">
  155. <DependentUpon>mainModel.edmx</DependentUpon>
  156. </None>
  157. <None Include="packages.config" />
  158. <None Include="Properties\Settings.settings">
  159. <Generator>SettingsSingleFileGenerator</Generator>
  160. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  161. </None>
  162. <Compile Include="Properties\Settings.Designer.cs">
  163. <AutoGen>True</AutoGen>
  164. <DependentUpon>Settings.settings</DependentUpon>
  165. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  166. </Compile>
  167. <None Include="TestWSR4DataSet.xsc">
  168. <DependentUpon>TestWSR4DataSet.xsd</DependentUpon>
  169. </None>
  170. <None Include="TestWSR4DataSet.xsd">
  171. <Generator>MSDataSetGenerator</Generator>
  172. <LastGenOutput>TestWSR4DataSet.Designer.cs</LastGenOutput>
  173. <SubType>Designer</SubType>
  174. </None>
  175. <None Include="TestWSR4DataSet.xss">
  176. <DependentUpon>TestWSR4DataSet.xsd</DependentUpon>
  177. </None>
  178. </ItemGroup>
  179. <ItemGroup>
  180. <None Include="App.config" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <Content Include="Models\mainModel.Context.tt">
  184. <Generator>TextTemplatingFileGenerator</Generator>
  185. <LastGenOutput>mainModel.Context.cs</LastGenOutput>
  186. <DependentUpon>mainModel.edmx</DependentUpon>
  187. </Content>
  188. <Content Include="Models\mainModel.tt">
  189. <Generator>TextTemplatingFileGenerator</Generator>
  190. <DependentUpon>mainModel.edmx</DependentUpon>
  191. <LastGenOutput>mainModel.cs</LastGenOutput>
  192. </Content>
  193. <Content Include="Pictures\Восьмерка.ico" />
  194. <Content Include="Pictures\Восьмерка.png" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  198. </ItemGroup>
  199. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  200. </Project>