Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj @ 1589

Last change on this file since 1589 was 1589, checked in by kgrading, 15 years ago

refactoring (#547)

File size: 6.1 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{94186A6A-5176-4402-AE83-886557B53CCA}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.PluginInfrastructure</RootNamespace>
11    <AssemblyName>HeuristicLab.PluginInfrastructure</AssemblyName>
12    <StartupObject>
13    </StartupObject>
14    <SignAssembly>true</SignAssembly>
15    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
16    <FileUpgradeFlags>
17    </FileUpgradeFlags>
18    <OldToolsVersion>2.0</OldToolsVersion>
19    <UpgradeBackupLocation>
20    </UpgradeBackupLocation>
21  </PropertyGroup>
22  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23    <DebugSymbols>true</DebugSymbols>
24    <DebugType>full</DebugType>
25    <Optimize>false</Optimize>
26    <OutputPath>bin\Debug\</OutputPath>
27    <DefineConstants>DEBUG;TRACE</DefineConstants>
28    <ErrorReport>prompt</ErrorReport>
29    <WarningLevel>4</WarningLevel>
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32    <DebugType>pdbonly</DebugType>
33    <Optimize>true</Optimize>
34    <OutputPath>bin\Release\</OutputPath>
35    <DefineConstants>TRACE</DefineConstants>
36    <ErrorReport>prompt</ErrorReport>
37    <WarningLevel>4</WarningLevel>
38    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
39    <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\x86\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>bin\x86\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x64\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\x64\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.XML</DocumentationFile>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="System" />
77    <Reference Include="System.Data" />
78    <Reference Include="System.Deployment" />
79    <Reference Include="System.Drawing" />
80    <Reference Include="System.Windows.Forms" />
81    <Reference Include="System.Xml" />
82  </ItemGroup>
83  <ItemGroup>
84    <Compile Include="ApplicationInfo.cs" />
85    <Compile Include="AssemblyBuildDateAttribute.cs" />
86    <Compile Include="BaseClasses\ApplicationBase.cs" />
87    <Compile Include="BaseClasses\PluginBase.cs" />
88    <Compile Include="ClassInfoAttribute.cs" />
89    <Compile Include="Interfaces\IApplication.cs" />
90    <Compile Include="Interfaces\IControl.cs" />
91    <Compile Include="Interfaces\IControlManager.cs" />
92    <Compile Include="InvalidPluginException.cs" />
93    <Compile Include="PluginManager.cs" />
94    <Compile Include="PluginManagerActionEventArgs.cs" />
95    <Compile Include="DependencyAttribute.cs" />
96    <Compile Include="Interfaces\IPlugin.cs" />
97    <Compile Include="DiscoveryService.cs" />
98    <Compile Include="PluginFileAttribute.cs" />
99    <Compile Include="PluginInfo.cs" />
100    <Compile Include="Loader.cs" />
101    <Compile Include="Runner.cs" />
102    <Compile Include="Properties\AssemblyInfo.cs" />
103    <EmbeddedResource Include="Properties\Resources.resx">
104      <Generator>ResXFileCodeGenerator</Generator>
105      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
106      <SubType>Designer</SubType>
107    </EmbeddedResource>
108    <Compile Include="Properties\Resources.Designer.cs">
109      <AutoGen>True</AutoGen>
110      <DependentUpon>Resources.resx</DependentUpon>
111      <DesignTime>True</DesignTime>
112    </Compile>
113    <None Include="app.config" />
114    <None Include="HeuristicLab.snk" />
115    <None Include="Properties\AssemblyInfo.frame" />
116    <None Include="Properties\Settings.settings">
117      <Generator>PublicSettingsSingleFileGenerator</Generator>
118      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
119    </None>
120    <Compile Include="Properties\Settings.Designer.cs">
121      <AutoGen>True</AutoGen>
122      <DependentUpon>Settings.settings</DependentUpon>
123      <DesignTimeSharedInput>True</DesignTimeSharedInput>
124    </Compile>
125  </ItemGroup>
126  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
127  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128       Other similar extension points exist, see Microsoft.Common.targets.
129  <Target Name="BeforeBuild">
130  </Target>
131  <Target Name="AfterBuild">
132  </Target>
133  -->
134  <PropertyGroup>
135    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
136set ProjectDir=$(ProjectDir)
137set SolutionDir=$(SolutionDir)
138set Outdir=$(Outdir)
139
140call PreBuildEvent.cmd</PreBuildEvent>
141  </PropertyGroup>
142</Project>
Note: See TracBrowser for help on using the repository browser.