Fixing an issue with output parameters that are of type IntPtr
[castle.git] / MonoRail / NewGenerator / Castle.NewGenerator.Core / Castle.NewGenerator.Core.csproj
blobc9cad9fd2e9c759db9f169f2b4afa052e5367513
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>{E645B52A-F520-41B6-ABA4-1A51488B8AB5}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Castle.NewGenerator.Core</RootNamespace>\r
11     <AssemblyName>Castle.NewGenerator.Core</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   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
23     <DebugType>pdbonly</DebugType>\r
24     <Optimize>true</Optimize>\r
25     <OutputPath>bin\Release\</OutputPath>\r
26     <DefineConstants>TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <ItemGroup>\r
31     <Reference Include="Castle.Components.Common.TemplateEngine, Version=0.0.2.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />\r
32     <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />\r
33     <Reference Include="System" />\r
34     <Reference Include="System.Data" />\r
35     <Reference Include="System.Drawing" />\r
36     <Reference Include="System.Windows.Forms" />\r
37     <Reference Include="System.Xml" />\r
38   </ItemGroup>\r
39   <ItemGroup>\r
40     <Compile Include="AssemblyInfo.cs" />\r
41     <Compile Include="Attributes\GeneratorAttribute.cs" />\r
42     <Compile Include="Attributes\GeneratorOptionsAttribute.cs" />\r
43     <Compile Include="Attributes\GeneratorPanelAttribute.cs" />\r
44     <Compile Include="Attributes\ParamAttribute.cs" />\r
45     <Compile Include="BaseGenerator.cs" />\r
46     <Compile Include="DefaultGeneratorService.cs" />\r
47     <Compile Include="GeneratorConfigurer.cs" />\r
48     <Compile Include="GeneratorContext.cs" />\r
49     <Compile Include="GetOptions\Attributes\AboutAttribute.cs" />\r
50     <Compile Include="GetOptions\Attributes\AdditionalInfoAttribute.cs" />\r
51     <Compile Include="GetOptions\Attributes\ArgumentProcessorAttribute.cs" />\r
52     <Compile Include="GetOptions\Attributes\AuthorAttribute.cs" />\r
53     <Compile Include="GetOptions\Attributes\IsPartOfPackageAttribute.cs" />\r
54     <Compile Include="GetOptions\Attributes\KillOptionAttribute.cs" />\r
55     <Compile Include="GetOptions\Attributes\OptionAttribute.cs" />\r
56     <Compile Include="GetOptions\Attributes\ReportBugsToAttribute.cs" />\r
57     <Compile Include="GetOptions\Attributes\UsageComplementAttribute.cs" />\r
58     <Compile Include="GetOptions\OptionDetails.cs" />\r
59     <Compile Include="GetOptions\OptionList.cs" />\r
60     <Compile Include="GetOptions\Options.cs" />\r
61     <Compile Include="GetOptions\OptionsParsingMode.cs" />\r
62     <Compile Include="IGenerator.cs" />\r
63     <Compile Include="IGeneratorService.cs" />\r
64     <Compile Include="MR\NewController.cs" />\r
65     <Compile Include="MR\NewControllerDialog.cs">\r
66       <SubType>Form</SubType>\r
67     </Compile>\r
68     <Compile Include="MR\NewControllerDialog.Designer.cs">\r
69       <DependentUpon>NewControllerDialog.cs</DependentUpon>\r
70     </Compile>\r
71     <Compile Include="MR\NewProject.cs" />\r
72     <Compile Include="VSProject.cs" />\r
73     <Compile Include="VSSolution.cs" />\r
74   </ItemGroup>\r
75   <ItemGroup>\r
76     <None Include="Castle.NewGenerator.Core.build" />\r
77   </ItemGroup>\r
78   <ItemGroup>\r
79     <Folder Include="Properties\" />\r
80   </ItemGroup>\r
81   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
82   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
83        Other similar extension points exist, see Microsoft.Common.targets.\r
84   <Target Name="BeforeBuild">\r
85   </Target>\r
86   <Target Name="AfterBuild">\r
87   </Target>\r
88   -->\r
89 </Project>