Fixing an issue with output parameters that are of type IntPtr
[castle.git] / MonoRail / NewGenerator / Castle.NewGenerator.CLI / Castle.NewGenerator.CLI.csproj
blobd5405f632a6c47ba66e161c0fe5bafaa17a4a358
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\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
12   </PropertyGroup>\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
21     <DocumentationFile>\r
22     </DocumentationFile>\r
23   </PropertyGroup>\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
31   </PropertyGroup>\r
32   <ItemGroup>\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
40   </ItemGroup>\r
41   <ItemGroup>\r
42     <Compile Include="AssemblyInfo.cs" />\r
43     <Compile Include="Program.cs" />\r
44   </ItemGroup>\r
45   <ItemGroup>\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
49     </ProjectReference>\r
50   </ItemGroup>\r
51   <ItemGroup>\r
52     <None Include="Castle.NewGenerator.CLI.build" />\r
53   </ItemGroup>\r
54   <ItemGroup>\r
55     <Folder Include="Properties\" />\r
56   </ItemGroup>\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
61   </Target>\r
62   <Target Name="AfterBuild">\r
63   </Target>\r
64   -->\r
65 </Project>