MAutoUpdate.Test.csproj 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{AE611095-8EF9-419C-9D2C-A17373AA6396}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>MAutoUpdate.Test</RootNamespace>
  10. <AssemblyName>MAutoUpdate.Test</AssemblyName>
  11. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <PlatformTarget>AnyCPU</PlatformTarget>
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <PlatformTarget>AnyCPU</PlatformTarget>
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Data" />
  36. <Reference Include="System.Deployment" />
  37. <Reference Include="System.Drawing" />
  38. <Reference Include="System.Windows.Forms" />
  39. <Reference Include="System.Xml" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="Form1.cs">
  43. <SubType>Form</SubType>
  44. </Compile>
  45. <Compile Include="Form1.Designer.cs">
  46. <DependentUpon>Form1.cs</DependentUpon>
  47. </Compile>
  48. <Compile Include="Program.cs" />
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. <EmbeddedResource Include="Form1.resx">
  51. <DependentUpon>Form1.cs</DependentUpon>
  52. </EmbeddedResource>
  53. <EmbeddedResource Include="Properties\Resources.resx">
  54. <Generator>ResXFileCodeGenerator</Generator>
  55. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  56. <SubType>Designer</SubType>
  57. </EmbeddedResource>
  58. <Compile Include="Properties\Resources.Designer.cs">
  59. <AutoGen>True</AutoGen>
  60. <DependentUpon>Resources.resx</DependentUpon>
  61. </Compile>
  62. <None Include="Properties\Settings.settings">
  63. <Generator>SettingsSingleFileGenerator</Generator>
  64. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  65. </None>
  66. <Compile Include="Properties\Settings.Designer.cs">
  67. <AutoGen>True</AutoGen>
  68. <DependentUpon>Settings.settings</DependentUpon>
  69. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  70. </Compile>
  71. </ItemGroup>
  72. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  73. </Project>