AuthorizationKomadin.csproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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>{CF568A49-A493-45D1-B573-37C2BB44B0F1}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>AuthorizationKomadin</RootNamespace>
  10. <AssemblyName>AuthorizationKomadin</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</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. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  39. <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.ComponentModel.DataAnnotations" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Data.Entity" />
  45. <Reference Include="System.Runtime.Serialization" />
  46. <Reference Include="System.Security" />
  47. <Reference Include="System.Xml" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Xaml">
  54. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  55. </Reference>
  56. <Reference Include="WindowsBase" />
  57. <Reference Include="PresentationCore" />
  58. <Reference Include="PresentationFramework" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <ApplicationDefinition Include="App.xaml">
  62. <Generator>MSBuild:Compile</Generator>
  63. <SubType>Designer</SubType>
  64. </ApplicationDefinition>
  65. <Compile Include="AuthorizationKomadinDataSet.cs">
  66. <DependentUpon>AuthorizationKomadinDataSet.xsd</DependentUpon>
  67. </Compile>
  68. <Compile Include="Model2.cs">
  69. <AutoGen>True</AutoGen>
  70. <DesignTime>True</DesignTime>
  71. <DependentUpon>Model2.tt</DependentUpon>
  72. </Compile>
  73. <Compile Include="User.cs">
  74. <DependentUpon>Model2.tt</DependentUpon>
  75. </Compile>
  76. <Page Include="Dictionary.xaml">
  77. <SubType>Designer</SubType>
  78. <Generator>MSBuild:Compile</Generator>
  79. </Page>
  80. <Page Include="MainWindow.xaml">
  81. <Generator>MSBuild:Compile</Generator>
  82. <SubType>Designer</SubType>
  83. </Page>
  84. <Compile Include="App.xaml.cs">
  85. <DependentUpon>App.xaml</DependentUpon>
  86. <SubType>Code</SubType>
  87. </Compile>
  88. <Compile Include="AuthorizationKomadinDataSet.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DesignTime>True</DesignTime>
  91. <DependentUpon>AuthorizationKomadinDataSet.xsd</DependentUpon>
  92. </Compile>
  93. <Compile Include="MainWindow.xaml.cs">
  94. <DependentUpon>MainWindow.xaml</DependentUpon>
  95. <SubType>Code</SubType>
  96. </Compile>
  97. <Page Include="Pages\Page1.xaml">
  98. <SubType>Designer</SubType>
  99. <Generator>MSBuild:Compile</Generator>
  100. </Page>
  101. <Page Include="Pages\Page2.xaml">
  102. <SubType>Designer</SubType>
  103. <Generator>MSBuild:Compile</Generator>
  104. </Page>
  105. <Page Include="Pages\CustomerMenu.xaml">
  106. <SubType>Designer</SubType>
  107. <Generator>MSBuild:Compile</Generator>
  108. </Page>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Compile Include="Model.Context.cs">
  112. <AutoGen>True</AutoGen>
  113. <DesignTime>True</DesignTime>
  114. <DependentUpon>Model.Context.tt</DependentUpon>
  115. </Compile>
  116. <Compile Include="Model.cs">
  117. <AutoGen>True</AutoGen>
  118. <DesignTime>True</DesignTime>
  119. <DependentUpon>Model.tt</DependentUpon>
  120. </Compile>
  121. <Compile Include="Model.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DesignTime>True</DesignTime>
  124. <DependentUpon>Model.edmx</DependentUpon>
  125. </Compile>
  126. <Compile Include="Model1.Context.cs">
  127. <AutoGen>True</AutoGen>
  128. <DesignTime>True</DesignTime>
  129. <DependentUpon>Model1.Context.tt</DependentUpon>
  130. </Compile>
  131. <Compile Include="Model1.cs">
  132. <AutoGen>True</AutoGen>
  133. <DesignTime>True</DesignTime>
  134. <DependentUpon>Model1.tt</DependentUpon>
  135. </Compile>
  136. <Compile Include="Model1.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DesignTime>True</DesignTime>
  139. <DependentUpon>Model1.edmx</DependentUpon>
  140. </Compile>
  141. <Compile Include="Model2.Context.cs">
  142. <AutoGen>True</AutoGen>
  143. <DesignTime>True</DesignTime>
  144. <DependentUpon>Model2.Context.tt</DependentUpon>
  145. </Compile>
  146. <Compile Include="Model2.Designer.cs">
  147. <AutoGen>True</AutoGen>
  148. <DesignTime>True</DesignTime>
  149. <DependentUpon>Model2.edmx</DependentUpon>
  150. </Compile>
  151. <Compile Include="Pages\AuthPage.cs" />
  152. <Compile Include="Pages\Page1.xaml.cs">
  153. <DependentUpon>Page1.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="Pages\Page2.xaml.cs">
  156. <DependentUpon>Page2.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="Pages\CustomerMenu.xaml.cs">
  159. <DependentUpon>CustomerMenu.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="Properties\AssemblyInfo.cs">
  162. <SubType>Code</SubType>
  163. </Compile>
  164. <Compile Include="Properties\Resources.Designer.cs">
  165. <AutoGen>True</AutoGen>
  166. <DesignTime>True</DesignTime>
  167. <DependentUpon>Resources.resx</DependentUpon>
  168. </Compile>
  169. <Compile Include="Properties\Settings.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DependentUpon>Settings.settings</DependentUpon>
  172. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  173. </Compile>
  174. <EmbeddedResource Include="Properties\Resources.resx">
  175. <Generator>ResXFileCodeGenerator</Generator>
  176. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  177. </EmbeddedResource>
  178. <EntityDeploy Include="Model1.edmx">
  179. <Generator>EntityModelCodeGenerator</Generator>
  180. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  181. </EntityDeploy>
  182. <None Include="AuthorizationKomadinDataSet.xsc">
  183. <DependentUpon>AuthorizationKomadinDataSet.xsd</DependentUpon>
  184. </None>
  185. <None Include="AuthorizationKomadinDataSet.xsd">
  186. <Generator>MSDataSetGenerator</Generator>
  187. <LastGenOutput>AuthorizationKomadinDataSet.Designer.cs</LastGenOutput>
  188. <SubType>Designer</SubType>
  189. </None>
  190. <None Include="AuthorizationKomadinDataSet.xss">
  191. <DependentUpon>AuthorizationKomadinDataSet.xsd</DependentUpon>
  192. </None>
  193. <EntityDeploy Include="Model.edmx">
  194. <Generator>EntityModelCodeGenerator</Generator>
  195. <LastGenOutput>Model.Designer.cs</LastGenOutput>
  196. </EntityDeploy>
  197. <None Include="Model.edmx.diagram">
  198. <DependentUpon>Model.edmx</DependentUpon>
  199. </None>
  200. <None Include="Model1.edmx.diagram">
  201. <DependentUpon>Model1.edmx</DependentUpon>
  202. </None>
  203. <EntityDeploy Include="Model2.edmx">
  204. <Generator>EntityModelCodeGenerator</Generator>
  205. <LastGenOutput>Model2.Designer.cs</LastGenOutput>
  206. </EntityDeploy>
  207. <None Include="Model2.edmx.diagram">
  208. <DependentUpon>Model2.edmx</DependentUpon>
  209. </None>
  210. <None Include="packages.config" />
  211. <None Include="Properties\Settings.settings">
  212. <Generator>SettingsSingleFileGenerator</Generator>
  213. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  214. </None>
  215. </ItemGroup>
  216. <ItemGroup>
  217. <None Include="App.config" />
  218. </ItemGroup>
  219. <ItemGroup>
  220. <Content Include="Model.Context.tt">
  221. <Generator>TextTemplatingFileGenerator</Generator>
  222. <DependentUpon>Model.edmx</DependentUpon>
  223. <LastGenOutput>Model.Context.cs</LastGenOutput>
  224. </Content>
  225. <Content Include="Model.tt">
  226. <Generator>TextTemplatingFileGenerator</Generator>
  227. <DependentUpon>Model.edmx</DependentUpon>
  228. <LastGenOutput>Model.cs</LastGenOutput>
  229. </Content>
  230. <Content Include="Model1.Context.tt">
  231. <Generator>TextTemplatingFileGenerator</Generator>
  232. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  233. <DependentUpon>Model1.edmx</DependentUpon>
  234. </Content>
  235. <Content Include="Model1.tt">
  236. <Generator>TextTemplatingFileGenerator</Generator>
  237. <DependentUpon>Model1.edmx</DependentUpon>
  238. <LastGenOutput>Model1.cs</LastGenOutput>
  239. </Content>
  240. <Content Include="Model2.Context.tt">
  241. <Generator>TextTemplatingFileGenerator</Generator>
  242. <DependentUpon>Model2.edmx</DependentUpon>
  243. <LastGenOutput>Model2.Context.cs</LastGenOutput>
  244. </Content>
  245. <Content Include="Model2.tt">
  246. <Generator>TextTemplatingFileGenerator</Generator>
  247. <DependentUpon>Model2.edmx</DependentUpon>
  248. <LastGenOutput>Model2.cs</LastGenOutput>
  249. </Content>
  250. </ItemGroup>
  251. <ItemGroup>
  252. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  253. </ItemGroup>
  254. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  255. </Project>