|
33
|
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>{16212FBC-F2A7-4B68-8E80-96D00AD83F53}</ProjectGuid>
|
|
|
10 |
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
11 |
<OutputType>Library</OutputType>
|
|
|
12 |
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
13 |
<RootNamespace>UnitTest.Web</RootNamespace>
|
|
|
14 |
<AssemblyName>UnitTest.Web</AssemblyName>
|
|
|
15 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
16 |
<SilverlightApplicationList>{9E484E9B-011F-408A-9AEE-A3D31DF82F25}|..\UnitTest\UnitTest.csproj|ClientBin|False</SilverlightApplicationList>
|
|
|
17 |
</PropertyGroup>
|
|
|
18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
19 |
<DebugSymbols>true</DebugSymbols>
|
|
|
20 |
<DebugType>full</DebugType>
|
|
|
21 |
<Optimize>false</Optimize>
|
|
|
22 |
<OutputPath>bin\</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\</OutputPath>
|
|
|
31 |
<DefineConstants>TRACE</DefineConstants>
|
|
|
32 |
<ErrorReport>prompt</ErrorReport>
|
|
|
33 |
<WarningLevel>4</WarningLevel>
|
|
|
34 |
</PropertyGroup>
|
|
|
35 |
<ItemGroup>
|
|
|
36 |
<Reference Include="Microsoft.CSharp" />
|
|
|
37 |
<Reference Include="System.Web.DynamicData" />
|
|
|
38 |
<Reference Include="System.Web.Entity" />
|
|
|
39 |
<Reference Include="System.Web.ApplicationServices" />
|
|
|
40 |
<Reference Include="System" />
|
|
|
41 |
<Reference Include="System.Data" />
|
|
|
42 |
<Reference Include="System.Core" />
|
|
|
43 |
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
44 |
<Reference Include="System.Web.Extensions" />
|
|
|
45 |
<Reference Include="System.Xml.Linq" />
|
|
|
46 |
<Reference Include="System.Drawing" />
|
|
|
47 |
<Reference Include="System.Web" />
|
|
|
48 |
<Reference Include="System.Xml" />
|
|
|
49 |
<Reference Include="System.Configuration" />
|
|
|
50 |
<Reference Include="System.Web.Services" />
|
|
|
51 |
<Reference Include="System.EnterpriseServices" />
|
|
|
52 |
<Reference Include="System.Web.Mobile" />
|
|
|
53 |
</ItemGroup>
|
|
|
54 |
<ItemGroup>
|
|
|
55 |
<Content Include="ClientBin\UnitTest.xap" />
|
|
|
56 |
<Content Include="Silverlight.js" />
|
|
|
57 |
<Content Include="UnitTestTestPage.aspx" />
|
|
|
58 |
<Content Include="UnitTestTestPage.html" />
|
|
|
59 |
<Content Include="Web.config" />
|
|
|
60 |
<Content Include="Web.Debug.config">
|
|
|
61 |
<DependentUpon>Web.config</DependentUpon>
|
|
|
62 |
</Content>
|
|
|
63 |
<Content Include="Web.Release.config">
|
|
|
64 |
<DependentUpon>Web.config</DependentUpon>
|
|
|
65 |
</Content>
|
|
|
66 |
</ItemGroup>
|
|
|
67 |
<ItemGroup>
|
|
|
68 |
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
69 |
</ItemGroup>
|
|
|
70 |
<ItemGroup />
|
|
|
71 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
72 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
|
|
73 |
<ProjectExtensions>
|
|
|
74 |
<VisualStudio>
|
|
|
75 |
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
|
76 |
<WebProjectProperties>
|
|
|
77 |
<UseIIS>False</UseIIS>
|
|
|
78 |
<AutoAssignPort>True</AutoAssignPort>
|
|
|
79 |
<DevelopmentServerPort>4516</DevelopmentServerPort>
|
|
|
80 |
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
|
81 |
<IISUrl>
|
|
|
82 |
</IISUrl>
|
|
|
83 |
<NTLMAuthentication>False</NTLMAuthentication>
|
|
|
84 |
<UseCustomServer>False</UseCustomServer>
|
|
|
85 |
<CustomServerUrl>
|
|
|
86 |
</CustomServerUrl>
|
|
|
87 |
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
88 |
</WebProjectProperties>
|
|
|
89 |
</FlavorProperties>
|
|
|
90 |
</VisualStudio>
|
|
|
91 |
</ProjectExtensions>
|
|
|
92 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
93 |
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
94 |
<Target Name="BeforeBuild">
|
|
|
95 |
</Target>
|
|
|
96 |
<Target Name="AfterBuild">
|
|
|
97 |
</Target>
|
|
|
98 |
-->
|
|
|
99 |
</Project> |