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)' == '' " >AnyCPU</Platform >
6
+ <ProductVersion >8.0.30703</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{F56D6E93-085B-4223-81CA-68366EE108E3}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >Note.Test</RootNamespace >
12
+ <AssemblyName >Note.Test</AssemblyName >
13
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14
+ <FileAlignment >512</FileAlignment >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
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
+ <DebugType >pdbonly</DebugType >
27
+ <Optimize >true</Optimize >
28
+ <OutputPath >bin\Release\</OutputPath >
29
+ <DefineConstants >TRACE</DefineConstants >
30
+ <ErrorReport >prompt</ErrorReport >
31
+ <WarningLevel >4</WarningLevel >
32
+ </PropertyGroup >
33
+ <ItemGroup >
34
+ <Reference Include =" Moq" >
35
+ <HintPath >..\lib\Moq.dll</HintPath >
36
+ </Reference >
37
+ <Reference Include =" nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" >
38
+ <SpecificVersion >False</SpecificVersion >
39
+ <HintPath >..\lib\nunit.framework.dll</HintPath >
40
+ </Reference >
41
+ <Reference Include =" System" />
42
+ <Reference Include =" System.Core" />
43
+ <Reference Include =" System.Web" />
44
+ <Reference Include =" System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
45
+ <Reference Include =" System.Web.Routing" />
46
+ <Reference Include =" System.Xml.Linq" />
47
+ <Reference Include =" System.Data.DataSetExtensions" />
48
+ <Reference Include =" Microsoft.CSharp" />
49
+ <Reference Include =" System.Data" />
50
+ <Reference Include =" System.Xml" />
51
+ </ItemGroup >
52
+ <ItemGroup >
53
+ <Compile Include =" Properties\AssemblyInfo.cs" />
54
+ <Compile Include =" UserControllerTests.cs" />
55
+ </ItemGroup >
56
+ <ItemGroup >
57
+ <ProjectReference Include =" ..\Note.Core\Note.Core.csproj" >
58
+ <Project >{D0FF2D27-58CD-448D-A0E7-756D5A3A91EB}</Project >
59
+ <Name >Note.Core</Name >
60
+ </ProjectReference >
61
+ <ProjectReference Include =" ..\Note\Note.csproj" >
62
+ <Project >{C68D55E8-9889-4E19-94A1-B088E9FA8F4E}</Project >
63
+ <Name >Note</Name >
64
+ </ProjectReference >
65
+ </ItemGroup >
66
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68
+ Other similar extension points exist, see Microsoft.Common.targets.
69
+ <Target Name="BeforeBuild">
70
+ </Target>
71
+ <Target Name="AfterBuild">
72
+ </Target>
73
+ -->
74
+ </Project >
0 commit comments