1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
5 <ProductVersion>8.0.50727</ProductVersion>
\r
6 <SchemaVersion>2.0</SchemaVersion>
\r
7 <ProjectGuid>{4AF15BA8-1752-491E-81DA-FE60CA1B8819}</ProjectGuid>
\r
8 <OutputType>Exe</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>Castle.NewGenerator.CLI</RootNamespace>
\r
11 <AssemblyName>CastleGen</AssemblyName>
\r
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
14 <DebugSymbols>true</DebugSymbols>
\r
15 <DebugType>full</DebugType>
\r
16 <Optimize>false</Optimize>
\r
17 <OutputPath>bin\Debug\</OutputPath>
\r
18 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
19 <ErrorReport>prompt</ErrorReport>
\r
20 <WarningLevel>4</WarningLevel>
\r
22 </DocumentationFile>
\r
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
25 <DebugType>pdbonly</DebugType>
\r
26 <Optimize>true</Optimize>
\r
27 <OutputPath>bin\Release\</OutputPath>
\r
28 <DefineConstants>TRACE</DefineConstants>
\r
29 <ErrorReport>prompt</ErrorReport>
\r
30 <WarningLevel>4</WarningLevel>
\r
33 <Reference Include="Castle.Components.Common.TemplateEngine, Version=0.0.2.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
\r
34 <Reference Include="Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine, Version=0.0.2.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
\r
35 <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
\r
36 <Reference Include="NVelocity, Version=0.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
\r
37 <Reference Include="System" />
\r
38 <Reference Include="System.Data" />
\r
39 <Reference Include="System.Xml" />
\r
42 <Compile Include="AssemblyInfo.cs" />
\r
43 <Compile Include="Program.cs" />
\r
46 <ProjectReference Include="..\Castle.NewGenerator.Core\Castle.NewGenerator.Core.csproj">
\r
47 <Project>{E645B52A-F520-41B6-ABA4-1A51488B8AB5}</Project>
\r
48 <Name>Castle.NewGenerator.Core</Name>
\r
52 <None Include="Castle.NewGenerator.CLI.build" />
\r
55 <Folder Include="Properties\" />
\r
57 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
58 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
59 Other similar extension points exist, see Microsoft.Common.targets.
\r
60 <Target Name="BeforeBuild">
\r
62 <Target Name="AfterBuild">
\r