Test.NetworkControl.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\..\packages\Costura.Fody.3.2.1\build\Costura.Fody.props" Condition="Exists('..\..\packages\Costura.Fody.3.2.1\build\Costura.Fody.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{0497D55F-332B-40CC-A8C6-8D3AF98FEBAD}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>Test.NetworkControl</RootNamespace>
  11. <AssemblyName>Test.NetworkControl</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <ApplicationManifest>app.manifest</ApplicationManifest>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Costura, Version=3.2.1.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
  41. <HintPath>..\..\packages\Costura.Fody.3.2.1\lib\net40\Costura.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Management" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Deployment" />
  51. <Reference Include="System.Drawing" />
  52. <Reference Include="System.Windows.Forms" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Form1.cs">
  57. <SubType>Form</SubType>
  58. </Compile>
  59. <Compile Include="Form1.Designer.cs">
  60. <DependentUpon>Form1.cs</DependentUpon>
  61. </Compile>
  62. <Compile Include="Program.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. <EmbeddedResource Include="Form1.resx">
  65. <DependentUpon>Form1.cs</DependentUpon>
  66. </EmbeddedResource>
  67. <EmbeddedResource Include="Properties\Resources.resx">
  68. <Generator>ResXFileCodeGenerator</Generator>
  69. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  70. <SubType>Designer</SubType>
  71. </EmbeddedResource>
  72. <Compile Include="Properties\Resources.Designer.cs">
  73. <AutoGen>True</AutoGen>
  74. <DependentUpon>Resources.resx</DependentUpon>
  75. </Compile>
  76. <None Include="app.manifest" />
  77. <None Include="packages.config" />
  78. <None Include="Properties\Settings.settings">
  79. <Generator>SettingsSingleFileGenerator</Generator>
  80. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  81. </None>
  82. <Compile Include="Properties\Settings.Designer.cs">
  83. <AutoGen>True</AutoGen>
  84. <DependentUpon>Settings.settings</DependentUpon>
  85. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  86. </Compile>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ProjectReference Include="..\..\Azylee.Core\Azylee.Core.csproj">
  90. <Project>{88dc61fa-95f0-41b7-9d7d-ab0f3cbd169c}</Project>
  91. <Name>Azylee.Core</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\Azylee.Ext.NetworkX\Azylee.Ext.NetworkX.csproj">
  94. <Project>{a320e11d-d771-4bbd-913f-dd0e87090943}</Project>
  95. <Name>Azylee.Ext.NetworkX</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\Azylee.Jsons\Azylee.Jsons.csproj">
  98. <Project>{de3ab999-96d3-4a53-a9f2-7409138d0333}</Project>
  99. <Name>Azylee.Jsons</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\..\Azylee.YeahWeb\Azylee.YeahWeb.csproj">
  102. <Project>{ccf7a654-b442-4db1-bb3b-0f8014c3237f}</Project>
  103. <Name>Azylee.YeahWeb</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Content Include="FodyWeavers.xml" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <COMReference Include="NETCONLib">
  111. <Guid>{43E734CA-043D-4A70-9A2C-A8F254063D91}</Guid>
  112. <VersionMajor>1</VersionMajor>
  113. <VersionMinor>0</VersionMinor>
  114. <Lcid>0</Lcid>
  115. <WrapperTool>tlbimp</WrapperTool>
  116. <Isolated>False</Isolated>
  117. <EmbedInteropTypes>False</EmbedInteropTypes>
  118. <Private>True</Private>
  119. </COMReference>
  120. </ItemGroup>
  121. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  122. <Import Project="..\..\packages\Fody.3.3.3\build\Fody.targets" Condition="Exists('..\..\packages\Fody.3.3.3\build\Fody.targets')" />
  123. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  124. <PropertyGroup>
  125. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  126. </PropertyGroup>
  127. <Error Condition="!Exists('..\..\packages\Fody.3.3.3\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Fody.3.3.3\build\Fody.targets'))" />
  128. <Error Condition="!Exists('..\..\packages\Costura.Fody.3.2.1\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Costura.Fody.3.2.1\build\Costura.Fody.props'))" />
  129. </Target>
  130. </Project>