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>{623FB817-8371-4A9A-A491-4DECC87B2BBB}</ProjectGuid>
|
---|
8 | <OutputType>WinExe</OutputType>
|
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
10 | <RootNamespace>HeuristicLab</RootNamespace>
|
---|
11 | <AssemblyName>HeuristicLab</AssemblyName>
|
---|
12 | <SignAssembly>true</SignAssembly>
|
---|
13 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
14 | <ApplicationIcon>HeuristicLab.ico</ApplicationIcon>
|
---|
15 | <FileUpgradeFlags>
|
---|
16 | </FileUpgradeFlags>
|
---|
17 | <OldToolsVersion>2.0</OldToolsVersion>
|
---|
18 | <UpgradeBackupLocation>
|
---|
19 | </UpgradeBackupLocation>
|
---|
20 | </PropertyGroup>
|
---|
21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
22 | <DebugSymbols>true</DebugSymbols>
|
---|
23 | <DebugType>full</DebugType>
|
---|
24 | <Optimize>false</Optimize>
|
---|
25 | <OutputPath>bin\Debug\</OutputPath>
|
---|
26 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
27 | <ErrorReport>prompt</ErrorReport>
|
---|
28 | <WarningLevel>4</WarningLevel>
|
---|
29 | </PropertyGroup>
|
---|
30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
31 | <DebugType>pdbonly</DebugType>
|
---|
32 | <Optimize>true</Optimize>
|
---|
33 | <OutputPath>bin\Release\</OutputPath>
|
---|
34 | <DefineConstants>TRACE</DefineConstants>
|
---|
35 | <ErrorReport>prompt</ErrorReport>
|
---|
36 | <WarningLevel>4</WarningLevel>
|
---|
37 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
38 | </PropertyGroup>
|
---|
39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
40 | <DebugSymbols>true</DebugSymbols>
|
---|
41 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
43 | <DebugType>full</DebugType>
|
---|
44 | <PlatformTarget>x86</PlatformTarget>
|
---|
45 | <ErrorReport>prompt</ErrorReport>
|
---|
46 | </PropertyGroup>
|
---|
47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
48 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
49 | <DefineConstants>TRACE</DefineConstants>
|
---|
50 | <Optimize>true</Optimize>
|
---|
51 | <DebugType>pdbonly</DebugType>
|
---|
52 | <PlatformTarget>x86</PlatformTarget>
|
---|
53 | <ErrorReport>prompt</ErrorReport>
|
---|
54 | </PropertyGroup>
|
---|
55 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release x64|x86' ">
|
---|
56 | <OutputPath>bin\x86\Release x64\</OutputPath>
|
---|
57 | <PlatformTarget>x86</PlatformTarget>
|
---|
58 | </PropertyGroup>
|
---|
59 | <ItemGroup>
|
---|
60 | <Reference Include="System" />
|
---|
61 | <Reference Include="System.Data" />
|
---|
62 | <Reference Include="System.Deployment" />
|
---|
63 | <Reference Include="System.Drawing" />
|
---|
64 | <Reference Include="System.Windows.Forms" />
|
---|
65 | <Reference Include="System.Xml" />
|
---|
66 | </ItemGroup>
|
---|
67 | <ItemGroup>
|
---|
68 | <Compile Include="MainForm.cs">
|
---|
69 | <SubType>Form</SubType>
|
---|
70 | </Compile>
|
---|
71 | <Compile Include="MainForm.Designer.cs">
|
---|
72 | <DependentUpon>MainForm.cs</DependentUpon>
|
---|
73 | </Compile>
|
---|
74 | <Compile Include="Program.cs" />
|
---|
75 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
76 | <EmbeddedResource Include="MainForm.resx">
|
---|
77 | <DependentUpon>MainForm.cs</DependentUpon>
|
---|
78 | <SubType>Designer</SubType>
|
---|
79 | </EmbeddedResource>
|
---|
80 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
81 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
82 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
83 | <SubType>Designer</SubType>
|
---|
84 | </EmbeddedResource>
|
---|
85 | <EmbeddedResource Include="SplashScreen.resx">
|
---|
86 | <DependentUpon>SplashScreen.cs</DependentUpon>
|
---|
87 | <SubType>Designer</SubType>
|
---|
88 | </EmbeddedResource>
|
---|
89 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
90 | <AutoGen>True</AutoGen>
|
---|
91 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
92 | <DesignTime>True</DesignTime>
|
---|
93 | </Compile>
|
---|
94 | <None Include="HeuristicLab.snk" />
|
---|
95 | <None Include="Properties\Settings.settings">
|
---|
96 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
97 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
98 | </None>
|
---|
99 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
100 | <AutoGen>True</AutoGen>
|
---|
101 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
102 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
103 | </Compile>
|
---|
104 | <Compile Include="SplashScreen.cs">
|
---|
105 | <SubType>Form</SubType>
|
---|
106 | </Compile>
|
---|
107 | <Compile Include="SplashScreen.Designer.cs">
|
---|
108 | <DependentUpon>SplashScreen.cs</DependentUpon>
|
---|
109 | </Compile>
|
---|
110 | </ItemGroup>
|
---|
111 | <ItemGroup>
|
---|
112 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure.GUI\HeuristicLab.PluginInfrastructure.GUI.csproj">
|
---|
113 | <Project>{D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}</Project>
|
---|
114 | <Name>HeuristicLab.PluginInfrastructure.GUI</Name>
|
---|
115 | </ProjectReference>
|
---|
116 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
117 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
118 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
119 | </ProjectReference>
|
---|
120 | </ItemGroup>
|
---|
121 | <ItemGroup>
|
---|
122 | <Content Include="HeuristicLab.ico" />
|
---|
123 | <Content Include="Resources\HeuristicLab.ico" />
|
---|
124 | <None Include="app.config" />
|
---|
125 | <None Include="CopyAssemblies.cmd" />
|
---|
126 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
127 | <None Include="Resources\LargeIcons.gif" />
|
---|
128 | <None Include="Resources\Details.gif" />
|
---|
129 | <None Include="Resources\List.gif" />
|
---|
130 | <None Include="Resources\Logo_white.gif" />
|
---|
131 | <None Include="UpdateLocalInstallation.cmd" />
|
---|
132 | </ItemGroup>
|
---|
133 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
134 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
135 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
136 | <Target Name="BeforeBuild">
|
---|
137 | </Target>
|
---|
138 | <Target Name="AfterBuild">
|
---|
139 | </Target>
|
---|
140 | -->
|
---|
141 | <PropertyGroup>
|
---|
142 | <PostBuildEvent>cmd /c ""$(ProjectDir)CopyAssemblies.cmd" "$(SolutionDir)." "$(Outdir).""
|
---|
143 | cmd /c ""$(ProjectDir)UpdateLocalInstallation.cmd" "$(Outdir).""</PostBuildEvent>
|
---|
144 | <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
|
---|
145 | </PropertyGroup>
|
---|
146 | </Project> |
---|