Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/Templates/HeuristicLab.VS2010Wizards/HeuristicLab.VS2010Wizards.csproj @ 4148

Last change on this file since 4148 was 4146, checked in by abeham, 14 years ago

#567

  • Added View Wizard, Wizards GAC installer, and view template
  • Sometimes it works, sometimes it doesn't
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{F1B37418-F66E-41C0-BC36-B9A02BBAF62D}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.VS2010Wizards</RootNamespace>
12    <AssemblyName>HeuristicLab.VS2010Wizards</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile>
16    </TargetFrameworkProfile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>VS2010Templates.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <ItemGroup>
43    <Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
44      <EmbedInteropTypes>False</EmbedInteropTypes>
45    </Reference>
46    <Reference Include="Microsoft.VisualStudio.TemplateWizardInterface, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
47    <Reference Include="System" />
48    <Reference Include="System.Drawing" />
49    <Reference Include="System.Windows.Forms" />
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="ViewWizard.cs" />
53    <Compile Include="Properties\AssemblyInfo.cs" />
54    <Compile Include="ViewWizardForm.cs">
55      <SubType>Form</SubType>
56    </Compile>
57    <Compile Include="ViewWizardForm.Designer.cs">
58      <DependentUpon>ViewWizardForm.cs</DependentUpon>
59    </Compile>
60  </ItemGroup>
61  <ItemGroup>
62    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
63  </ItemGroup>
64  <ItemGroup>
65    <EmbeddedResource Include="ViewWizardForm.resx">
66      <DependentUpon>ViewWizardForm.cs</DependentUpon>
67    </EmbeddedResource>
68  </ItemGroup>
69  <ItemGroup>
70    <None Include="VS2010Templates.snk" />
71  </ItemGroup>
72  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
73  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
74       Other similar extension points exist, see Microsoft.Common.targets.
75  <Target Name="BeforeBuild">
76  </Target>
77  <Target Name="AfterBuild">
78  </Target>
79  -->
80</Project>
Note: See TracBrowser for help on using the repository browser.