Muchinfo.MTPClient.Update.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{9086379E-F811-4297-8EA5-467C19CBC031}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.Update</RootNamespace>
  11. <AssemblyName>Client.Update</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>none</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationManifest>app.manifest</ApplicationManifest>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="System.Xaml">
  49. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  50. </Reference>
  51. <Reference Include="WindowsBase" />
  52. <Reference Include="PresentationCore" />
  53. <Reference Include="PresentationFramework" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <ApplicationDefinition Include="App.xaml">
  57. <Generator>MSBuild:Compile</Generator>
  58. <SubType>Designer</SubType>
  59. </ApplicationDefinition>
  60. <Compile Include="App.xaml.cs">
  61. <DependentUpon>App.xaml</DependentUpon>
  62. <SubType>Code</SubType>
  63. </Compile>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="Properties\AssemblyInfo.cs">
  67. <SubType>Code</SubType>
  68. </Compile>
  69. <Compile Include="TipsWindow.xaml.cs">
  70. <DependentUpon>TipsWindow.xaml</DependentUpon>
  71. </Compile>
  72. <Compile Include="UpdateForm.xaml.cs">
  73. <DependentUpon>UpdateForm.xaml</DependentUpon>
  74. </Compile>
  75. <Compile Include="UpdateHelper.cs" />
  76. <Compile Include="UpdateInfo.cs" />
  77. <Compile Include="UpdateManage.cs" />
  78. <None Include="App.config" />
  79. <AppDesigner Include="Properties\" />
  80. <None Include="app.manifest" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Page Include="TipsWindow.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. <SubType>Designer</SubType>
  86. </Page>
  87. <Page Include="UpdateForm.xaml">
  88. <Generator>MSBuild:Compile</Generator>
  89. <SubType>Designer</SubType>
  90. </Page>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Resource Include="Images\prompt_close.png" />
  94. <Resource Include="Images\prompt_close_d.png" />
  95. <Resource Include="Update.ico" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <COMReference Include="IWshRuntimeLibrary">
  99. <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  100. <VersionMajor>1</VersionMajor>
  101. <VersionMinor>0</VersionMinor>
  102. <Lcid>0</Lcid>
  103. <WrapperTool>tlbimp</WrapperTool>
  104. <Isolated>False</Isolated>
  105. <EmbedInteropTypes>True</EmbedInteropTypes>
  106. </COMReference>
  107. </ItemGroup>
  108. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  109. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  110. Other similar extension points exist, see Microsoft.Common.targets.
  111. <Target Name="BeforeBuild">
  112. </Target>
  113. <Target Name="AfterBuild">
  114. </Target>
  115. -->
  116. </Project>