ConService.csproj 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{2D325D1C-338A-48D7-9224-0FDDFC247ED1}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ConService</RootNamespace>
  11. <AssemblyName>ConService</AssemblyName>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <DebugSymbols>true</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>false</Optimize>
  17. <OutputPath>bin\Debug\</OutputPath>
  18. <DefineConstants>DEBUG;TRACE</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <DebugType>pdbonly</DebugType>
  24. <Optimize>true</Optimize>
  25. <OutputPath>bin\Release\</OutputPath>
  26. <DefineConstants>TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <ItemGroup>
  31. <Reference Include="Core.Mes.IBaseInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  32. <SpecificVersion>False</SpecificVersion>
  33. <HintPath>d:\我的文档\桌面\产销平台DLL\Server\Core.Mes.IBaseInterface.dll</HintPath>
  34. </Reference>
  35. <Reference Include="System" />
  36. <Reference Include="System.Data" />
  37. <Reference Include="System.Deployment" />
  38. <Reference Include="System.Drawing" />
  39. <Reference Include="System.Windows.Forms" />
  40. <Reference Include="System.Xml" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="Form1.cs">
  44. <SubType>Form</SubType>
  45. </Compile>
  46. <Compile Include="Form1.Designer.cs">
  47. <DependentUpon>Form1.cs</DependentUpon>
  48. </Compile>
  49. <Compile Include="Program.cs" />
  50. <Compile Include="Properties\AssemblyInfo.cs" />
  51. <EmbeddedResource Include="Form1.resx">
  52. <SubType>Designer</SubType>
  53. <DependentUpon>Form1.cs</DependentUpon>
  54. </EmbeddedResource>
  55. <EmbeddedResource Include="Properties\Resources.resx">
  56. <Generator>ResXFileCodeGenerator</Generator>
  57. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  58. <SubType>Designer</SubType>
  59. </EmbeddedResource>
  60. <Compile Include="Properties\Resources.Designer.cs">
  61. <AutoGen>True</AutoGen>
  62. <DependentUpon>Resources.resx</DependentUpon>
  63. </Compile>
  64. <None Include="Properties\Settings.settings">
  65. <Generator>SettingsSingleFileGenerator</Generator>
  66. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  67. </None>
  68. <Compile Include="Properties\Settings.Designer.cs">
  69. <AutoGen>True</AutoGen>
  70. <DependentUpon>Settings.settings</DependentUpon>
  71. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  72. </Compile>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\Core.Mes.ClientFrameWork\Core.Mes.ClientFrameWork.csproj">
  76. <Project>{276BAEDE-B4B5-4BAE-9ECE-2911D506D4EE}</Project>
  77. <Name>Core.Mes.ClientFrameWork</Name>
  78. </ProjectReference>
  79. </ItemGroup>
  80. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  81. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  82. Other similar extension points exist, see Microsoft.Common.targets.
  83. <Target Name="BeforeBuild">
  84. </Target>
  85. <Target Name="AfterBuild">
  86. </Target>
  87. -->
  88. </Project>