FlowSettingTest.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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>{137279FD-FFE9-4FE3-8D42-C19A2CB5A7C1}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FlowSettingTest</RootNamespace>
  11. <AssemblyName>FlowSettingTest</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. <PublishUrl>发布\</PublishUrl>
  23. <Install>true</Install>
  24. <InstallFrom>Disk</InstallFrom>
  25. <UpdateEnabled>false</UpdateEnabled>
  26. <UpdateMode>Foreground</UpdateMode>
  27. <UpdateInterval>7</UpdateInterval>
  28. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29. <UpdatePeriodically>false</UpdatePeriodically>
  30. <UpdateRequired>false</UpdateRequired>
  31. <MapFileExtensions>true</MapFileExtensions>
  32. <ApplicationRevision>0</ApplicationRevision>
  33. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  34. <IsWebBootstrapper>false</IsWebBootstrapper>
  35. <UseApplicationTrust>false</UseApplicationTrust>
  36. <BootstrapperEnabled>true</BootstrapperEnabled>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <PlatformTarget>AnyCPU</PlatformTarget>
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>full</DebugType>
  42. <Optimize>false</Optimize>
  43. <OutputPath>bin\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  58. <DebugSymbols>true</DebugSymbols>
  59. <OutputPath>bin\x86\Debug\</OutputPath>
  60. <DefineConstants>DEBUG;TRACE</DefineConstants>
  61. <DebugType>full</DebugType>
  62. <PlatformTarget>x86</PlatformTarget>
  63. <ErrorReport>prompt</ErrorReport>
  64. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  65. <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  68. <OutputPath>bin\x86\Release\</OutputPath>
  69. <DefineConstants>TRACE</DefineConstants>
  70. <Optimize>true</Optimize>
  71. <DebugType>pdbonly</DebugType>
  72. <PlatformTarget>x86</PlatformTarget>
  73. <ErrorReport>prompt</ErrorReport>
  74. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  77. <DebugSymbols>true</DebugSymbols>
  78. <OutputPath>bin\x64\Debug\</OutputPath>
  79. <DefineConstants>DEBUG;TRACE</DefineConstants>
  80. <DebugType>full</DebugType>
  81. <PlatformTarget>x64</PlatformTarget>
  82. <ErrorReport>prompt</ErrorReport>
  83. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  86. <OutputPath>bin\x64\Release\</OutputPath>
  87. <DefineConstants>TRACE</DefineConstants>
  88. <Optimize>true</Optimize>
  89. <DebugType>pdbonly</DebugType>
  90. <PlatformTarget>x64</PlatformTarget>
  91. <ErrorReport>prompt</ErrorReport>
  92. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  93. </PropertyGroup>
  94. <ItemGroup>
  95. <Reference Include="System" />
  96. <Reference Include="System.Core" />
  97. <Reference Include="System.Xml.Linq" />
  98. <Reference Include="System.Data.DataSetExtensions" />
  99. <Reference Include="Microsoft.CSharp" />
  100. <Reference Include="System.Data" />
  101. <Reference Include="System.Deployment" />
  102. <Reference Include="System.Drawing" />
  103. <Reference Include="System.Windows.Forms" />
  104. <Reference Include="System.Xml" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Compile Include="Form1.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="Form1.Designer.cs">
  111. <DependentUpon>Form1.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="Form2.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="Form2.Designer.cs">
  117. <DependentUpon>Form2.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="Form3.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="Form3.Designer.cs">
  123. <DependentUpon>Form3.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Program.cs" />
  126. <Compile Include="Properties\AssemblyInfo.cs" />
  127. <EmbeddedResource Include="Form1.resx">
  128. <DependentUpon>Form1.cs</DependentUpon>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="Form2.resx">
  131. <DependentUpon>Form2.cs</DependentUpon>
  132. </EmbeddedResource>
  133. <EmbeddedResource Include="Form3.resx">
  134. <DependentUpon>Form3.cs</DependentUpon>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="Properties\Resources.resx">
  137. <Generator>ResXFileCodeGenerator</Generator>
  138. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  139. <SubType>Designer</SubType>
  140. </EmbeddedResource>
  141. <Compile Include="Properties\Resources.Designer.cs">
  142. <AutoGen>True</AutoGen>
  143. <DependentUpon>Resources.resx</DependentUpon>
  144. </Compile>
  145. <None Include="App.config" />
  146. <None Include="Properties\Settings.settings">
  147. <Generator>SettingsSingleFileGenerator</Generator>
  148. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  149. </None>
  150. <Compile Include="Properties\Settings.Designer.cs">
  151. <AutoGen>True</AutoGen>
  152. <DependentUpon>Settings.settings</DependentUpon>
  153. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  154. </Compile>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  158. <Visible>False</Visible>
  159. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  160. <Install>true</Install>
  161. </BootstrapperPackage>
  162. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  163. <Visible>False</Visible>
  164. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  165. <Install>false</Install>
  166. </BootstrapperPackage>
  167. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  168. <Visible>False</Visible>
  169. <ProductName>.NET Framework 3.5 SP1</ProductName>
  170. <Install>false</Install>
  171. </BootstrapperPackage>
  172. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  173. <Visible>False</Visible>
  174. <ProductName>Windows Installer 4.5</ProductName>
  175. <Install>true</Install>
  176. </BootstrapperPackage>
  177. </ItemGroup>
  178. <ItemGroup>
  179. <EmbeddedResource Include="images\asunderNode.png" />
  180. <EmbeddedResource Include="images\attribute.png" />
  181. <EmbeddedResource Include="images\back1.gif" />
  182. <EmbeddedResource Include="images\back2.gif" />
  183. <EmbeddedResource Include="images\back3.gif" />
  184. <EmbeddedResource Include="images\back4.gif" />
  185. <EmbeddedResource Include="images\back5.gif" />
  186. <EmbeddedResource Include="images\convergeNode.png" />
  187. <EmbeddedResource Include="images\dataNode.png" />
  188. <EmbeddedResource Include="images\endNode.png" />
  189. <EmbeddedResource Include="images\gatherNode.png" />
  190. <EmbeddedResource Include="images\generalNode.png" />
  191. <EmbeddedResource Include="images\gradationNode.png" />
  192. <EmbeddedResource Include="images\judgementNode.png" />
  193. <EmbeddedResource Include="images\left.gif" />
  194. <EmbeddedResource Include="images\message.jpg" />
  195. <EmbeddedResource Include="images\newFlow.jpg" />
  196. <EmbeddedResource Include="images\newflow.png" />
  197. <EmbeddedResource Include="images\newflowcheck.png" />
  198. <EmbeddedResource Include="images\right.gif" />
  199. <EmbeddedResource Include="images\specificallyOperationNode.png" />
  200. <EmbeddedResource Include="images\startNode.png" />
  201. <EmbeddedResource Include="images\synchronizationNode.png" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <ProjectReference Include="..\..\WCF.Client\WCF.Proxys\WCF.Proxys.csproj">
  205. <Project>{d5ac665b-a113-4ddd-808c-7563202dc293}</Project>
  206. <Name>WCF.Proxys</Name>
  207. </ProjectReference>
  208. <ProjectReference Include="..\FlowSetting\FlowSetting.csproj">
  209. <Project>{898f439b-72ea-43e2-8213-c8d173ee9b0b}</Project>
  210. <Name>FlowSetting</Name>
  211. </ProjectReference>
  212. </ItemGroup>
  213. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  214. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  215. Other similar extension points exist, see Microsoft.Common.targets.
  216. <Target Name="BeforeBuild">
  217. </Target>
  218. <Target Name="AfterBuild">
  219. </Target>
  220. -->
  221. </Project>