AutReg.csproj 9.1 KB

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