1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{1446E01A-0948-4E72-A77C-FD13FD63C3E3}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Settings</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Settings-3.2</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | <SignAssembly>true</SignAssembly>
|
---|
16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
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 | <DocumentationFile>bin\Release\HeuristicLab.Settings-3.2.XML</DocumentationFile>
|
---|
35 | </PropertyGroup>
|
---|
36 | <ItemGroup>
|
---|
37 | <Reference Include="System" />
|
---|
38 | <Reference Include="System.Data" />
|
---|
39 | <Reference Include="System.Drawing" />
|
---|
40 | <Reference Include="System.Windows.Forms" />
|
---|
41 | <Reference Include="System.Xml" />
|
---|
42 | </ItemGroup>
|
---|
43 | <ItemGroup>
|
---|
44 | <Compile Include="HeuristicLabSettingsPlugin.cs" />
|
---|
45 | <Compile Include="HeuristicLabSettingsApplication.cs" />
|
---|
46 | <Compile Include="MainForm.cs">
|
---|
47 | <SubType>Form</SubType>
|
---|
48 | </Compile>
|
---|
49 | <Compile Include="MainForm.Designer.cs">
|
---|
50 | <DependentUpon>MainForm.cs</DependentUpon>
|
---|
51 | </Compile>
|
---|
52 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
53 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
54 | <AutoGen>True</AutoGen>
|
---|
55 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
56 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
57 | </Compile>
|
---|
58 | </ItemGroup>
|
---|
59 | <ItemGroup>
|
---|
60 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
61 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
62 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
63 | </ProjectReference>
|
---|
64 | </ItemGroup>
|
---|
65 | <ItemGroup>
|
---|
66 | <None Include="app.config" />
|
---|
67 | <None Include="HeuristicLab.snk" />
|
---|
68 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
69 | <None Include="Properties\Settings.settings">
|
---|
70 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
71 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
72 | </None>
|
---|
73 | </ItemGroup>
|
---|
74 | <ItemGroup>
|
---|
75 | <EmbeddedResource Include="MainForm.resx">
|
---|
76 | <DependentUpon>MainForm.cs</DependentUpon>
|
---|
77 | <SubType>Designer</SubType>
|
---|
78 | </EmbeddedResource>
|
---|
79 | </ItemGroup>
|
---|
80 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
81 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
82 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
83 | <Target Name="BeforeBuild">
|
---|
84 | </Target>
|
---|
85 | <Target Name="AfterBuild">
|
---|
86 | </Target>
|
---|
87 | -->
|
---|
88 | <PropertyGroup>
|
---|
89 | <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
|
---|
90 | </PropertyGroup>
|
---|
91 | </Project> |
---|