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 >
7
- </ProductVersion >
8
- <SchemaVersion >2.0</SchemaVersion >
9
- <ProjectGuid >{E14A6705-5C93-43E9-9B1A-186A54DF5845}</ProjectGuid >
10
- <OutputType >Library</OutputType >
11
- <AppDesignerFolder >Properties</AppDesignerFolder >
12
- <RootNamespace >TwitterBootstrapHelpers.Tests</RootNamespace >
13
- <AssemblyName >TwitterBootstrapHelpers.Tests</AssemblyName >
14
- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
15
- <FileAlignment >512</FileAlignment >
16
- <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
17
- </PropertyGroup >
18
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
- <DebugSymbols >true</DebugSymbols >
20
- <DebugType >full</DebugType >
21
- <Optimize >false</Optimize >
22
- <OutputPath >bin\Debug\</OutputPath >
23
- <DefineConstants >DEBUG;TRACE</DefineConstants >
24
- <ErrorReport >prompt</ErrorReport >
25
- <WarningLevel >4</WarningLevel >
26
- </PropertyGroup >
27
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
- <DebugType >pdbonly</DebugType >
29
- <Optimize >true</Optimize >
30
- <OutputPath >bin\Release\</OutputPath >
31
- <DefineConstants >TRACE</DefineConstants >
32
- <ErrorReport >prompt</ErrorReport >
33
- <WarningLevel >4</WarningLevel >
34
- </PropertyGroup >
35
- <ItemGroup >
36
- <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
37
- <Reference Include =" System" />
38
- <Reference Include =" System.Core" >
39
- <RequiredTargetFramework >3.5</RequiredTargetFramework >
40
- </Reference >
41
- </ItemGroup >
42
- <ItemGroup >
43
- <CodeAnalysisDependentAssemblyPaths Condition =" '$(VS100COMNTOOLS)' != '' " Include =" $(VS100COMNTOOLS)..\IDE\PrivateAssemblies" >
44
- <Visible >False</Visible >
45
- </CodeAnalysisDependentAssemblyPaths >
46
- </ItemGroup >
47
- <ItemGroup >
48
- <Compile Include =" Properties\AssemblyInfo.cs" />
49
- <Compile Include =" UnitTest1.cs" />
50
- </ItemGroup >
51
- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
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 >
7
+ </ProductVersion >
8
+ <SchemaVersion >2.0</SchemaVersion >
9
+ <ProjectGuid >{E14A6705-5C93-43E9-9B1A-186A54DF5845}</ProjectGuid >
10
+ <OutputType >Library</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >TwitterBootstrapHelpers.Tests</RootNamespace >
13
+ <AssemblyName >TwitterBootstrapHelpers.Tests</AssemblyName >
14
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
37
+ <Reference Include =" Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
38
+ <Private >True</Private >
39
+ <HintPath >..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath >
40
+ </Reference >
41
+ <Reference Include =" System" />
42
+ <Reference Include =" System.Core" >
43
+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
44
+ </Reference >
45
+ <Reference Include =" System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
46
+ <Private >True</Private >
47
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.Helpers.dll</HintPath >
48
+ </Reference >
49
+ <Reference Include =" System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
50
+ <Private >True</Private >
51
+ <HintPath >..\packages\Microsoft.AspNet.Razor.2.0.20505.0\lib\net40\System.Web.Razor.dll</HintPath >
52
+ </Reference >
53
+ <Reference Include =" System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
54
+ <Private >True</Private >
55
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.dll</HintPath >
56
+ </Reference >
57
+ <Reference Include =" System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
58
+ <Private >True</Private >
59
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath >
60
+ </Reference >
61
+ <Reference Include =" System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
62
+ <Private >True</Private >
63
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath >
64
+ </Reference >
65
+ </ItemGroup >
66
+ <ItemGroup >
67
+ <CodeAnalysisDependentAssemblyPaths Condition =" '$(VS100COMNTOOLS)' != '' " Include =" $(VS100COMNTOOLS)..\IDE\PrivateAssemblies" >
68
+ <Visible >False</Visible >
69
+ </CodeAnalysisDependentAssemblyPaths >
70
+ </ItemGroup >
71
+ <ItemGroup >
72
+ <Compile Include =" Properties\AssemblyInfo.cs" />
73
+ <Compile Include =" UnitTest1.cs" />
74
+ </ItemGroup >
75
+ <ItemGroup >
76
+ <ProjectReference Include =" ..\TwitterBootstrapHelpers\TwitterBootstrapHelpers.csproj" >
77
+ <Project >{d2592e79-2388-498a-a2aa-ca344b276cd5}</Project >
78
+ <Name >TwitterBootstrapHelpers</Name >
79
+ </ProjectReference >
80
+ </ItemGroup >
81
+ <ItemGroup >
82
+ <None Include =" packages.config" />
83
+ </ItemGroup >
84
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
52
85
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
53
86
Other similar extension points exist, see Microsoft.Common.targets.
54
87
<Target Name="BeforeBuild">
55
88
</Target>
56
89
<Target Name="AfterBuild">
57
90
</Target>
58
- -->
91
+ -->
59
92
</Project >
0 commit comments