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