Free cookie consent management tool by TermsFeed Policy Generator

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

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

#567

  • Improved algorithm wizard design
File size: 7.4 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>v3.5</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="ParametersControl.cs">
94      <SubType>UserControl</SubType>
95    </Compile>
96    <Compile Include="ParametersControl.Designer.cs">
97      <DependentUpon>ParametersControl.cs</DependentUpon>
98    </Compile>
99    <Compile Include="Properties\Resources.Designer.cs">
100      <AutoGen>True</AutoGen>
101      <DesignTime>True</DesignTime>
102      <DependentUpon>Resources.resx</DependentUpon>
103    </Compile>
104    <Compile Include="ViewWizard.cs" />
105    <Compile Include="Properties\AssemblyInfo.cs" />
106    <Compile Include="ViewWizardForm.cs">
107      <SubType>Form</SubType>
108    </Compile>
109    <Compile Include="ViewWizardForm.Designer.cs">
110      <DependentUpon>ViewWizardForm.cs</DependentUpon>
111    </Compile>
112  </ItemGroup>
113  <ItemGroup>
114    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
115  </ItemGroup>
116  <ItemGroup>
117    <EmbeddedResource Include="AlgorithmWizardForm.resx">
118      <DependentUpon>AlgorithmWizardForm.cs</DependentUpon>
119    </EmbeddedResource>
120    <EmbeddedResource Include="ParametersControl.resx">
121      <DependentUpon>ParametersControl.cs</DependentUpon>
122    </EmbeddedResource>
123    <EmbeddedResource Include="Properties\Resources.resx">
124      <Generator>ResXFileCodeGenerator</Generator>
125      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
126      <SubType>Designer</SubType>
127    </EmbeddedResource>
128    <EmbeddedResource Include="ViewWizardForm.resx">
129      <DependentUpon>ViewWizardForm.cs</DependentUpon>
130    </EmbeddedResource>
131  </ItemGroup>
132  <ItemGroup>
133    <None Include="VS2010Templates.snk" />
134  </ItemGroup>
135  <ItemGroup>
136    <Content Include="HeuristicLabIcon.ico" />
137    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
138    <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Down.png" />
139    <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
140    <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
141    <None Include="Resources\HL3_Logo.png" />
142  </ItemGroup>
143  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
145       Other similar extension points exist, see Microsoft.Common.targets.
146  <Target Name="BeforeBuild">
147  </Target>
148  <Target Name="AfterBuild">
149  </Target>
150  -->
151</Project>
Note: See TracBrowser for help on using the repository browser.