WindowsFormsAppGebel.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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>{FF2FADDE-3937-4433-ADFB-CEF0ECC91C4B}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WindowsFormsAppGebel</RootNamespace>
  10. <AssemblyName>WindowsFormsAppGebel</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <IsWebBootstrapper>false</IsWebBootstrapper>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  52. <DebugSymbols>true</DebugSymbols>
  53. <OutputPath>bin\x86\Debug\</OutputPath>
  54. <DefineConstants>DEBUG;TRACE</DefineConstants>
  55. <DebugType>full</DebugType>
  56. <PlatformTarget>x86</PlatformTarget>
  57. <LangVersion>7.3</LangVersion>
  58. <ErrorReport>prompt</ErrorReport>
  59. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  62. <OutputPath>bin\x86\Release\</OutputPath>
  63. <DefineConstants>TRACE</DefineConstants>
  64. <Optimize>true</Optimize>
  65. <DebugType>pdbonly</DebugType>
  66. <PlatformTarget>x86</PlatformTarget>
  67. <LangVersion>7.3</LangVersion>
  68. <ErrorReport>prompt</ErrorReport>
  69. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Reference Include="System" />
  73. <Reference Include="System.Core" />
  74. <Reference Include="System.Xml.Linq" />
  75. <Reference Include="System.Data.DataSetExtensions" />
  76. <Reference Include="Microsoft.CSharp" />
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.Deployment" />
  79. <Reference Include="System.Drawing" />
  80. <Reference Include="System.Net.Http" />
  81. <Reference Include="System.Windows.Forms" />
  82. <Reference Include="System.Xml" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="BD_Fam_GebelDataSet.cs">
  86. <DependentUpon>BD_Fam_GebelDataSet.xsd</DependentUpon>
  87. </Compile>
  88. <Compile Include="BD_Fam_GebelDataSet.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DesignTime>True</DesignTime>
  91. <DependentUpon>BD_Fam_GebelDataSet.xsd</DependentUpon>
  92. </Compile>
  93. <Compile Include="Form1.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="Form1.Designer.cs">
  97. <DependentUpon>Form1.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="Form2.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="Form2.Designer.cs">
  103. <DependentUpon>Form2.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="Program.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <EmbeddedResource Include="Form1.resx">
  108. <DependentUpon>Form1.cs</DependentUpon>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="Form2.resx">
  111. <DependentUpon>Form2.cs</DependentUpon>
  112. </EmbeddedResource>
  113. <EmbeddedResource Include="Properties\Resources.resx">
  114. <Generator>ResXFileCodeGenerator</Generator>
  115. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  116. <SubType>Designer</SubType>
  117. </EmbeddedResource>
  118. <Compile Include="Properties\Resources.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DependentUpon>Resources.resx</DependentUpon>
  121. <DesignTime>True</DesignTime>
  122. </Compile>
  123. <None Include="BD_Fam_GebelDataSet.xsc">
  124. <DependentUpon>BD_Fam_GebelDataSet.xsd</DependentUpon>
  125. </None>
  126. <None Include="BD_Fam_GebelDataSet.xsd">
  127. <Generator>MSDataSetGenerator</Generator>
  128. <LastGenOutput>BD_Fam_GebelDataSet.Designer.cs</LastGenOutput>
  129. <SubType>Designer</SubType>
  130. </None>
  131. <None Include="BD_Fam_GebelDataSet.xss">
  132. <DependentUpon>BD_Fam_GebelDataSet.xsd</DependentUpon>
  133. </None>
  134. <None Include="Properties\Settings.settings">
  135. <Generator>SettingsSingleFileGenerator</Generator>
  136. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  137. </None>
  138. <Compile Include="Properties\Settings.Designer.cs">
  139. <AutoGen>True</AutoGen>
  140. <DependentUpon>Settings.settings</DependentUpon>
  141. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  142. </Compile>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="App.config" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <Content Include="BD_Fam_Gebel.mdf">
  149. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  150. </Content>
  151. <Content Include="BD_Fam_Gebel_log.ldf">
  152. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  153. <DependentUpon>BD_Fam_Gebel.mdf</DependentUpon>
  154. </Content>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  158. <Visible>False</Visible>
  159. <ProductName>.NET Framework 3.5 SP1</ProductName>
  160. <Install>false</Install>
  161. </BootstrapperPackage>
  162. </ItemGroup>
  163. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  164. </Project>