UA.NetXMLServer.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{357F49EF-0095-40FC-BA69-448F940E16AE}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>acdp</RootNamespace>
  12. <AssemblyName>ServerLesson03</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <IsWebBootstrapper>false</IsWebBootstrapper>
  20. <TargetFrameworkProfile />
  21. <PublishUrl>publish\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>obj\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>0</WarningLevel>
  44. <UseVSHostingProcess>false</UseVSHostingProcess>
  45. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  46. <Prefer32Bit>false</Prefer32Bit>
  47. <DocumentationFile>
  48. </DocumentationFile>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>obj\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <UseVSHostingProcess>false</UseVSHostingProcess>
  58. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  59. <Prefer32Bit>false</Prefer32Bit>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <ApplicationIcon>app.ico</ApplicationIcon>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="System" />
  66. <Reference Include="System.Core">
  67. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  68. </Reference>
  69. <Reference Include="System.Xml.Linq">
  70. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  71. </Reference>
  72. <Reference Include="System.Data.DataSetExtensions">
  73. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  74. </Reference>
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Xml" />
  77. <Reference Include="UnifiedAutomation.UaBase, Version=2.6.1.0, Culture=neutral, PublicKeyToken=90c158e6f23d82c1, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\..\..\bin\UnifiedAutomation.UaBase.dll</HintPath>
  80. </Reference>
  81. <Reference Include="UnifiedAutomation.UaServer, Version=2.6.1.0, Culture=neutral, PublicKeyToken=90c158e6f23d82c1, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\..\bin\UnifiedAutomation.UaServer.dll</HintPath>
  84. </Reference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="XMLNodeManager.cs" />
  88. <Compile Include="Model\BAIdentifiers.cs" />
  89. <Compile Include="Program.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="AcdpServerManager.cs" />
  92. <Compile Include="System\UnderlyingSystem.cs" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Content Include="app.ico" />
  96. <Content Include="Model\test.xml" />
  97. <EmbeddedResource Include="Model\buildingautomation.xml" />
  98. <EmbeddedResource Include="System\SystemConfiguration.xml" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <None Include="App.config" />
  102. <EmbeddedResource Include="License\License.lic" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  106. <Visible>False</Visible>
  107. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  108. <Install>false</Install>
  109. </BootstrapperPackage>
  110. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  111. <Visible>False</Visible>
  112. <ProductName>.NET Framework 3.5 SP1</ProductName>
  113. <Install>true</Install>
  114. </BootstrapperPackage>
  115. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  116. <Visible>False</Visible>
  117. <ProductName>Windows Installer 3.1</ProductName>
  118. <Install>true</Install>
  119. </BootstrapperPackage>
  120. </ItemGroup>
  121. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  122. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  123. Other similar extension points exist, see Microsoft.Common.targets.
  124. <Target Name="BeforeBuild">
  125. </Target>
  126. <Target Name="AfterBuild">
  127. </Target>
  128. -->
  129. </Project>