Sin descripción

mitsui.csproj 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{CC08EB67-D609-4DEA-A485-B3570D89DBFE}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>WpfApplication19</RootNamespace>
  12. <AssemblyName>WpfApplication19</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <WarningLevel>4</WarningLevel>
  19. <IsWebBootstrapper>false</IsWebBootstrapper>
  20. <Utf8Output>true</Utf8Output>
  21. <ExpressionBlendVersion>4.0.20525.0</ExpressionBlendVersion>
  22. <PublishUrl>publish\</PublishUrl>
  23. <Install>true</Install>
  24. <InstallFrom>Disk</InstallFrom>
  25. <UpdateEnabled>false</UpdateEnabled>
  26. <UpdateMode>Foreground</UpdateMode>
  27. <UpdateInterval>7</UpdateInterval>
  28. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29. <UpdatePeriodically>false</UpdatePeriodically>
  30. <UpdateRequired>false</UpdateRequired>
  31. <MapFileExtensions>true</MapFileExtensions>
  32. <ApplicationRevision>0</ApplicationRevision>
  33. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  38. <PlatformTarget>x86</PlatformTarget>
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
  47. <Prefer32Bit>false</Prefer32Bit>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  50. <PlatformTarget>x86</PlatformTarget>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  58. <Prefer32Bit>false</Prefer32Bit>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <ApplicationIcon>ob_icon.ico</ApplicationIcon>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="Accessibility">
  65. <EmbedInteropTypes>True</EmbedInteropTypes>
  66. </Reference>
  67. <Reference Include="Newtonsoft.Json">
  68. <HintPath>..\..\..\..\..\Desktop\lab\Json40r3\Bin\Net35\Newtonsoft.Json.dll</HintPath>
  69. </Reference>
  70. <Reference Include="ReachFramework" />
  71. <Reference Include="System" />
  72. <Reference Include="System.ComponentModel.Composition" />
  73. <Reference Include="System.configuration" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Data.Entity" />
  76. <Reference Include="System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
  77. <HintPath>C:\Program Files\Microsoft SQL Server Compact Edition\v4.0\Desktop\System.Data.SqlServerCe.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Printing" />
  80. <Reference Include="System.Runtime.Serialization" />
  81. <Reference Include="System.Security" />
  82. <Reference Include="System.Transactions" />
  83. <Reference Include="System.Web.Extensions" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="Microsoft.CSharp" />
  86. <Reference Include="System.Core" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="System.Xaml">
  90. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  91. </Reference>
  92. <Reference Include="WindowsBase" />
  93. <Reference Include="PresentationCore" />
  94. <Reference Include="PresentationFramework" />
  95. <Reference Include="WpfLocalization">
  96. <HintPath>..\..\..\..\..\Desktop\lab\WpfLocalization\WpfLocalization\bin\Debug\WpfLocalization.dll</HintPath>
  97. </Reference>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ApplicationDefinition Include="App.xaml">
  101. <Generator>MSBuild:Compile</Generator>
  102. <SubType>Designer</SubType>
  103. </ApplicationDefinition>
  104. <Compile Include="Alert.xaml.cs">
  105. <DependentUpon>Alert.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="Authentication.cs" />
  108. <Compile Include="ChooseRecord.xaml.cs">
  109. <DependentUpon>ChooseRecord.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="ChooseRecord2.xaml.cs">
  112. <DependentUpon>ChooseRecord2.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="DailyChecker.cs" />
  115. <Compile Include="DailyCheck.xaml.cs">
  116. <DependentUpon>DailyCheck.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="Debug.xaml.cs">
  119. <DependentUpon>Debug.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="EditINWindow.xaml.cs">
  122. <DependentUpon>EditINWindow.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="EditMIDWindow.xaml.cs">
  125. <DependentUpon>EditMIDWindow.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="EditUsingTime.xaml.cs">
  128. <DependentUpon>EditUsingTime.xaml</DependentUpon>
  129. </Compile>
  130. <Compile Include="EncDec.cs" />
  131. <Compile Include="GlobalVars.cs" />
  132. <Compile Include="LoginWindow.xaml.cs">
  133. <DependentUpon>LoginWindow.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="MeasurePoint.cs" />
  136. <Compile Include="Model1.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DesignTime>True</DesignTime>
  139. <DependentUpon>Model1.edmx</DependentUpon>
  140. </Compile>
  141. <Compile Include="NameConverter.cs" />
  142. <Compile Include="OBInterface.cs" />
  143. <Compile Include="Printer.cs" />
  144. <Compile Include="SearchAgreement.xaml.cs">
  145. <DependentUpon>SearchAgreement.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Setting2.xaml.cs">
  148. <DependentUpon>Setting2.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="User.cs" />
  151. <Compile Include="Utils.cs" />
  152. <Compile Include="Properties\Resources.th-TH.Designer.cs">
  153. <AutoGen>True</AutoGen>
  154. <DesignTime>True</DesignTime>
  155. <DependentUpon>Resources.th-TH.resx</DependentUpon>
  156. </Compile>
  157. <Compile Include="Settings.xaml.cs">
  158. <DependentUpon>Settings.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="WebAppConnector.cs" />
  161. <Compile Include="About.xaml.cs">
  162. <DependentUpon>About.xaml</DependentUpon>
  163. </Compile>
  164. <Page Include="Alert.xaml">
  165. <SubType>Designer</SubType>
  166. <Generator>MSBuild:Compile</Generator>
  167. </Page>
  168. <Page Include="ChooseRecord.xaml">
  169. <SubType>Designer</SubType>
  170. <Generator>MSBuild:Compile</Generator>
  171. </Page>
  172. <Page Include="ChooseRecord2.xaml">
  173. <SubType>Designer</SubType>
  174. <Generator>MSBuild:Compile</Generator>
  175. </Page>
  176. <Page Include="DailyCheck.xaml">
  177. <SubType>Designer</SubType>
  178. <Generator>MSBuild:Compile</Generator>
  179. </Page>
  180. <Page Include="Debug.xaml">
  181. <SubType>Designer</SubType>
  182. <Generator>MSBuild:Compile</Generator>
  183. </Page>
  184. <Page Include="EditINWindow.xaml">
  185. <SubType>Designer</SubType>
  186. <Generator>MSBuild:Compile</Generator>
  187. </Page>
  188. <Page Include="EditMIDWindow.xaml">
  189. <SubType>Designer</SubType>
  190. <Generator>MSBuild:Compile</Generator>
  191. </Page>
  192. <Page Include="EditUsingTime.xaml">
  193. <SubType>Designer</SubType>
  194. <Generator>MSBuild:Compile</Generator>
  195. </Page>
  196. <Page Include="LoginWindow.xaml">
  197. <SubType>Designer</SubType>
  198. <Generator>MSBuild:Compile</Generator>
  199. </Page>
  200. <Page Include="MainWindow.xaml">
  201. <Generator>MSBuild:Compile</Generator>
  202. <SubType>Designer</SubType>
  203. </Page>
  204. <Compile Include="App.xaml.cs">
  205. <DependentUpon>App.xaml</DependentUpon>
  206. <SubType>Code</SubType>
  207. </Compile>
  208. <Compile Include="MainWindow.xaml.cs">
  209. <DependentUpon>MainWindow.xaml</DependentUpon>
  210. <SubType>Code</SubType>
  211. </Compile>
  212. <Page Include="SearchAgreement.xaml">
  213. <SubType>Designer</SubType>
  214. <Generator>MSBuild:Compile</Generator>
  215. </Page>
  216. <Page Include="Setting2.xaml">
  217. <SubType>Designer</SubType>
  218. <Generator>MSBuild:Compile</Generator>
  219. </Page>
  220. <Page Include="Settings.xaml">
  221. <SubType>Designer</SubType>
  222. <Generator>MSBuild:Compile</Generator>
  223. </Page>
  224. <Page Include="Simple Styles.xaml">
  225. <Generator>MSBuild:Compile</Generator>
  226. <SubType>Designer</SubType>
  227. </Page>
  228. <Page Include="About.xaml">
  229. <Generator>MSBuild:Compile</Generator>
  230. <SubType>Designer</SubType>
  231. </Page>
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Compile Include="Properties\AssemblyInfo.cs">
  235. <SubType>Code</SubType>
  236. </Compile>
  237. <Compile Include="Properties\Resources.Designer.cs">
  238. <AutoGen>True</AutoGen>
  239. <DesignTime>True</DesignTime>
  240. <DependentUpon>Resources.resx</DependentUpon>
  241. </Compile>
  242. <Compile Include="Properties\Settings.Designer.cs">
  243. <AutoGen>True</AutoGen>
  244. <DependentUpon>Settings.settings</DependentUpon>
  245. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  246. </Compile>
  247. <EmbeddedResource Include="Properties\Resources.resx">
  248. <Generator>ResXFileCodeGenerator</Generator>
  249. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  250. </EmbeddedResource>
  251. <EmbeddedResource Include="Properties\Resources.th-TH.resx">
  252. <Generator>ResXFileCodeGenerator</Generator>
  253. <LastGenOutput>Resources.th-TH.Designer.cs</LastGenOutput>
  254. </EmbeddedResource>
  255. <Content Include="agreements\011A.pdf">
  256. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  257. </Content>
  258. <Content Include="agreements\1031A.pdf">
  259. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  260. </Content>
  261. <Content Include="agreements\1034.pdf">
  262. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  263. </Content>
  264. <Content Include="agreements\1034A.pdf">
  265. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  266. </Content>
  267. <Content Include="agreements\1417B.pdf">
  268. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  269. </Content>
  270. <Content Include="agreements\1466.pdf">
  271. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  272. </Content>
  273. <Content Include="agreements\1306.pdf">
  274. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  275. </Content>
  276. <Content Include="agreements\535.pdf">
  277. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  278. </Content>
  279. <Content Include="agreements\1176A.pdf">
  280. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  281. </Content>
  282. <Content Include="agreements\817B.pdf">
  283. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  284. </Content>
  285. <Content Include="agreements\1146.pdf">
  286. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  287. </Content>
  288. <None Include="App.config">
  289. <SubType>Designer</SubType>
  290. </None>
  291. <EntityDeploy Include="Model1.edmx">
  292. <Generator>EntityModelCodeGenerator</Generator>
  293. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  294. </EntityDeploy>
  295. <None Include="OperatingDatabaseDataSet.xsc">
  296. <DependentUpon>OperatingDatabaseDataSet.xsd</DependentUpon>
  297. </None>
  298. <None Include="OperatingDatabaseDataSet.xsd">
  299. <Generator>MSDataSetGenerator</Generator>
  300. <SubType>Designer</SubType>
  301. </None>
  302. <None Include="OperatingDatabaseDataSet.xss">
  303. <DependentUpon>OperatingDatabaseDataSet.xsd</DependentUpon>
  304. </None>
  305. <None Include="Properties\DataSources\labEntities.datasource" />
  306. <None Include="Properties\Settings.settings">
  307. <Generator>SettingsSingleFileGenerator</Generator>
  308. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  309. </None>
  310. <AppDesigner Include="Properties\" />
  311. </ItemGroup>
  312. <ItemGroup>
  313. <Resource Include="ical.png" />
  314. <Resource Include="ical2.png" />
  315. <Resource Include="Images\web_blue.png" />
  316. <Resource Include="Images\search.png" />
  317. <Resource Include="Images\file_pdf.png" />
  318. <Resource Include="Images\add_row.png" />
  319. <Resource Include="Images\add_column_icon.jpg" />
  320. <Resource Include="Images\table_row_insert.png" />
  321. <Resource Include="Images\Delete.png" />
  322. <Resource Include="Images\Actions-file-save-as-icon.png" />
  323. <Resource Include="Images\Print.png" />
  324. <Resource Include="Images\commit.png" />
  325. <Resource Include="Images\Undo.png" />
  326. <Resource Include="logo.png" />
  327. <Resource Include="ob_icon.ico" />
  328. <Resource Include="Images\ob_icon.ico">
  329. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  330. </Resource>
  331. <Resource Include="Images\user_group.png" />
  332. <Resource Include="Images\check.png" />
  333. <Resource Include="Images\Icon_Agreement.jpg" />
  334. <Resource Include="Images\simplico-mgt.png" />
  335. <Content Include="OperatingDatabase.sdf">
  336. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  337. </Content>
  338. <Resource Include="simplico-mgt.png" />
  339. <Content Include="sounds\Tornado_Siren.mp3">
  340. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  341. </Content>
  342. <Resource Include="simplico_about.png" />
  343. </ItemGroup>
  344. <ItemGroup>
  345. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  346. <Visible>False</Visible>
  347. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  348. <Install>true</Install>
  349. </BootstrapperPackage>
  350. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  351. <Visible>False</Visible>
  352. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  353. <Install>false</Install>
  354. </BootstrapperPackage>
  355. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  356. <Visible>False</Visible>
  357. <ProductName>.NET Framework 3.5 SP1</ProductName>
  358. <Install>false</Install>
  359. </BootstrapperPackage>
  360. <BootstrapperPackage Include="Microsoft.SQL.Server.Compact.3.5">
  361. <Visible>False</Visible>
  362. <ProductName>SQL Server Compact 3.5 SP2</ProductName>
  363. <Install>true</Install>
  364. </BootstrapperPackage>
  365. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  366. <Visible>False</Visible>
  367. <ProductName>Windows Installer 3.1</ProductName>
  368. <Install>true</Install>
  369. </BootstrapperPackage>
  370. </ItemGroup>
  371. <ItemGroup />
  372. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  373. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  374. Other similar extension points exist, see Microsoft.Common.targets.
  375. <Target Name="BeforeBuild">
  376. </Target>
  377. <Target Name="AfterBuild">
  378. </Target>
  379. -->
  380. </Project>