LR1.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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>{A34435C9-5103-4F08-AE7F-B9D8A5E53D7C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>LR1</RootNamespace>
  10. <AssemblyName>LR1</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=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  39. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  40. </Reference>
  41. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.Data.Edm, Version=5.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Microsoft.Data.Edm.5.8.5\lib\net40\Microsoft.Data.Edm.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Data.OData, Version=5.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Microsoft.Data.OData.5.8.5\lib\net40\Microsoft.Data.OData.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Data.Services.Client, Version=5.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Microsoft.Data.Services.Client.5.8.5\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.ComponentModel.DataAnnotations" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Data.Entity" />
  57. <Reference Include="System.Runtime.Serialization" />
  58. <Reference Include="System.Security" />
  59. <Reference Include="System.Spatial, Version=5.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  60. <HintPath>..\packages\System.Spatial.5.8.5\lib\net40\System.Spatial.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Xml" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="System.Net.Http" />
  68. <Reference Include="System.Xaml">
  69. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  70. </Reference>
  71. <Reference Include="WindowsBase" />
  72. <Reference Include="PresentationCore" />
  73. <Reference Include="PresentationFramework" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ApplicationDefinition Include="App.xaml">
  77. <Generator>MSBuild:Compile</Generator>
  78. <SubType>Designer</SubType>
  79. </ApplicationDefinition>
  80. <Compile Include="Commands\DataCommands.cs" />
  81. <Compile Include="Entities\Employee.cs">
  82. <DependentUpon>TitleWorkers.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="Entities\Title.cs">
  85. <DependentUpon>TitleWorkers.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="Entities\TitleWorkers.Context.cs">
  88. <AutoGen>True</AutoGen>
  89. <DesignTime>True</DesignTime>
  90. <DependentUpon>TitleWorkers.Context.tt</DependentUpon>
  91. </Compile>
  92. <Compile Include="Entities\TitleWorkers.cs">
  93. <AutoGen>True</AutoGen>
  94. <DesignTime>True</DesignTime>
  95. <DependentUpon>TitleWorkers.tt</DependentUpon>
  96. </Compile>
  97. <Compile Include="Entities\TitleWorkers.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DesignTime>True</DesignTime>
  100. <DependentUpon>TitleWorkers.edmx</DependentUpon>
  101. </Compile>
  102. <Compile Include="MainPage.xaml.cs">
  103. <DependentUpon>MainPage.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="Model\ListTitle.cs" />
  106. <Compile Include="ValidationRules\EmailRule.cs" />
  107. <Compile Include="Workers.xaml.cs">
  108. <DependentUpon>Workers.xaml</DependentUpon>
  109. </Compile>
  110. <Page Include="Dictionary1.xaml">
  111. <SubType>Designer</SubType>
  112. <Generator>MSBuild:Compile</Generator>
  113. </Page>
  114. <Page Include="MainPage.xaml">
  115. <SubType>Designer</SubType>
  116. <Generator>MSBuild:Compile</Generator>
  117. </Page>
  118. <Page Include="MainWindow.xaml">
  119. <Generator>MSBuild:Compile</Generator>
  120. <SubType>Designer</SubType>
  121. </Page>
  122. <Compile Include="App.xaml.cs">
  123. <DependentUpon>App.xaml</DependentUpon>
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Compile Include="MainWindow.xaml.cs">
  127. <DependentUpon>MainWindow.xaml</DependentUpon>
  128. <SubType>Code</SubType>
  129. </Compile>
  130. <Page Include="Workers.xaml">
  131. <SubType>Designer</SubType>
  132. <Generator>MSBuild:Compile</Generator>
  133. </Page>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <Compile Include="Properties\AssemblyInfo.cs">
  137. <SubType>Code</SubType>
  138. </Compile>
  139. <Compile Include="Properties\Resources.Designer.cs">
  140. <AutoGen>True</AutoGen>
  141. <DesignTime>True</DesignTime>
  142. <DependentUpon>Resources.resx</DependentUpon>
  143. </Compile>
  144. <Compile Include="Properties\Settings.Designer.cs">
  145. <AutoGen>True</AutoGen>
  146. <DependentUpon>Settings.settings</DependentUpon>
  147. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  148. </Compile>
  149. <EmbeddedResource Include="Properties\Resources.resx">
  150. <Generator>ResXFileCodeGenerator</Generator>
  151. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  152. </EmbeddedResource>
  153. <EntityDeploy Include="Entities\TitleWorkers.edmx">
  154. <Generator>EntityModelCodeGenerator</Generator>
  155. <LastGenOutput>TitleWorkers.Designer.cs</LastGenOutput>
  156. </EntityDeploy>
  157. <None Include="Entities\TitleWorkers.edmx.diagram">
  158. <DependentUpon>TitleWorkers.edmx</DependentUpon>
  159. </None>
  160. <None Include="packages.config" />
  161. <None Include="Properties\Settings.settings">
  162. <Generator>SettingsSingleFileGenerator</Generator>
  163. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  164. </None>
  165. </ItemGroup>
  166. <ItemGroup>
  167. <None Include="App.config" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Resource Include="Images\Add.png" />
  171. </ItemGroup>
  172. <ItemGroup>
  173. <Resource Include="Images\Undo.png" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <Resource Include="Images\Edit.png" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <Resource Include="Images\Binocl.png" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <Resource Include="Images\Save.png" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <Resource Include="Images\Delete.png" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <Content Include="Entities\TitleWorkers.Context.tt">
  189. <Generator>TextTemplatingFileGenerator</Generator>
  190. <LastGenOutput>TitleWorkers.Context.cs</LastGenOutput>
  191. <DependentUpon>TitleWorkers.edmx</DependentUpon>
  192. </Content>
  193. <Content Include="Entities\TitleWorkers.tt">
  194. <Generator>TextTemplatingFileGenerator</Generator>
  195. <DependentUpon>TitleWorkers.edmx</DependentUpon>
  196. <LastGenOutput>TitleWorkers.cs</LastGenOutput>
  197. </Content>
  198. <Resource Include="Images\Loopa.png" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <WCFMetadata Include="Connected Services\" />
  205. </ItemGroup>
  206. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  207. </Project>