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