1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >9.0.21022</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >Castle.NVelocity.Tests</RootNamespace >
12+ <AssemblyName >Castle.NVelocity.Tests</AssemblyName >
13+ <FileUpgradeFlags >
14+ </FileUpgradeFlags >
15+ <OldToolsVersion >3.5</OldToolsVersion >
16+ <UpgradeBackupLocation >
17+ </UpgradeBackupLocation >
18+ <IsWebBootstrapper >false</IsWebBootstrapper >
19+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
20+ <TargetFrameworkProfile />
21+ <PublishUrl >publish\</PublishUrl >
22+ <Install >true</Install >
23+ <InstallFrom >Disk</InstallFrom >
24+ <UpdateEnabled >false</UpdateEnabled >
25+ <UpdateMode >Foreground</UpdateMode >
26+ <UpdateInterval >7</UpdateInterval >
27+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
28+ <UpdatePeriodically >false</UpdatePeriodically >
29+ <UpdateRequired >false</UpdateRequired >
30+ <MapFileExtensions >true</MapFileExtensions >
31+ <ApplicationRevision >0</ApplicationRevision >
32+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
33+ <UseApplicationTrust >false</UseApplicationTrust >
34+ <BootstrapperEnabled >true</BootstrapperEnabled >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
37+ <DebugSymbols >true</DebugSymbols >
38+ <DebugType >full</DebugType >
39+ <Optimize >false</Optimize >
40+ <OutputPath >bin\Debug\</OutputPath >
41+ <DefineConstants >DEBUG;TRACE</DefineConstants >
42+ <ErrorReport >prompt</ErrorReport >
43+ <WarningLevel >4</WarningLevel >
44+ <Prefer32Bit >false</Prefer32Bit >
45+ </PropertyGroup >
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
47+ <DebugType >pdbonly</DebugType >
48+ <Optimize >true</Optimize >
49+ <OutputPath >bin\Release\</OutputPath >
50+ <DefineConstants >TRACE</DefineConstants >
51+ <ErrorReport >prompt</ErrorReport >
52+ <WarningLevel >4</WarningLevel >
53+ <Prefer32Bit >false</Prefer32Bit >
54+ </PropertyGroup >
55+ <ItemGroup >
56+ <Reference Include =" nunit.framework, Version=2.4.1.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" >
57+ <SpecificVersion >False</SpecificVersion >
58+ <HintPath >..\..\lib\nunit.framework.dll</HintPath >
59+ </Reference >
60+ <Reference Include =" System" />
61+ <Reference Include =" System.Data" />
62+ <Reference Include =" System.Xml" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Compile Include =" ParserTests\XmlPositionTestCase.cs" />
66+ <Compile Include =" ParserTests\GetNodeAtPositionTestCase.cs" />
67+ <Compile Include =" ParserTests\NVelocityCommentsTestCase.cs" />
68+ <Compile Include =" ParserTests\NVelocityDirectiveTestCase.cs" />
69+ <Compile Include =" ParserTests\NVelocityExpressionPositionTestCase.cs" />
70+ <Compile Include =" ParserTests\NVelocityInXmlParserTestCase.cs" />
71+ <Compile Include =" ParserTests\XmlParserTestCase.cs" />
72+ <Compile Include =" ParserTests\NVelocityExpressionParserTestCase.cs" />
73+ <Compile Include =" ParserTests\NVelocityReferenceParserTestCase.cs" />
74+ <Compile Include =" ParserTests\ParserTestBase.cs" />
75+ <Compile Include =" ScannerTests\LineScannerTestCase.cs" />
76+ <Compile Include =" ScannerTests\ScannerOptionsTestCase.cs" />
77+ <Compile Include =" ScannerTests\SplitTokenTestCase.cs" />
78+ <Compile Include =" ScannerTests\TokenLookAhead.cs" />
79+ <Compile Include =" ScannerTests\TokenPositionTestCase.cs" />
80+ <Compile Include =" ScannerTests\NVelocityTokenTestCase.cs" />
81+ <Compile Include =" ScannerTests\NVelocityCommentTestCase.cs" />
82+ <Compile Include =" ScannerTests\NVelocityDirectiveTestCase.cs" />
83+ <Compile Include =" ScannerTests\ScannerTestBase.cs" />
84+ <Compile Include =" Properties\AssemblyInfo.cs" />
85+ <Compile Include =" ScannerTests\XmlTestCase.cs" />
86+ </ItemGroup >
87+ <ItemGroup >
88+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
89+ <Visible >False</Visible >
90+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
91+ <Install >false</Install >
92+ </BootstrapperPackage >
93+ <BootstrapperPackage Include =" Microsoft.Net.Framework.2.0" >
94+ <Visible >False</Visible >
95+ <ProductName >.NET Framework 2.0 %28x86%29</ProductName >
96+ <Install >true</Install >
97+ </BootstrapperPackage >
98+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.0" >
99+ <Visible >False</Visible >
100+ <ProductName >.NET Framework 3.0 %28x86%29</ProductName >
101+ <Install >false</Install >
102+ </BootstrapperPackage >
103+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5" >
104+ <Visible >False</Visible >
105+ <ProductName >.NET Framework 3.5</ProductName >
106+ <Install >false</Install >
107+ </BootstrapperPackage >
108+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
109+ <Visible >False</Visible >
110+ <ProductName >.NET Framework 3.5 SP1</ProductName >
111+ <Install >false</Install >
112+ </BootstrapperPackage >
113+ </ItemGroup >
114+ <ItemGroup >
115+ <ProjectReference Include =" ..\Castle.NVelocity\Castle.NVelocity-vs2010.csproj" >
116+ <Project >{6E419017-8FB9-4D6B-99EE-4B7502C234B0}</Project >
117+ <Name >Castle.NVelocity-vs2010</Name >
118+ </ProjectReference >
119+ </ItemGroup >
120+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
121+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122+ Other similar extension points exist, see Microsoft.Common.targets.
123+ <Target Name="BeforeBuild">
124+ </Target>
125+ <Target Name="AfterBuild">
126+ </Target>
127+ -->
128+ </Project >
0 commit comments