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>{35A9EA7C-4B5D-466A-8BAA-34DA67AC36DF}</ProjectGuid>
\r
8 <OutputType>Library</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>Castle.NewGenerator.VSNetIntegration</RootNamespace>
\r
11 <AssemblyName>Castle.NewGenerator.VSNetIntegration</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
21 <RegisterForComInterop>true</RegisterForComInterop>
\r
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
24 <DebugType>pdbonly</DebugType>
\r
25 <Optimize>true</Optimize>
\r
26 <OutputPath>bin\Release\</OutputPath>
\r
27 <DefineConstants>TRACE</DefineConstants>
\r
28 <ErrorReport>prompt</ErrorReport>
\r
29 <WarningLevel>4</WarningLevel>
\r
32 <Reference Include="Castle.Components.Common.TemplateEngine, Version=0.0.2.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
33 <SpecificVersion>False</SpecificVersion>
\r
34 <HintPath>..\..\..\build\net-2.0\debug\Castle.Components.Common.TemplateEngine.dll</HintPath>
\r
36 <Reference Include="Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine, Version=0.0.2.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
37 <SpecificVersion>False</SpecificVersion>
\r
38 <HintPath>..\..\..\build\net-2.0\debug\Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.dll</HintPath>
\r
40 <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
41 <SpecificVersion>False</SpecificVersion>
\r
42 <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
\r
44 <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
\r
45 <Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
\r
46 <Reference Include="extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
\r
47 <Reference Include="NVelocity, Version=0.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" />
\r
48 <Reference Include="System" />
\r
49 <Reference Include="System.Data" />
\r
50 <Reference Include="System.Drawing" />
\r
51 <Reference Include="System.Drawing.Design" />
\r
52 <Reference Include="System.Windows.Forms" />
\r
53 <Reference Include="System.Xml" />
\r
56 <Compile Include="Properties\Settings.Designer.cs">
\r
57 <AutoGen>True</AutoGen>
\r
58 <DesignTimeSharedInput>True</DesignTimeSharedInput>
\r
59 <DependentUpon>Settings.settings</DependentUpon>
\r
61 <Compile Include="VSGeneratorService.cs" />
\r
62 <Compile Include="Properties\AssemblyInfo.cs" />
\r
65 <ProjectReference Include="..\Castle.NewGenerator.Core\Castle.NewGenerator.Core.csproj">
\r
66 <Project>{E645B52A-F520-41B6-ABA4-1A51488B8AB5}</Project>
\r
67 <Name>Castle.NewGenerator.Core</Name>
\r
71 <None Include="Properties\Settings.settings">
\r
72 <Generator>SettingsSingleFileGenerator</Generator>
\r
73 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
\r
76 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
77 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
78 Other similar extension points exist, see Microsoft.Common.targets.
\r
79 <Target Name="BeforeBuild">
\r
81 <Target Name="AfterBuild">
\r