Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5704 was 5704, checked in by abeham, 13 years ago

#567

  • Added item template
  • Adapted problem template
  • Enabled tab key to continue editing the next column in the grid
File size: 8.1 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  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>bin\x86\Debug\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x86</PlatformTarget>
48    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.VS2010Wizards.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
49    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
50    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
54    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
55    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
58    <OutputPath>bin\x86\Release\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <CodeAnalysisLogFile>bin\Release\HeuristicLab.VS2010Wizards.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
64    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
65    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
69    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
70    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
72    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
73  </PropertyGroup>
74  <ItemGroup>
75    <Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
76      <EmbedInteropTypes>False</EmbedInteropTypes>
77    </Reference>
78    <Reference Include="Microsoft.VisualStudio.TemplateWizardInterface, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
79    <Reference Include="System" />
80    <Reference Include="System.Data" />
81    <Reference Include="System.Drawing" />
82    <Reference Include="System.Windows.Forms" />
83    <Reference Include="System.Xml" />
84  </ItemGroup>
85  <ItemGroup>
86    <Compile Include="AlgorithmWizard.cs" />
87    <Compile Include="AlgorithmWizardForm.cs">
88      <SubType>Form</SubType>
89    </Compile>
90    <Compile Include="AlgorithmWizardForm.Designer.cs">
91      <DependentUpon>AlgorithmWizardForm.cs</DependentUpon>
92    </Compile>
93    <Compile Include="ItemWizard.cs" />
94    <Compile Include="ItemWizardForm.cs">
95      <SubType>Form</SubType>
96    </Compile>
97    <Compile Include="ItemWizardForm.Designer.cs">
98      <DependentUpon>ItemWizardForm.cs</DependentUpon>
99    </Compile>
100    <Compile Include="ProblemWizardForm.cs">
101      <SubType>Form</SubType>
102    </Compile>
103    <Compile Include="ProblemWizardForm.Designer.cs">
104      <DependentUpon>ProblemWizardForm.cs</DependentUpon>
105    </Compile>
106    <Compile Include="ProblemWizard.cs" />
107    <Compile Include="ParametersControl.cs">
108      <SubType>UserControl</SubType>
109    </Compile>
110    <Compile Include="ParametersControl.Designer.cs">
111      <DependentUpon>ParametersControl.cs</DependentUpon>
112    </Compile>
113    <Compile Include="Properties\Resources.Designer.cs">
114      <AutoGen>True</AutoGen>
115      <DesignTime>True</DesignTime>
116      <DependentUpon>Resources.resx</DependentUpon>
117    </Compile>
118    <Compile Include="ViewWizard.cs" />
119    <Compile Include="Properties\AssemblyInfo.cs" />
120    <Compile Include="ViewWizardForm.cs">
121      <SubType>Form</SubType>
122    </Compile>
123    <Compile Include="ViewWizardForm.Designer.cs">
124      <DependentUpon>ViewWizardForm.cs</DependentUpon>
125    </Compile>
126  </ItemGroup>
127  <ItemGroup>
128    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
129  </ItemGroup>
130  <ItemGroup>
131    <EmbeddedResource Include="AlgorithmWizardForm.resx">
132      <DependentUpon>AlgorithmWizardForm.cs</DependentUpon>
133    </EmbeddedResource>
134    <EmbeddedResource Include="ItemWizardForm.resx">
135      <DependentUpon>ItemWizardForm.cs</DependentUpon>
136    </EmbeddedResource>
137    <EmbeddedResource Include="ProblemWizardForm.resx">
138      <DependentUpon>ProblemWizardForm.cs</DependentUpon>
139    </EmbeddedResource>
140    <EmbeddedResource Include="ParametersControl.resx">
141      <DependentUpon>ParametersControl.cs</DependentUpon>
142    </EmbeddedResource>
143    <EmbeddedResource Include="Properties\Resources.resx">
144      <Generator>ResXFileCodeGenerator</Generator>
145      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
146      <SubType>Designer</SubType>
147    </EmbeddedResource>
148    <EmbeddedResource Include="ViewWizardForm.resx">
149      <DependentUpon>ViewWizardForm.cs</DependentUpon>
150    </EmbeddedResource>
151  </ItemGroup>
152  <ItemGroup>
153    <None Include="VS2010Templates.snk" />
154  </ItemGroup>
155  <ItemGroup>
156    <Content Include="HeuristicLabIcon.ico" />
157    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
158    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Down.png" />
159    <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
160    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
161    <None Include="Resources\HL3_Logo.png" />
162  </ItemGroup>
163  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
164  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
165       Other similar extension points exist, see Microsoft.Common.targets.
166  <Target Name="BeforeBuild">
167  </Target>
168  <Target Name="AfterBuild">
169  </Target>
170  -->
171</Project>
Note: See TracBrowser for help on using the repository browser.