CreateTableColumnFile.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{139BDA55-0851-4D84-AE28-A8FE89E0928D}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CreateTableColumnFile</RootNamespace>
  12. <AssemblyName>CreateTableColumnFile</AssemblyName>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation>
  17. </UpgradeBackupLocation>
  18. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. <TargetFrameworkProfile />
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <Prefer32Bit>false</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <Prefer32Bit>false</Prefer32Bit>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core">
  58. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Deployment" />
  62. <Reference Include="System.Design" />
  63. <Reference Include="System.Drawing" />
  64. <Reference Include="System.Windows.Forms" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="frmMain.cs">
  69. <SubType>Form</SubType>
  70. </Compile>
  71. <Compile Include="frmMain.Designer.cs">
  72. <DependentUpon>frmMain.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="Program.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <Compile Include="SetProperties.cs" />
  77. <EmbeddedResource Include="frmMain.resx">
  78. <SubType>Designer</SubType>
  79. <DependentUpon>frmMain.cs</DependentUpon>
  80. </EmbeddedResource>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="..\SysBaseLibs\SysBaseLibs.csproj">
  84. <Project>{218571B2-0314-487C-9723-26FDF417E58E}</Project>
  85. <Name>SysBaseLibs</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\SysDataLibs\SysDataLibs.csproj">
  88. <Project>{C91B9FD0-9DD2-40F8-B6CE-515696259D42}</Project>
  89. <Name>SysDataLibs</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\SysSecLibs\SysSecLibs.csproj">
  92. <Project>{8B4D579E-DDA2-493B-8B2A-1E9E365A4DE6}</Project>
  93. <Name>SysSecLibs</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  98. <Visible>False</Visible>
  99. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  100. <Install>false</Install>
  101. </BootstrapperPackage>
  102. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  103. <Visible>False</Visible>
  104. <ProductName>.NET Framework 3.5 SP1</ProductName>
  105. <Install>true</Install>
  106. </BootstrapperPackage>
  107. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  108. <Visible>False</Visible>
  109. <ProductName>Windows Installer 3.1</ProductName>
  110. <Install>true</Install>
  111. </BootstrapperPackage>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <None Include="app.config" />
  115. </ItemGroup>
  116. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  117. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  118. Other similar extension points exist, see Microsoft.Common.targets.
  119. <Target Name="BeforeBuild">
  120. </Target>
  121. <Target Name="AfterBuild">
  122. </Target>
  123. -->
  124. </Project>