Oreo.NetMan.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{1CFB6D97-C430-4E27-85B6-A741AB9CDBBA}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Oreo.NetMan</RootNamespace>
  11. <AssemblyName>Oreo.NetMan</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  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. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Deployment" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="Commons\P.cs" />
  51. <Compile Include="Commons\R.cs" />
  52. <Compile Include="Helpers\SendHelper.cs" />
  53. <Compile Include="Program.cs" />
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. <Compile Include="Views\FloatForm.cs">
  56. <SubType>Form</SubType>
  57. </Compile>
  58. <Compile Include="Views\FloatForm.Designer.cs">
  59. <DependentUpon>FloatForm.cs</DependentUpon>
  60. </Compile>
  61. <Compile Include="Views\MainForm.cs">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="Views\MainForm.Designer.cs">
  65. <DependentUpon>MainForm.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="Views\NetDetailForm.cs">
  68. <SubType>Form</SubType>
  69. </Compile>
  70. <Compile Include="Views\NetDetailForm.Designer.cs">
  71. <DependentUpon>NetDetailForm.cs</DependentUpon>
  72. </Compile>
  73. <EmbeddedResource Include="Properties\Resources.resx">
  74. <Generator>ResXFileCodeGenerator</Generator>
  75. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  76. <SubType>Designer</SubType>
  77. </EmbeddedResource>
  78. <Compile Include="Properties\Resources.Designer.cs">
  79. <AutoGen>True</AutoGen>
  80. <DependentUpon>Resources.resx</DependentUpon>
  81. </Compile>
  82. <EmbeddedResource Include="Views\NetDetailForm.resx">
  83. <DependentUpon>NetDetailForm.cs</DependentUpon>
  84. </EmbeddedResource>
  85. <None Include="Properties\app.manifest">
  86. <SubType>Designer</SubType>
  87. </None>
  88. <None Include="Properties\Settings.settings">
  89. <Generator>SettingsSingleFileGenerator</Generator>
  90. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  91. </None>
  92. <Compile Include="Properties\Settings.Designer.cs">
  93. <AutoGen>True</AutoGen>
  94. <DependentUpon>Settings.settings</DependentUpon>
  95. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  96. </Compile>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ProjectReference Include="..\..\Y.Utils\Y.Utils.csproj">
  100. <Project>{5b8eeec7-aeb5-407d-9dc1-1c59e53f78d5}</Project>
  101. <Name>Y.Utils</Name>
  102. </ProjectReference>
  103. </ItemGroup>
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  106. Other similar extension points exist, see Microsoft.Common.targets.
  107. <Target Name="BeforeBuild">
  108. </Target>
  109. <Target Name="AfterBuild">
  110. </Target>
  111. -->
  112. </Project>