You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
3.3 KiB

1 month ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{91680649-ED73-4BD6-BC34-EF3161A6D410}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PeisStart</RootNamespace>
  11. <AssemblyName>PeisStart</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <UseVSHostingProcess>false</UseVSHostingProcess>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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. <PropertyGroup>
  35. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System">
  39. <Private>False</Private>
  40. </Reference>
  41. <Reference Include="System.Core">
  42. <Private>False</Private>
  43. </Reference>
  44. <Reference Include="System.Deployment" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xml.Linq">
  48. <Private>False</Private>
  49. </Reference>
  50. <Reference Include="System.Data.DataSetExtensions">
  51. <Private>False</Private>
  52. </Reference>
  53. <Reference Include="Microsoft.CSharp">
  54. <Private>False</Private>
  55. </Reference>
  56. <Reference Include="System.Data">
  57. <Private>False</Private>
  58. </Reference>
  59. <Reference Include="System.Xml">
  60. <Private>False</Private>
  61. </Reference>
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="ReportMethods.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <EmbeddedResource Include="app.config">
  69. <SubType>Designer</SubType>
  70. </EmbeddedResource>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ProjectReference Include="..\ReportLibrary\ReportLibrary.csproj">
  74. <Project>{7dfc4c8d-34c9-4b27-8f8e-688bf9e149b6}</Project>
  75. <Name>ReportLibrary</Name>
  76. </ProjectReference>
  77. </ItemGroup>
  78. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  79. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  80. Other similar extension points exist, see Microsoft.Common.targets.
  81. <Target Name="BeforeBuild">
  82. </Target>
  83. <Target Name="AfterBuild">
  84. </Target>
  85. -->
  86. </Project>