[4065] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
---|
[2] | 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[858] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[2] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{94186A6A-5176-4402-AE83-886557B53CCA}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.PluginInfrastructure</RootNamespace>
|
---|
[3832] | 12 | <AssemblyName>HeuristicLab.PluginInfrastructure-3.3</AssemblyName>
|
---|
[2] | 13 | <StartupObject>
|
---|
| 14 | </StartupObject>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | <FileUpgradeFlags>
|
---|
| 18 | </FileUpgradeFlags>
|
---|
[4065] | 19 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
[2] | 20 | <UpgradeBackupLocation>
|
---|
| 21 | </UpgradeBackupLocation>
|
---|
[2475] | 22 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
[4065] | 23 | <PublishUrl>publish\</PublishUrl>
|
---|
| 24 | <Install>true</Install>
|
---|
| 25 | <InstallFrom>Disk</InstallFrom>
|
---|
| 26 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 27 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 28 | <UpdateInterval>7</UpdateInterval>
|
---|
| 29 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 30 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 31 | <UpdateRequired>false</UpdateRequired>
|
---|
| 32 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 33 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 35 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 36 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 37 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[2] | 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <DebugType>full</DebugType>
|
---|
| 42 | <Optimize>false</Optimize>
|
---|
| 43 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 47 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[2] | 48 | </PropertyGroup>
|
---|
| 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 50 | <DebugType>pdbonly</DebugType>
|
---|
| 51 | <Optimize>true</Optimize>
|
---|
| 52 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 53 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | <WarningLevel>4</WarningLevel>
|
---|
| 56 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
[3832] | 57 | <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure-3.3.xml</DocumentationFile>
|
---|
[4065] | 58 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[2] | 59 | </PropertyGroup>
|
---|
[564] | 60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 61 | <DebugSymbols>true</DebugSymbols>
|
---|
| 62 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 63 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 64 | <DebugType>full</DebugType>
|
---|
| 65 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 66 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 67 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[564] | 68 | </PropertyGroup>
|
---|
| 69 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 70 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 71 | <DefineConstants>TRACE</DefineConstants>
|
---|
[3832] | 72 | <DocumentationFile>bin\x86\Release\HeuristicLab.PluginInfrastructure-3.3.xml</DocumentationFile>
|
---|
[564] | 73 | <Optimize>true</Optimize>
|
---|
| 74 | <DebugType>pdbonly</DebugType>
|
---|
| 75 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 76 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 77 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[564] | 78 | </PropertyGroup>
|
---|
[1474] | 79 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 80 | <DebugSymbols>true</DebugSymbols>
|
---|
| 81 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 82 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 83 | <DebugType>full</DebugType>
|
---|
| 84 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 85 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 86 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1474] | 87 | </PropertyGroup>
|
---|
| 88 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 89 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 90 | <DefineConstants>TRACE</DefineConstants>
|
---|
[3832] | 91 | <DocumentationFile>bin\x64\Release\HeuristicLab.PluginInfrastructure-3.3.xml</DocumentationFile>
|
---|
[1474] | 92 | <Optimize>true</Optimize>
|
---|
| 93 | <DebugType>pdbonly</DebugType>
|
---|
| 94 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 95 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 96 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1474] | 97 | </PropertyGroup>
|
---|
[2] | 98 | <ItemGroup>
|
---|
[2922] | 99 | <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" />
|
---|
[2] | 100 | <Reference Include="System" />
|
---|
[2475] | 101 | <Reference Include="System.Core">
|
---|
| 102 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 103 | </Reference>
|
---|
[2] | 104 | <Reference Include="System.Data" />
|
---|
| 105 | <Reference Include="System.Deployment" />
|
---|
| 106 | <Reference Include="System.Drawing" />
|
---|
[3771] | 107 | <Reference Include="System.IdentityModel">
|
---|
| 108 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 109 | </Reference>
|
---|
[2517] | 110 | <Reference Include="System.Runtime.Serialization">
|
---|
| 111 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 112 | </Reference>
|
---|
| 113 | <Reference Include="System.ServiceModel">
|
---|
| 114 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 115 | </Reference>
|
---|
[2] | 116 | <Reference Include="System.Windows.Forms" />
|
---|
| 117 | <Reference Include="System.Xml" />
|
---|
| 118 | </ItemGroup>
|
---|
| 119 | <ItemGroup>
|
---|
[3629] | 120 | <Compile Include="Advanced\AvailablePluginsView.cs">
|
---|
| 121 | <SubType>UserControl</SubType>
|
---|
| 122 | </Compile>
|
---|
| 123 | <Compile Include="Advanced\AvailablePluginsView.Designer.cs">
|
---|
| 124 | <DependentUpon>AvailablePluginsView.cs</DependentUpon>
|
---|
| 125 | </Compile>
|
---|
[3547] | 126 | <Compile Include="Advanced\BasicUpdateView.cs">
|
---|
| 127 | <SubType>UserControl</SubType>
|
---|
| 128 | </Compile>
|
---|
| 129 | <Compile Include="Advanced\BasicUpdateView.Designer.cs">
|
---|
| 130 | <DependentUpon>BasicUpdateView.cs</DependentUpon>
|
---|
| 131 | </Compile>
|
---|
[3069] | 132 | <Compile Include="Advanced\ConfirmationDialog.cs">
|
---|
| 133 | <SubType>Form</SubType>
|
---|
| 134 | </Compile>
|
---|
| 135 | <Compile Include="Advanced\ConfirmationDialog.Designer.cs">
|
---|
| 136 | <DependentUpon>ConfirmationDialog.cs</DependentUpon>
|
---|
| 137 | </Compile>
|
---|
[3006] | 138 | <Compile Include="Advanced\ConnectionSetupView.cs">
|
---|
[3474] | 139 | <SubType>Form</SubType>
|
---|
[3006] | 140 | </Compile>
|
---|
| 141 | <Compile Include="Advanced\ConnectionSetupView.Designer.cs">
|
---|
| 142 | <DependentUpon>ConnectionSetupView.cs</DependentUpon>
|
---|
| 143 | </Compile>
|
---|
[4495] | 144 | <Compile Include="Advanced\DeploymentService\AdminServiceClientFactory.cs" />
|
---|
[3771] | 145 | <Compile Include="Advanced\DeploymentService\DeploymentServerCertificateValidator.cs" />
|
---|
[4495] | 146 | <Compile Include="Advanced\DeploymentService\ServiceClients.cs" />
|
---|
| 147 | <Compile Include="Advanced\DeploymentService\UpdateServiceClientFactory.cs" />
|
---|
[3629] | 148 | <Compile Include="Advanced\EditProductsView.cs">
|
---|
| 149 | <SubType>UserControl</SubType>
|
---|
| 150 | </Compile>
|
---|
| 151 | <Compile Include="Advanced\EditProductsView.Designer.cs">
|
---|
| 152 | <DependentUpon>EditProductsView.cs</DependentUpon>
|
---|
| 153 | </Compile>
|
---|
| 154 | <Compile Include="Advanced\InstalledPluginsView.cs">
|
---|
| 155 | <SubType>UserControl</SubType>
|
---|
| 156 | </Compile>
|
---|
| 157 | <Compile Include="Advanced\InstalledPluginsView.Designer.cs">
|
---|
| 158 | <DependentUpon>InstalledPluginsView.cs</DependentUpon>
|
---|
| 159 | </Compile>
|
---|
| 160 | <Compile Include="Advanced\LicenseConfirmationDialog.cs">
|
---|
| 161 | <SubType>Form</SubType>
|
---|
| 162 | </Compile>
|
---|
| 163 | <Compile Include="Advanced\LicenseConfirmationDialog.Designer.cs">
|
---|
| 164 | <DependentUpon>LicenseConfirmationDialog.cs</DependentUpon>
|
---|
| 165 | </Compile>
|
---|
| 166 | <Compile Include="Advanced\UploadPluginsView.cs">
|
---|
| 167 | <SubType>UserControl</SubType>
|
---|
| 168 | </Compile>
|
---|
| 169 | <Compile Include="Advanced\UploadPluginsView.Designer.cs">
|
---|
| 170 | <DependentUpon>UploadPluginsView.cs</DependentUpon>
|
---|
| 171 | </Compile>
|
---|
[3624] | 172 | <Compile Include="Advanced\Util.cs" />
|
---|
[3547] | 173 | <Compile Include="Advanced\InstallationManagerControl.cs">
|
---|
| 174 | <SubType>UserControl</SubType>
|
---|
| 175 | </Compile>
|
---|
| 176 | <Compile Include="Advanced\InstallationManagerControl.Designer.cs">
|
---|
| 177 | <DependentUpon>InstallationManagerControl.cs</DependentUpon>
|
---|
| 178 | </Compile>
|
---|
[3508] | 179 | <Compile Include="Advanced\InstallationManagerException.cs" />
|
---|
[2513] | 180 | <Compile Include="Advanced\InstallationManager.cs" />
|
---|
[2748] | 181 | <Compile Include="Advanced\InstallationManagerForm.cs">
|
---|
| 182 | <SubType>Form</SubType>
|
---|
| 183 | </Compile>
|
---|
| 184 | <Compile Include="Advanced\InstallationManagerForm.Designer.cs">
|
---|
| 185 | <DependentUpon>InstallationManagerForm.cs</DependentUpon>
|
---|
| 186 | </Compile>
|
---|
[2811] | 187 | <Compile Include="Advanced\DeploymentService\PluginDescription.cs">
|
---|
| 188 | <SubType>Code</SubType>
|
---|
| 189 | </Compile>
|
---|
| 190 | <Compile Include="Advanced\DeploymentService\ProductDescription.cs">
|
---|
| 191 | <SubType>Code</SubType>
|
---|
| 192 | </Compile>
|
---|
[3573] | 193 | <Compile Include="Advanced\IStatusDisplay.cs" />
|
---|
[3006] | 194 | <Compile Include="Advanced\LicenseView.cs">
|
---|
[3474] | 195 | <SubType>Form</SubType>
|
---|
[3006] | 196 | </Compile>
|
---|
| 197 | <Compile Include="Advanced\LicenseView.Designer.cs">
|
---|
| 198 | <DependentUpon>LicenseView.cs</DependentUpon>
|
---|
| 199 | </Compile>
|
---|
[3068] | 200 | <Compile Include="Advanced\MultiSelectListView.cs">
|
---|
| 201 | <SubType>Component</SubType>
|
---|
| 202 | </Compile>
|
---|
| 203 | <Compile Include="Advanced\MultiSelectListView.Designer.cs">
|
---|
| 204 | <DependentUpon>MultiSelectListView.cs</DependentUpon>
|
---|
| 205 | </Compile>
|
---|
[3006] | 206 | <Compile Include="Advanced\PluginView.cs">
|
---|
[3547] | 207 | <SubType>Form</SubType>
|
---|
[3006] | 208 | </Compile>
|
---|
| 209 | <Compile Include="Advanced\PluginView.Designer.cs">
|
---|
| 210 | <DependentUpon>PluginView.cs</DependentUpon>
|
---|
| 211 | </Compile>
|
---|
[2488] | 212 | <Compile Include="Attributes\ApplicationAttribute.cs" />
|
---|
[2778] | 213 | <Compile Include="Attributes\ContactInformationAttribute.cs" />
|
---|
[2488] | 214 | <Compile Include="Attributes\PluginAttribute.cs" />
|
---|
[2475] | 215 | <Compile Include="Attributes\PluginDependencyAttribute.cs" />
|
---|
| 216 | <Compile Include="Attributes\PluginFileAttribute.cs" />
|
---|
[2] | 217 | <Compile Include="BaseClasses\ApplicationBase.cs" />
|
---|
| 218 | <Compile Include="BaseClasses\PluginBase.cs" />
|
---|
[3247] | 219 | <Compile Include="DefaultApplicationManager.cs" />
|
---|
[3758] | 220 | <Compile Include="ErrorHandling\ErrorDialog.cs">
|
---|
| 221 | <SubType>Form</SubType>
|
---|
| 222 | </Compile>
|
---|
| 223 | <Compile Include="ErrorHandling\ErrorDialog.Designer.cs">
|
---|
| 224 | <DependentUpon>ErrorDialog.cs</DependentUpon>
|
---|
| 225 | </Compile>
|
---|
| 226 | <Compile Include="ErrorHandling\ErrorHandling.cs">
|
---|
| 227 | </Compile>
|
---|
[3247] | 228 | <Compile Include="LightweightApplicationManager.cs" />
|
---|
[2688] | 229 | <Compile Include="Interfaces\IPluginFile.cs" />
|
---|
[2488] | 230 | <Compile Include="Interfaces\IApplicationManager.cs" />
|
---|
| 231 | <Compile Include="Interfaces\IApplicationDescription.cs" />
|
---|
[2] | 232 | <Compile Include="Interfaces\IApplication.cs" />
|
---|
| 233 | <Compile Include="Interfaces\IControlManager.cs" />
|
---|
| 234 | <Compile Include="Interfaces\IPlugin.cs" />
|
---|
[2481] | 235 | <Compile Include="ControlManager.cs" />
|
---|
[2488] | 236 | <Compile Include="Interfaces\IPluginDescription.cs" />
|
---|
[2481] | 237 | <Compile Include="InvalidPluginException.cs" />
|
---|
[2504] | 238 | <Compile Include="Manager\ApplicationDescription.cs" />
|
---|
[2688] | 239 | <Compile Include="Manager\PluginFile.cs" />
|
---|
[2517] | 240 | <Compile Include="Manager\PluginInfrastructureCancelEventArgs.cs" />
|
---|
[2504] | 241 | <Compile Include="Manager\PluginDescription.cs" />
|
---|
| 242 | <Compile Include="Manager\PluginInfrastructureEventArgs.cs" />
|
---|
| 243 | <Compile Include="Manager\PluginManager.cs" />
|
---|
| 244 | <Compile Include="Manager\PluginValidator.cs" />
|
---|
[2488] | 245 | <Compile Include="PluginDescriptionIterator.cs" />
|
---|
| 246 | <Compile Include="ApplicationManager.cs" />
|
---|
| 247 | <Compile Include="PluginState.cs" />
|
---|
[2599] | 248 | <Compile Include="Main.cs" />
|
---|
[2] | 249 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[4495] | 250 | <None Include="Advanced\DeploymentService\GenerateServiceClients.cmd" />
|
---|
[2] | 251 | <None Include="app.config" />
|
---|
| 252 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 253 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 254 | <None Include="Properties\Settings.settings">
|
---|
[854] | 255 | <Generator>PublicSettingsSingleFileGenerator</Generator>
|
---|
[2] | 256 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 257 | </None>
|
---|
| 258 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 259 | <AutoGen>True</AutoGen>
|
---|
| 260 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 261 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 262 | </Compile>
|
---|
[3749] | 263 | <Compile Include="Resources.Designer.cs">
|
---|
[3748] | 264 | <AutoGen>True</AutoGen>
|
---|
| 265 | <DesignTime>True</DesignTime>
|
---|
| 266 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 267 | </Compile>
|
---|
[2592] | 268 | <Compile Include="Sandboxing\SandboxManager.cs" />
|
---|
[3736] | 269 | <Compile Include="Starter\AboutDialog.cs">
|
---|
| 270 | <SubType>Form</SubType>
|
---|
| 271 | </Compile>
|
---|
| 272 | <Compile Include="Starter\AboutDialog.Designer.cs">
|
---|
| 273 | <DependentUpon>AboutDialog.cs</DependentUpon>
|
---|
| 274 | </Compile>
|
---|
[2504] | 275 | <Compile Include="Starter\SplashScreen.cs">
|
---|
| 276 | <SubType>Form</SubType>
|
---|
| 277 | </Compile>
|
---|
| 278 | <Compile Include="Starter\SplashScreen.Designer.cs">
|
---|
| 279 | <DependentUpon>SplashScreen.cs</DependentUpon>
|
---|
| 280 | </Compile>
|
---|
[2507] | 281 | <Compile Include="Starter\StarterForm.cs">
|
---|
| 282 | <SubType>Form</SubType>
|
---|
| 283 | </Compile>
|
---|
| 284 | <Compile Include="Starter\StarterForm.Designer.cs">
|
---|
| 285 | <DependentUpon>StarterForm.cs</DependentUpon>
|
---|
| 286 | </Compile>
|
---|
[2] | 287 | </ItemGroup>
|
---|
[2503] | 288 | <ItemGroup>
|
---|
[2600] | 289 | <Content Include="ICSharpCode.SharpZipLib License.txt">
|
---|
| 290 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 291 | </Content>
|
---|
| 292 | <Content Include="ICSharpCode.SharpZipLib.dll">
|
---|
| 293 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 294 | </Content>
|
---|
[3771] | 295 | <EmbeddedResource Include="Advanced\DeploymentService\services.heuristiclab.com.cer" />
|
---|
[3758] | 296 | <None Include="Resources\Error.ico" />
|
---|
[2504] | 297 | <Content Include="Resources\HeuristicLab.ico" />
|
---|
[3761] | 298 | <None Include="Resources\HeuristicLabLogo.png" />
|
---|
| 299 | <None Include="Resources\HeuristicLabBanner.png" />
|
---|
[3752] | 300 | <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
|
---|
[3721] | 301 | <Content Include="Resources\VS2008ImageLibrary_Actions_PublishToWebHS.png" />
|
---|
| 302 | <Content Include="Resources\VS2008ImageLibrary_Actions_RepeatHS.png" />
|
---|
[3758] | 303 | <None Include="Resources\VS2008ImageLibrary_Annotations_Error.png" />
|
---|
[3721] | 304 | <Content Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Add.png" />
|
---|
| 305 | <Content Include="Resources\VS2008ImageLibrary_Objects_Plugin.png" />
|
---|
| 306 | <EmbeddedResource Include="Resources.resx">
|
---|
[3749] | 307 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 308 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
[3721] | 309 | <SubType>Designer</SubType>
|
---|
| 310 | </EmbeddedResource>
|
---|
[2922] | 311 | <None Include="Resources\VS2008ImageLibrary_CommonElements_Actions_Remove.png" />
|
---|
[3573] | 312 | <None Include="Resources\show_icons.png" />
|
---|
| 313 | <None Include="Resources\show_details.png" />
|
---|
[3608] | 314 | <None Include="Resources\Setup_Install.ico" />
|
---|
[3508] | 315 | <None Include="Resources\VS2008ImageLibrary_Objects_NetworkConnections.png" />
|
---|
[3474] | 316 | <None Include="Resources\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png" />
|
---|
[3006] | 317 | <None Include="Resources\VS2008ImageLibrary_Objects_File.png" />
|
---|
| 318 | <None Include="Resources\VS2008ImageLibrary_Objects_Document.png" />
|
---|
[2922] | 319 | <None Include="Resources\VS2008ImageLibrary_Objects_Internet.png" />
|
---|
| 320 | <None Include="Resources\VS2008ImageLibrary_Objects_Install.png" />
|
---|
| 321 | <None Include="Resources\VS2008ImageLibrary_Objects_Assembly.png" />
|
---|
[2503] | 322 | </ItemGroup>
|
---|
[2517] | 323 | <ItemGroup>
|
---|
| 324 | <WCFMetadata Include="Service References\" />
|
---|
| 325 | </ItemGroup>
|
---|
[4065] | 326 | <ItemGroup>
|
---|
| 327 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 328 | <Visible>False</Visible>
|
---|
| 329 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 330 | <Install>false</Install>
|
---|
| 331 | </BootstrapperPackage>
|
---|
| 332 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 333 | <Visible>False</Visible>
|
---|
| 334 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 335 | <Install>true</Install>
|
---|
| 336 | </BootstrapperPackage>
|
---|
| 337 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 338 | <Visible>False</Visible>
|
---|
| 339 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 340 | <Install>true</Install>
|
---|
| 341 | </BootstrapperPackage>
|
---|
| 342 | </ItemGroup>
|
---|
[2] | 343 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 344 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 345 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 346 | <Target Name="BeforeBuild">
|
---|
| 347 | </Target>
|
---|
| 348 | <Target Name="AfterBuild">
|
---|
| 349 | </Target>
|
---|
| 350 | -->
|
---|
[30] | 351 | <PropertyGroup>
|
---|
[852] | 352 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 353 | set ProjectDir=$(ProjectDir)
|
---|
| 354 | set SolutionDir=$(SolutionDir)
|
---|
| 355 | set Outdir=$(Outdir)
|
---|
| 356 |
|
---|
| 357 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[30] | 358 | </PropertyGroup>
|
---|
[2] | 359 | </Project> |
---|