MPE.csproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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>{0BA10ADE-90FF-4BDF-AE6A-A1936AD05879}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>MPE</RootNamespace>
  10. <AssemblyName>MPE</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. <TargetFrameworkProfile />
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <StartupObject>
  56. </StartupObject>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <TargetZone>LocalIntranet</TargetZone>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <GenerateManifests>false</GenerateManifests>
  66. </PropertyGroup>
  67. <PropertyGroup>
  68. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  69. </PropertyGroup>
  70. <PropertyGroup>
  71. <ApplicationIcon>Resources\MPE.ico</ApplicationIcon>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x86|AnyCPU'">
  74. <OutputPath>bin\x86\</OutputPath>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Reference Include="FastColoredTextBox, Version=2.16.24.0, Culture=neutral, PublicKeyToken=fb8aa12b994ef61b, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\packages\FCTB.2.16.24\lib\FastColoredTextBox.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Drawing" />
  84. <Reference Include="System.Runtime.Serialization" />
  85. <Reference Include="System.ServiceModel.Web" />
  86. <Reference Include="System.Web.Extensions" />
  87. <Reference Include="System.Windows.Forms" />
  88. <Reference Include="System.Windows.Forms.DataVisualization">
  89. <Private>False</Private>
  90. </Reference>
  91. <Reference Include="System.Xml" />
  92. <Reference Include="Microsoft.CSharp" />
  93. <Reference Include="System.Core" />
  94. <Reference Include="System.Xml.Linq" />
  95. <Reference Include="System.Data.DataSetExtensions" />
  96. <Reference Include="System.Net.Http" />
  97. <Reference Include="System.Xaml">
  98. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  99. </Reference>
  100. <Reference Include="TabStrip">
  101. <HintPath>Resources\TabStrip.dll</HintPath>
  102. </Reference>
  103. <Reference Include="WindowsBase" />
  104. <Reference Include="PresentationCore" />
  105. <Reference Include="PresentationFramework" />
  106. <Reference Include="WindowsFormsIntegration" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ApplicationDefinition Include="App.xaml">
  110. <Generator>MSBuild:Compile</Generator>
  111. <SubType>Designer</SubType>
  112. </ApplicationDefinition>
  113. <Compile Include="AutoCompleete.cs" />
  114. <Compile Include="Colors.xaml.cs">
  115. <DependentUpon>Colors.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="ErrorChecker.cs" />
  118. <Compile Include="ErrorSettings.xaml.cs">
  119. <DependentUpon>ErrorSettings.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="findWindow.xaml.cs">
  122. <DependentUpon>findWindow.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="IndentSettings.xaml.cs">
  125. <DependentUpon>IndentSettings.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="IniFile.cs" />
  128. <Compile Include="replaceWindow.xaml.cs">
  129. <DependentUpon>replaceWindow.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="Settings.cs" />
  132. <Compile Include="Settings.xaml.cs">
  133. <DependentUpon>Settings.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="DataHelper.cs" />
  136. <Compile Include="SpecInput.xaml.cs">
  137. <DependentUpon>SpecInput.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="ToolTips.cs" />
  140. <Compile Include="ToolTipUpdater.cs" />
  141. <Compile Include="Updater.cs" />
  142. <Page Include="Colors.xaml">
  143. <SubType>Designer</SubType>
  144. <Generator>MSBuild:Compile</Generator>
  145. </Page>
  146. <Page Include="ErrorSettings.xaml">
  147. <SubType>Designer</SubType>
  148. <Generator>MSBuild:Compile</Generator>
  149. </Page>
  150. <Page Include="findWindow.xaml">
  151. <SubType>Designer</SubType>
  152. <Generator>MSBuild:Compile</Generator>
  153. </Page>
  154. <Page Include="IndentSettings.xaml">
  155. <SubType>Designer</SubType>
  156. <Generator>MSBuild:Compile</Generator>
  157. </Page>
  158. <Page Include="MainWindow.xaml">
  159. <Generator>MSBuild:Compile</Generator>
  160. <SubType>Designer</SubType>
  161. </Page>
  162. <Compile Include="App.xaml.cs">
  163. <DependentUpon>App.xaml</DependentUpon>
  164. <SubType>Code</SubType>
  165. </Compile>
  166. <Compile Include="MainWindow.xaml.cs">
  167. <DependentUpon>MainWindow.xaml</DependentUpon>
  168. <SubType>Code</SubType>
  169. </Compile>
  170. <Page Include="replaceWindow.xaml">
  171. <SubType>Designer</SubType>
  172. <Generator>MSBuild:Compile</Generator>
  173. </Page>
  174. <Page Include="Settings.xaml">
  175. <SubType>Designer</SubType>
  176. <Generator>MSBuild:Compile</Generator>
  177. </Page>
  178. <Page Include="SpecInput.xaml">
  179. <SubType>Designer</SubType>
  180. <Generator>MSBuild:Compile</Generator>
  181. </Page>
  182. </ItemGroup>
  183. <ItemGroup>
  184. <Compile Include="Properties\AssemblyInfo.cs">
  185. <SubType>Code</SubType>
  186. </Compile>
  187. <Compile Include="Properties\Resources.Designer.cs">
  188. <AutoGen>True</AutoGen>
  189. <DesignTime>True</DesignTime>
  190. <DependentUpon>Resources.resx</DependentUpon>
  191. </Compile>
  192. <Compile Include="Properties\Settings.Designer.cs">
  193. <AutoGen>True</AutoGen>
  194. <DependentUpon>Settings.settings</DependentUpon>
  195. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  196. </Compile>
  197. <EmbeddedResource Include="Properties\Resources.resx">
  198. <Generator>ResXFileCodeGenerator</Generator>
  199. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  200. <SubType>Designer</SubType>
  201. </EmbeddedResource>
  202. <None Include="packages.config" />
  203. <None Include="Properties\app.manifest" />
  204. <None Include="Properties\Settings.settings">
  205. <Generator>SettingsSingleFileGenerator</Generator>
  206. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  207. </None>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <None Include="App.config" />
  211. </ItemGroup>
  212. <ItemGroup>
  213. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  214. <Visible>False</Visible>
  215. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
  216. <Install>true</Install>
  217. </BootstrapperPackage>
  218. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  219. <Visible>False</Visible>
  220. <ProductName>.NET Framework 3.5 SP1</ProductName>
  221. <Install>false</Install>
  222. </BootstrapperPackage>
  223. </ItemGroup>
  224. <ItemGroup>
  225. <None Include="Resources\MPE.ico" />
  226. </ItemGroup>
  227. <ItemGroup>
  228. <WCFMetadata Include="Connected Services\" />
  229. </ItemGroup>
  230. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  231. </Project>