1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" 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 >{5AA53894-318A-47AB-A20F-126F4B539EC2}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >CustomUserAccount</RootNamespace >
11
+ <AssemblyName >CustomUserAccount</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <PlatformTarget >AnyCPU</PlatformTarget >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
+ <PlatformTarget >AnyCPU</PlatformTarget >
27
+ <DebugType >pdbonly</DebugType >
28
+ <Optimize >true</Optimize >
29
+ <OutputPath >bin\Release\</OutputPath >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ </PropertyGroup >
34
+ <ItemGroup >
35
+ <Reference Include =" BrockAllen.MembershipReboot, Version=7.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
36
+ <SpecificVersion >False</SpecificVersion >
37
+ <HintPath >..\packages\BrockAllen.MembershipReboot.7.4.1\lib\net45\BrockAllen.MembershipReboot.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" BrockAllen.MembershipReboot.Ef, Version=7.1.1.0, Culture=neutral, processorArchitecture=MSIL" >
40
+ <SpecificVersion >False</SpecificVersion >
41
+ <HintPath >..\packages\BrockAllen.MembershipReboot.Ef.7.1.1\lib\net45\BrockAllen.MembershipReboot.Ef.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
44
+ <SpecificVersion >False</SpecificVersion >
45
+ <HintPath >..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
48
+ <SpecificVersion >False</SpecificVersion >
49
+ <HintPath >..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath >
50
+ </Reference >
51
+ <Reference Include =" System" />
52
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
53
+ <Reference Include =" System.Core" />
54
+ <Reference Include =" System.IdentityModel" />
55
+ <Reference Include =" System.Xml.Linq" />
56
+ <Reference Include =" System.Data.DataSetExtensions" />
57
+ <Reference Include =" Microsoft.CSharp" />
58
+ <Reference Include =" System.Data" />
59
+ <Reference Include =" System.Xml" />
60
+ </ItemGroup >
61
+ <ItemGroup >
62
+ <Compile Include =" Program.cs" />
63
+ <Compile Include =" Properties\AssemblyInfo.cs" />
64
+ </ItemGroup >
65
+ <ItemGroup >
66
+ <None Include =" App.config" />
67
+ <None Include =" packages.config" />
68
+ </ItemGroup >
69
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71
+ Other similar extension points exist, see Microsoft.Common.targets.
72
+ <Target Name="BeforeBuild">
73
+ </Target>
74
+ <Target Name="AfterBuild">
75
+ </Target>
76
+ -->
77
+ </Project >
0 commit comments