Açıklama Yok

mitsui.csproj 13KB

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