1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{F1FF896B-573D-4B67-83FB-EB9CA947188D}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.Tests</AssemblyName>
14 <AssemblyOriginatorKeyFile>
15 </AssemblyOriginatorKeyFile>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
19 <DelaySign>false</DelaySign>
20 <OutputType>Library</OutputType>
21 <RootNamespace>Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.Tests</RootNamespace>
22 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
27 <UpgradeBackupLocation>
28 </UpgradeBackupLocation>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <OutputPath>..\bin\</OutputPath>
32 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33 <BaseAddress>285212672</BaseAddress>
34 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
35 <ConfigurationOverrideFile>
36 </ConfigurationOverrideFile>
37 <DefineConstants>TRACE;DEBUG</DefineConstants>
40 <DebugSymbols>true</DebugSymbols>
41 <FileAlignment>4096</FileAlignment>
42 <NoStdLib>false</NoStdLib>
45 <Optimize>false</Optimize>
46 <RegisterForComInterop>false</RegisterForComInterop>
47 <RemoveIntegerChecks>false</RemoveIntegerChecks>
48 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
49 <WarningLevel>4</WarningLevel>
50 <DebugType>full</DebugType>
51 <ErrorReport>prompt</ErrorReport>
53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54 <OutputPath>bin\Release\</OutputPath>
55 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
56 <BaseAddress>285212672</BaseAddress>
57 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
58 <ConfigurationOverrideFile>
59 </ConfigurationOverrideFile>
60 <DefineConstants>TRACE</DefineConstants>
63 <DebugSymbols>false</DebugSymbols>
64 <FileAlignment>4096</FileAlignment>
65 <NoStdLib>false</NoStdLib>
68 <Optimize>true</Optimize>
69 <RegisterForComInterop>false</RegisterForComInterop>
70 <RemoveIntegerChecks>false</RemoveIntegerChecks>
71 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
72 <WarningLevel>4</WarningLevel>
73 <DebugType>none</DebugType>
74 <ErrorReport>prompt</ErrorReport>
77 <Reference Include="nunit.framework">
78 <Name>nunit.framework</Name>
79 <HintPath>..\..\..\..\build\net-2.0\debug\nunit.framework.dll</HintPath>
81 <Reference Include="NVelocity, Version=0.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
82 <SpecificVersion>False</SpecificVersion>
83 <HintPath>..\..\..\..\build\net-2.0\debug\NVelocity.dll</HintPath>
85 <Reference Include="System">
88 <Reference Include="System.configuration" />
89 <Reference Include="System.Data">
90 <Name>System.Data</Name>
92 <Reference Include="System.Xml">
93 <Name>System.XML</Name>
95 <ProjectReference Include="..\Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.Tests.SR\Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.Tests.SR.csproj">
96 <Project>{B1DEC754-7B3F-4F3F-A99E-CB475C1AAFA2}</Project>
97 <Name>Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.Tests.SR</Name>
99 <ProjectReference Include="..\Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine\Castle.Components.Common.NVelocityTemplateEngine-vs2005.csproj">
100 <Name>Castle.Components.Common.NVelocityTemplateEngine-vs2005</Name>
101 <Project>{AA95F54F-BEC7-469A-B420-B19D1BBB8C3F}</Project>
102 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
104 <ProjectReference Include="..\Castle.Components.Common.TemplateEngine\Castle.Components.Common.TemplateEngine-vs2005.csproj">
105 <Name>Castle.Components.Common.TemplateEngine-vs2005</Name>
106 <Project>{9698FE03-CD65-4FBC-B734-7326674A4894}</Project>
107 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
109 <ProjectReference Include="..\Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.Tests.SR\Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.Tests.SR.csproj">
110 <Project>{B1DEC754-7B3F-4F3F-A99E-CB475C1AAFA2}</Project>
111 <Name>Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.Tests.SR</Name>
115 <Compile Include="AssemblyInfo.cs">
116 <SubType>Code</SubType>
118 <Compile Include="NVelocityTestCase.cs">
119 <SubType>Code</SubType>
121 <EmbeddedResource Include="compiledres\simple.vm" />
122 <EmbeddedResource Include="templates\simple.vm" />
125 <None Include="App.config" />
128 <Folder Include="Properties\" />
130 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />