Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/HeuristicLab.Problems.Robocode.Views-3.3.csproj @ 13018

Last change on this file since 13018 was 13018, checked in by gkronber, 9 years ago

#2069: cleaned code and renamed files

File size: 7.1 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  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.Robocode.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.Robocode.Views-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <Prefer32Bit>false</Prefer32Bit>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="HeuristicLab.Collections-3.3">
43      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
44      <Private>False</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Common-3.3">
47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
48      <Private>False</Private>
49    </Reference>
50    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
53      <Private>False</Private>
54    </Reference>
55    <Reference Include="HeuristicLab.Core-3.3">
56      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
57      <Private>False</Private>
58    </Reference>
59    <Reference Include="HeuristicLab.Core.Views-3.3">
60      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
61      <Private>False</Private>
62    </Reference>
63    <Reference Include="HeuristicLab.Data-3.3">
64      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
65      <Private>False</Private>
66    </Reference>
67    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
68      <SpecificVersion>False</SpecificVersion>
69      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
73      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
74      <Private>False</Private>
75    </Reference>
76    <Reference Include="HeuristicLab.MainForm-3.3">
77      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
78      <Private>False</Private>
79    </Reference>
80    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
81      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
82      <Private>False</Private>
83    </Reference>
84    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
85      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="System" />
89    <Reference Include="System.Core" />
90    <Reference Include="System.Drawing" />
91    <Reference Include="System.Windows.Forms" />
92  </ItemGroup>
93  <ItemGroup>
94    <None Include="HeuristicLab.snk" />
95    <None Include="Plugin.cs.frame" />
96    <None Include="Properties\AssemblyInfo.cs.frame" />
97    <Compile Include="BattleRunnerDialog.cs">
98      <SubType>Form</SubType>
99    </Compile>
100    <Compile Include="BattleRunnerDialog.Designer.cs">
101      <DependentUpon>BattleRunnerDialog.cs</DependentUpon>
102    </Compile>
103    <Compile Include="CodeSymbolView.cs" />
104    <Compile Include="CodeSymbolView.Designer.cs">
105      <DependentUpon>CodeSymbolView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="EnemyCollectionView.cs">
108      <SubType>UserControl</SubType>
109    </Compile>
110    <Compile Include="EnemyCollectionView.Designer.cs">
111      <DependentUpon>EnemyCollectionView.cs</DependentUpon>
112    </Compile>
113    <Compile Include="SolutionCodeView.cs">
114      <SubType>UserControl</SubType>
115    </Compile>
116    <Compile Include="SolutionCodeView.Designer.cs">
117      <DependentUpon>SolutionCodeView.cs</DependentUpon>
118    </Compile>
119    <Compile Include="SolutionProgramView.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="SolutionProgramView.Designer.cs">
123      <DependentUpon>SolutionProgramView.cs</DependentUpon>
124    </Compile>
125    <Compile Include="Plugin.cs" />
126    <Compile Include="Properties\AssemblyInfo.cs" />
127  </ItemGroup>
128  <ItemGroup>
129    <ProjectReference Include="..\..\HeuristicLab.Problems.Robocode\3.3\HeuristicLab.Problems.Robocode-3.3.csproj">
130      <Project>{50776649-f3cf-459a-ae8c-146d1bfa64e4}</Project>
131      <Name>HeuristicLab.Problems.Robocode-3.3</Name>
132      <Private>False</Private>
133    </ProjectReference>
134  </ItemGroup>
135  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
136  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137       Other similar extension points exist, see Microsoft.Common.targets.
138  <Target Name="BeforeBuild">
139  </Target>
140  <Target Name="AfterBuild">
141  </Target>
142  -->
143  <PropertyGroup>
144    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
145      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
146      set ProjectDir=$(ProjectDir)
147      set SolutionDir=$(SolutionDir)
148      set Outdir=$(Outdir)
149
150      call PreBuildEvent.cmd
151    </PreBuildEvent>
152    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
153      export ProjectDir=$(ProjectDir)
154      export SolutionDir=$(SolutionDir)
155
156      $SolutionDir/PreBuildEvent.sh
157    </PreBuildEvent>
158  </PropertyGroup>
159</Project>
Note: See TracBrowser for help on using the repository browser.