NetworkDiscovery.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{30F06001-0D9A-4575-8C05-AFB8505F963B}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>NetworkDiscovery</RootNamespace>
  12. <AssemblyName>NetworkDiscovery</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <IsWebBootstrapper>false</IsWebBootstrapper>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  33. <PlatformTarget>x86</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  43. <PlatformTarget>x86</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <PropertyGroup>
  52. <ApplicationIcon>Resources\icon.ico</ApplicationIcon>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="System" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Deployment" />
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Windows.Forms" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="Form_About.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="Form_About.Designer.cs">
  70. <DependentUpon>Form_About.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="Form_IpConfig.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="Form_IpConfig.Designer.cs">
  76. <DependentUpon>Form_IpConfig.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="Form_Main.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="Form_Main.Designer.cs">
  82. <DependentUpon>Form_Main.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="Program.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <EmbeddedResource Include="Form_About.resx">
  87. <DependentUpon>Form_About.cs</DependentUpon>
  88. </EmbeddedResource>
  89. <EmbeddedResource Include="Form_IpConfig.resx">
  90. <DependentUpon>Form_IpConfig.cs</DependentUpon>
  91. </EmbeddedResource>
  92. <EmbeddedResource Include="Form_Main.resx">
  93. <DependentUpon>Form_Main.cs</DependentUpon>
  94. </EmbeddedResource>
  95. <EmbeddedResource Include="Properties\Resources.resx">
  96. <Generator>ResXFileCodeGenerator</Generator>
  97. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  98. <SubType>Designer</SubType>
  99. </EmbeddedResource>
  100. <Compile Include="Properties\Resources.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DependentUpon>Resources.resx</DependentUpon>
  103. <DesignTime>True</DesignTime>
  104. </Compile>
  105. <None Include="app.config" />
  106. <None Include="Properties\Settings.settings">
  107. <Generator>SettingsSingleFileGenerator</Generator>
  108. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  109. </None>
  110. <Compile Include="Properties\Settings.Designer.cs">
  111. <AutoGen>True</AutoGen>
  112. <DependentUpon>Settings.settings</DependentUpon>
  113. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  114. </Compile>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="Resources\icon.jpg" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="Resources\icon.png" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <None Include="Resources\rotek_logo_eng.png" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  127. <Visible>False</Visible>
  128. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  129. <Install>false</Install>
  130. </BootstrapperPackage>
  131. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  132. <Visible>False</Visible>
  133. <ProductName>.NET Framework 3.5 SP1</ProductName>
  134. <Install>true</Install>
  135. </BootstrapperPackage>
  136. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  137. <Visible>False</Visible>
  138. <ProductName>Windows Installer 3.1</ProductName>
  139. <Install>true</Install>
  140. </BootstrapperPackage>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <None Include="Resources\icon.ico" />
  144. </ItemGroup>
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. <PropertyGroup>
  147. <PostBuildEvent>
  148. </PostBuildEvent>
  149. </PropertyGroup>
  150. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  151. Other similar extension points exist, see Microsoft.Common.targets.
  152. <Target Name="BeforeBuild">
  153. </Target>
  154. <Target Name="AfterBuild">
  155. </Target>
  156. -->
  157. </Project>