RevokeMsgPatcher.Assistant.csproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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>{6992004F-17E6-45BF-8D72-180A31E9C23C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>RevokeMsgPatcher.Assistant</RootNamespace>
  10. <AssemblyName>RevokeMsgPatcher.Assistant</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <PublishUrl>publish\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <IsWebBootstrapper>false</IsWebBootstrapper>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>bin\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <PlatformTarget>AnyCPU</PlatformTarget>
  42. <DebugType>pdbonly</DebugType>
  43. <Optimize>true</Optimize>
  44. <OutputPath>bin\Release\</OutputPath>
  45. <DefineConstants>TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="System" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Web.Extensions" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Deployment" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.Net.Http" />
  60. <Reference Include="System.Windows.Forms" />
  61. <Reference Include="System.Xml" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="FormAssisant.cs">
  65. <SubType>Form</SubType>
  66. </Compile>
  67. <Compile Include="FormAssisant.Designer.cs">
  68. <DependentUpon>FormAssisant.cs</DependentUpon>
  69. </Compile>
  70. <Compile Include="JsonData.cs" />
  71. <Compile Include="Program.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <EmbeddedResource Include="FormAssisant.resx">
  74. <DependentUpon>FormAssisant.cs</DependentUpon>
  75. </EmbeddedResource>
  76. <EmbeddedResource Include="Properties\Resources.resx">
  77. <Generator>ResXFileCodeGenerator</Generator>
  78. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  79. <SubType>Designer</SubType>
  80. </EmbeddedResource>
  81. <Compile Include="Properties\Resources.Designer.cs">
  82. <AutoGen>True</AutoGen>
  83. <DependentUpon>Resources.resx</DependentUpon>
  84. </Compile>
  85. <None Include="Properties\Settings.settings">
  86. <Generator>SettingsSingleFileGenerator</Generator>
  87. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  88. </None>
  89. <Compile Include="Properties\Settings.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DependentUpon>Settings.settings</DependentUpon>
  92. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  93. </Compile>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <None Include="App.config" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ProjectReference Include="..\RevokeMsgPatcher\RevokeMsgPatcher.csproj">
  100. <Project>{977bf781-ced8-4389-9404-0fa08fdf21df}</Project>
  101. <Name>RevokeMsgPatcher</Name>
  102. </ProjectReference>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  106. <Visible>False</Visible>
  107. <ProductName>.NET Framework 3.5 SP1</ProductName>
  108. <Install>false</Install>
  109. </BootstrapperPackage>
  110. </ItemGroup>
  111. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  112. </Project>