Muchinfo.MTPClient.Update.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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.7.2</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. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>none</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <ApplicationManifest>app.manifest</ApplicationManifest>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>bin\x86\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  52. <OutputPath>bin\x86\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <Optimize>true</Optimize>
  55. <PlatformTarget>x86</PlatformTarget>
  56. <ErrorReport>prompt</ErrorReport>
  57. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="System" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Xml" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="System.Xaml">
  68. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="WindowsBase" />
  71. <Reference Include="PresentationCore" />
  72. <Reference Include="PresentationFramework" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ApplicationDefinition Include="App.xaml">
  76. <Generator>MSBuild:Compile</Generator>
  77. <SubType>Designer</SubType>
  78. </ApplicationDefinition>
  79. <Compile Include="App.xaml.cs">
  80. <DependentUpon>App.xaml</DependentUpon>
  81. <SubType>Code</SubType>
  82. </Compile>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="Properties\AssemblyInfo.cs">
  86. <SubType>Code</SubType>
  87. </Compile>
  88. <Compile Include="TipsWindow.xaml.cs">
  89. <DependentUpon>TipsWindow.xaml</DependentUpon>
  90. </Compile>
  91. <Compile Include="UpdateForm.xaml.cs">
  92. <DependentUpon>UpdateForm.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="UpdateHelper.cs" />
  95. <Compile Include="UpdateInfo.cs" />
  96. <Compile Include="UpdateManage.cs" />
  97. <None Include="App.config" />
  98. <AppDesigner Include="Properties\" />
  99. <None Include="app.manifest" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Page Include="TipsWindow.xaml">
  103. <Generator>MSBuild:Compile</Generator>
  104. <SubType>Designer</SubType>
  105. </Page>
  106. <Page Include="UpdateForm.xaml">
  107. <Generator>MSBuild:Compile</Generator>
  108. <SubType>Designer</SubType>
  109. </Page>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Resource Include="Images\prompt_close.png" />
  113. <Resource Include="Images\prompt_close_d.png" />
  114. <Resource Include="Update.ico" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <COMReference Include="IWshRuntimeLibrary">
  118. <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  119. <VersionMajor>1</VersionMajor>
  120. <VersionMinor>0</VersionMinor>
  121. <Lcid>0</Lcid>
  122. <WrapperTool>tlbimp</WrapperTool>
  123. <Isolated>False</Isolated>
  124. <EmbedInteropTypes>True</EmbedInteropTypes>
  125. </COMReference>
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  129. Other similar extension points exist, see Microsoft.Common.targets.
  130. <Target Name="BeforeBuild">
  131. </Target>
  132. <Target Name="AfterBuild">
  133. </Target>
  134. -->
  135. </Project>