Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure.GUI/HeuristicLab.PluginInfrastructure.GUI.csproj @ 574

Last change on this file since 574 was 574, checked in by gkronber, 16 years ago

fixed a problem in the pre/post build scripts with spaces in paths

File size: 7.2 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>{D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.PluginInfrastructure.GUI</RootNamespace>
11    <AssemblyName>HeuristicLab.PluginInfrastructure.GUI</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <StartupObject>
15    </StartupObject>
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    <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.GUI.XML</DocumentationFile>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\x86\Debug\</OutputPath>
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    <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure.GUI.XML</DocumentationFile>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <ItemGroup>
58    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>.\ICSharpCode.SharpZipLib.dll</HintPath>
61    </Reference>
62    <Reference Include="System" />
63    <Reference Include="System.Data" />
64    <Reference Include="System.Deployment" />
65    <Reference Include="System.Drawing" />
66    <Reference Include="System.Windows.Forms" />
67    <Reference Include="System.Xml" />
68  </ItemGroup>
69  <ItemGroup>
70    <Compile Include="AboutBox.cs">
71      <SubType>Form</SubType>
72    </Compile>
73    <Compile Include="AboutBox.Designer.cs">
74      <DependentUpon>AboutBox.cs</DependentUpon>
75    </Compile>
76    <Compile Include="DownloaderDialog.cs">
77      <SubType>Form</SubType>
78    </Compile>
79    <Compile Include="DownloaderDialog.Designer.cs">
80      <DependentUpon>DownloaderDialog.cs</DependentUpon>
81    </Compile>
82    <Compile Include="ErrorDialog.cs">
83      <SubType>Form</SubType>
84    </Compile>
85    <Compile Include="ErrorDialog.Designer.cs">
86      <DependentUpon>ErrorDialog.cs</DependentUpon>
87    </Compile>
88    <Compile Include="ManagerForm.cs">
89      <SubType>Form</SubType>
90    </Compile>
91    <Compile Include="ManagerForm.designer.cs">
92      <DependentUpon>ManagerForm.cs</DependentUpon>
93    </Compile>
94    <Compile Include="PluginAction.cs" />
95    <Compile Include="PluginDescription.cs" />
96    <Compile Include="PluginNameTransform.cs" />
97    <Compile Include="PluginSource.cs" />
98    <Compile Include="PluginSourceEditor.cs">
99      <SubType>Form</SubType>
100    </Compile>
101    <Compile Include="PluginSourceEditor.Designer.cs">
102      <DependentUpon>PluginSourceEditor.cs</DependentUpon>
103    </Compile>
104    <Compile Include="PluginTag.cs" />
105    <Compile Include="Properties\AssemblyInfo.cs" />
106    <EmbeddedResource Include="AboutBox.resx">
107      <SubType>Designer</SubType>
108      <DependentUpon>AboutBox.cs</DependentUpon>
109    </EmbeddedResource>
110    <EmbeddedResource Include="DownloaderDialog.resx">
111      <SubType>Designer</SubType>
112      <DependentUpon>DownloaderDialog.cs</DependentUpon>
113    </EmbeddedResource>
114    <EmbeddedResource Include="ErrorDialog.resx">
115      <SubType>Designer</SubType>
116      <DependentUpon>ErrorDialog.cs</DependentUpon>
117    </EmbeddedResource>
118    <EmbeddedResource Include="ManagerForm.resx">
119      <DependentUpon>ManagerForm.cs</DependentUpon>
120      <SubType>Designer</SubType>
121    </EmbeddedResource>
122    <EmbeddedResource Include="PluginSourceEditor.resx">
123      <SubType>Designer</SubType>
124      <DependentUpon>PluginSourceEditor.cs</DependentUpon>
125    </EmbeddedResource>
126    <EmbeddedResource Include="Properties\Resources.resx">
127      <Generator>ResXFileCodeGenerator</Generator>
128      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
129      <SubType>Designer</SubType>
130    </EmbeddedResource>
131    <Compile Include="Properties\Resources.Designer.cs">
132      <AutoGen>True</AutoGen>
133      <DependentUpon>Resources.resx</DependentUpon>
134      <DesignTime>True</DesignTime>
135    </Compile>
136    <None Include="app.config" />
137    <None Include="Properties\Settings.settings">
138      <Generator>SettingsSingleFileGenerator</Generator>
139      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
140    </None>
141    <Compile Include="Properties\Settings.Designer.cs">
142      <AutoGen>True</AutoGen>
143      <DependentUpon>Settings.settings</DependentUpon>
144      <DesignTimeSharedInput>True</DesignTimeSharedInput>
145    </Compile>
146  </ItemGroup>
147  <ItemGroup>
148    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
149      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
150      <Name>HeuristicLab.PluginInfrastructure</Name>
151    </ProjectReference>
152  </ItemGroup>
153  <ItemGroup>
154    <None Include="Resources\Logo_gray.gif" />
155  </ItemGroup>
156  <ItemGroup>
157    <None Include="HeuristicLab.snk" />
158    <None Include="Properties\AssemblyInfo.frame" />
159    <None Include="Resources\HeuristicLab.ico" />
160  </ItemGroup>
161  <ItemGroup>
162    <Content Include="ICSharpCode.SharpZipLib License.txt" />
163    <Content Include="ICSharpCode.SharpZipLib.dll" />
164  </ItemGroup>
165  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
166  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
167       Other similar extension points exist, see Microsoft.Common.targets.
168  <Target Name="BeforeBuild">
169  </Target>
170  <Target Name="AfterBuild">
171  </Target>
172  -->
173  <PropertyGroup>
174    <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
175  </PropertyGroup>
176</Project>
Note: See TracBrowser for help on using the repository browser.