説明なし

mitsui.csproj 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  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>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>WpfApplication19</RootNamespace>
  12. <AssemblyName>WpfApplication19</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.1</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. <PropertyGroup>
  64. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <StartupObject />
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <Reference Include="Accessibility">
  71. <EmbedInteropTypes>True</EmbedInteropTypes>
  72. </Reference>
  73. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net35\Newtonsoft.Json.dll</HintPath>
  75. </Reference>
  76. <Reference Include="ReachFramework" />
  77. <Reference Include="System" />
  78. <Reference Include="System.ComponentModel.Composition" />
  79. <Reference Include="System.configuration" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Data.Entity" />
  82. <Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>C:\Program Files\Microsoft SQL Server Compact Edition\v3.5\Desktop\System.Data.SqlServerCe.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Printing" />
  87. <Reference Include="System.Runtime.Serialization" />
  88. <Reference Include="System.Security" />
  89. <Reference Include="System.Transactions" />
  90. <Reference Include="System.Web.Extensions" />
  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.Xaml">
  97. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  98. </Reference>
  99. <Reference Include="WindowsBase" />
  100. <Reference Include="PresentationCore" />
  101. <Reference Include="PresentationFramework" />
  102. <Reference Include="WpfLocalization">
  103. <HintPath>..\..\..\..\..\Desktop\lab\WpfLocalization\WpfLocalization\bin\Debug\WpfLocalization.dll</HintPath>
  104. </Reference>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ApplicationDefinition Include="App.xaml">
  108. <Generator>MSBuild:Compile</Generator>
  109. <SubType>Designer</SubType>
  110. </ApplicationDefinition>
  111. <Compile Include="Alert.xaml.cs">
  112. <DependentUpon>Alert.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="Authentication.cs" />
  115. <Compile Include="ChooseRecord.xaml.cs">
  116. <DependentUpon>ChooseRecord.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="ChooseRecord2.xaml.cs">
  119. <DependentUpon>ChooseRecord2.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="ChooseRecord3.xaml.cs">
  122. <DependentUpon>ChooseRecord3.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="DailyChecker.cs" />
  125. <Compile Include="DailyCheck.xaml.cs">
  126. <DependentUpon>DailyCheck.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="Debug.xaml.cs">
  129. <DependentUpon>Debug.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="EditINWindow.xaml.cs">
  132. <DependentUpon>EditINWindow.xaml</DependentUpon>
  133. </Compile>
  134. <Compile Include="EditMIDWindow.xaml.cs">
  135. <DependentUpon>EditMIDWindow.xaml</DependentUpon>
  136. </Compile>
  137. <Compile Include="EditUsingTime.xaml.cs">
  138. <DependentUpon>EditUsingTime.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="EncDec.cs" />
  141. <Compile Include="GlobalVars.cs" />
  142. <Compile Include="LoginWindow.xaml.cs">
  143. <DependentUpon>LoginWindow.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="MeasurePoint.cs" />
  146. <Compile Include="Model1.Designer.cs">
  147. <AutoGen>True</AutoGen>
  148. <DesignTime>True</DesignTime>
  149. <DependentUpon>Model1.edmx</DependentUpon>
  150. </Compile>
  151. <Compile Include="NameConverter.cs" />
  152. <Compile Include="OBInterface.cs" />
  153. <Compile Include="Printer.cs" />
  154. <Compile Include="RLAlert.xaml.cs">
  155. <DependentUpon>RLAlert.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="RLWindow.xaml.cs">
  158. <DependentUpon>RLWindow.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="SearchAgreement.xaml.cs">
  161. <DependentUpon>SearchAgreement.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="Setting2.xaml.cs">
  164. <DependentUpon>Setting2.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="User.cs" />
  167. <Compile Include="Utils.cs" />
  168. <Compile Include="Properties\Resources.th-TH.Designer.cs">
  169. <AutoGen>True</AutoGen>
  170. <DesignTime>True</DesignTime>
  171. <DependentUpon>Resources.th-TH.resx</DependentUpon>
  172. </Compile>
  173. <Compile Include="Settings.xaml.cs">
  174. <DependentUpon>Settings.xaml</DependentUpon>
  175. </Compile>
  176. <Compile Include="WebAppConnector.cs" />
  177. <Compile Include="About.xaml.cs">
  178. <DependentUpon>About.xaml</DependentUpon>
  179. </Compile>
  180. <Page Include="Alert.xaml">
  181. <SubType>Designer</SubType>
  182. <Generator>MSBuild:Compile</Generator>
  183. </Page>
  184. <Page Include="ChooseRecord.xaml">
  185. <SubType>Designer</SubType>
  186. <Generator>MSBuild:Compile</Generator>
  187. </Page>
  188. <Page Include="ChooseRecord2.xaml">
  189. <SubType>Designer</SubType>
  190. <Generator>MSBuild:Compile</Generator>
  191. </Page>
  192. <Page Include="ChooseRecord3.xaml">
  193. <Generator>MSBuild:Compile</Generator>
  194. <SubType>Designer</SubType>
  195. </Page>
  196. <Page Include="DailyCheck.xaml">
  197. <SubType>Designer</SubType>
  198. <Generator>MSBuild:Compile</Generator>
  199. </Page>
  200. <Page Include="Debug.xaml">
  201. <SubType>Designer</SubType>
  202. <Generator>MSBuild:Compile</Generator>
  203. </Page>
  204. <Page Include="EditINWindow.xaml">
  205. <SubType>Designer</SubType>
  206. <Generator>MSBuild:Compile</Generator>
  207. </Page>
  208. <Page Include="EditMIDWindow.xaml">
  209. <SubType>Designer</SubType>
  210. <Generator>MSBuild:Compile</Generator>
  211. </Page>
  212. <Page Include="EditUsingTime.xaml">
  213. <SubType>Designer</SubType>
  214. <Generator>MSBuild:Compile</Generator>
  215. </Page>
  216. <Page Include="LoginWindow.xaml">
  217. <SubType>Designer</SubType>
  218. <Generator>MSBuild:Compile</Generator>
  219. </Page>
  220. <Page Include="MainWindow.xaml">
  221. <Generator>MSBuild:Compile</Generator>
  222. <SubType>Designer</SubType>
  223. </Page>
  224. <Compile Include="App.xaml.cs">
  225. <DependentUpon>App.xaml</DependentUpon>
  226. <SubType>Code</SubType>
  227. </Compile>
  228. <Compile Include="MainWindow.xaml.cs">
  229. <DependentUpon>MainWindow.xaml</DependentUpon>
  230. <SubType>Code</SubType>
  231. </Compile>
  232. <Page Include="RLAlert.xaml">
  233. <Generator>MSBuild:Compile</Generator>
  234. <SubType>Designer</SubType>
  235. </Page>
  236. <Page Include="RLWindow.xaml">
  237. <Generator>MSBuild:Compile</Generator>
  238. <SubType>Designer</SubType>
  239. </Page>
  240. <Page Include="SearchAgreement.xaml">
  241. <SubType>Designer</SubType>
  242. <Generator>MSBuild:Compile</Generator>
  243. </Page>
  244. <Page Include="Setting2.xaml">
  245. <SubType>Designer</SubType>
  246. <Generator>MSBuild:Compile</Generator>
  247. </Page>
  248. <Page Include="Settings.xaml">
  249. <SubType>Designer</SubType>
  250. <Generator>MSBuild:Compile</Generator>
  251. </Page>
  252. <Page Include="Simple Styles.xaml">
  253. <Generator>MSBuild:Compile</Generator>
  254. <SubType>Designer</SubType>
  255. </Page>
  256. <Page Include="About.xaml">
  257. <Generator>MSBuild:Compile</Generator>
  258. <SubType>Designer</SubType>
  259. </Page>
  260. </ItemGroup>
  261. <ItemGroup>
  262. <Compile Include="Properties\AssemblyInfo.cs">
  263. <SubType>Code</SubType>
  264. </Compile>
  265. <Compile Include="Properties\Resources.Designer.cs">
  266. <AutoGen>True</AutoGen>
  267. <DesignTime>True</DesignTime>
  268. <DependentUpon>Resources.resx</DependentUpon>
  269. </Compile>
  270. <Compile Include="Properties\Settings.Designer.cs">
  271. <AutoGen>True</AutoGen>
  272. <DependentUpon>Settings.settings</DependentUpon>
  273. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  274. </Compile>
  275. <EmbeddedResource Include="Properties\Resources.resx">
  276. <Generator>ResXFileCodeGenerator</Generator>
  277. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  278. </EmbeddedResource>
  279. <EmbeddedResource Include="Properties\Resources.th-TH.resx">
  280. <Generator>ResXFileCodeGenerator</Generator>
  281. <LastGenOutput>Resources.th-TH.Designer.cs</LastGenOutput>
  282. </EmbeddedResource>
  283. <Content Include="agreements\011A.pdf">
  284. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  285. </Content>
  286. <Content Include="agreements\1031A.pdf">
  287. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  288. </Content>
  289. <Content Include="agreements\1034.pdf">
  290. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  291. </Content>
  292. <Content Include="agreements\1034A.pdf">
  293. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  294. </Content>
  295. <Content Include="agreements\1417B.pdf">
  296. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  297. </Content>
  298. <Content Include="agreements\1466.pdf">
  299. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  300. </Content>
  301. <Content Include="agreements\1306.pdf">
  302. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  303. </Content>
  304. <Content Include="agreements\535.pdf">
  305. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  306. </Content>
  307. <Content Include="agreements\1176A.pdf">
  308. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  309. </Content>
  310. <Content Include="agreements\817B.pdf">
  311. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  312. </Content>
  313. <Content Include="agreements\1146.pdf">
  314. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  315. </Content>
  316. <None Include="App.config">
  317. <SubType>Designer</SubType>
  318. </None>
  319. <EntityDeploy Include="Model1.edmx">
  320. <Generator>EntityModelCodeGenerator</Generator>
  321. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  322. </EntityDeploy>
  323. <None Include="OperatingDatabaseDataSet.xsc">
  324. <DependentUpon>OperatingDatabaseDataSet.xsd</DependentUpon>
  325. </None>
  326. <None Include="OperatingDatabaseDataSet.xsd">
  327. <Generator>MSDataSetGenerator</Generator>
  328. <SubType>Designer</SubType>
  329. </None>
  330. <None Include="OperatingDatabaseDataSet.xss">
  331. <DependentUpon>OperatingDatabaseDataSet.xsd</DependentUpon>
  332. </None>
  333. <None Include="packages.config" />
  334. <None Include="Properties\DataSources\labEntities.datasource" />
  335. <None Include="Properties\Settings.settings">
  336. <Generator>SettingsSingleFileGenerator</Generator>
  337. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  338. </None>
  339. <AppDesigner Include="Properties\" />
  340. <None Include="SampleDataSet.xsc">
  341. <DependentUpon>SampleDataSet.xsd</DependentUpon>
  342. </None>
  343. <None Include="SampleDataSet.xsd">
  344. <Generator>MSDataSetGenerator</Generator>
  345. <SubType>Designer</SubType>
  346. </None>
  347. <None Include="SampleDataSet.xss">
  348. <DependentUpon>SampleDataSet.xsd</DependentUpon>
  349. </None>
  350. </ItemGroup>
  351. <ItemGroup>
  352. <Resource Include="ical.png" />
  353. <Resource Include="ical2.png" />
  354. <Resource Include="Images\web_blue.png" />
  355. <Resource Include="Images\search.png" />
  356. <Resource Include="Images\file_pdf.png" />
  357. <Resource Include="Images\add_row.png" />
  358. <Resource Include="Images\add_column_icon.jpg" />
  359. <Resource Include="Images\table_row_insert.png" />
  360. <Resource Include="Images\Delete.png" />
  361. <Resource Include="Images\Actions-file-save-as-icon.png" />
  362. <Resource Include="Images\Print.png" />
  363. <Resource Include="Images\commit.png" />
  364. <Resource Include="Images\Undo.png" />
  365. <Resource Include="logo.png" />
  366. <Resource Include="ob_icon.ico" />
  367. <Resource Include="Images\ob_icon.ico">
  368. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  369. </Resource>
  370. <Resource Include="Images\user_group.png" />
  371. <Resource Include="Images\check.png" />
  372. <Resource Include="Images\Icon_Agreement.jpg" />
  373. <Resource Include="Images\simplico-mgt %281%29.png" />
  374. <Content Include="OperatingDatabase.sdf">
  375. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  376. </Content>
  377. <Content Include="Sample.sdf">
  378. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  379. </Content>
  380. <Resource Include="simplico-mgt %281%29.png" />
  381. <Content Include="sounds\Tornado_Siren.mp3">
  382. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  383. </Content>
  384. <Resource Include="simplico_about.png" />
  385. </ItemGroup>
  386. <ItemGroup>
  387. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  388. <Visible>False</Visible>
  389. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  390. <Install>true</Install>
  391. </BootstrapperPackage>
  392. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  393. <Visible>False</Visible>
  394. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  395. <Install>false</Install>
  396. </BootstrapperPackage>
  397. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  398. <Visible>False</Visible>
  399. <ProductName>.NET Framework 3.5 SP1</ProductName>
  400. <Install>false</Install>
  401. </BootstrapperPackage>
  402. <BootstrapperPackage Include="Microsoft.SQL.Server.Compact.3.5">
  403. <Visible>False</Visible>
  404. <ProductName>SQL Server Compact 3.5 SP2</ProductName>
  405. <Install>true</Install>
  406. </BootstrapperPackage>
  407. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  408. <Visible>False</Visible>
  409. <ProductName>Windows Installer 3.1</ProductName>
  410. <Install>true</Install>
  411. </BootstrapperPackage>
  412. </ItemGroup>
  413. <ItemGroup />
  414. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  415. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  416. Other similar extension points exist, see Microsoft.Common.targets.
  417. <Target Name="BeforeBuild">
  418. </Target>
  419. <Target Name="AfterBuild">
  420. </Target>
  421. -->
  422. </Project>