2009-11-07 22:49:58 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{ABC826D4-2FA1-4F2F-87DE-E6095F653810}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Orchard.Tests</RootNamespace>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<AssemblyName>Orchard.Framework.Tests</AssemblyName>
|
2010-05-06 11:13:31 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2010-05-06 11:13:31 -07:00
|
|
|
|
<TargetFrameworkProfile />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2010-05-06 11:50:05 -07:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2010-05-28 14:01:10 -07:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2010-04-02 15:17:13 -07:00
|
|
|
|
<Reference Include="Autofac, Version=2.1.13.813, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\autofac\Autofac.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Autofac.Integration.Web, Version=2.1.13.813, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\autofac\Autofac.Integration.Web.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Autofac.Integration.Web.Mvc, Version=2.1.13.813, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\autofac\Autofac.Integration.Web.Mvc.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-04-07 13:30:18 -07:00
|
|
|
|
<Reference Include="Castle.Core, Version=1.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\Castle Windsor 2.0\bin\Castle.Core.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Castle.DynamicProxy2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\Castle Windsor 2.0\bin\Castle.DynamicProxy2.dll</HintPath>
|
|
|
|
|
</Reference>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Reference Include="FluentNHibernate, Version=1.0.0.593, Culture=neutral, PublicKeyToken=8aa435e3cb308880, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\fluentnhibernate\FluentNHibernate.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Moq, Version=4.0.812.4, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\moq\Moq.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="NHibernate, Version=2.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\fluentnhibernate\NHibernate.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="NHibernate.ByteCode.Castle, Version=2.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\fluentnhibernate\NHibernate.ByteCode.Castle.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="NHibernate.Linq, Version=1.0.0.4000, Culture=neutral, PublicKeyToken=444cf6a87fdab271, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\linqnhibernate\NHibernate.Linq.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\nunit\nunit.framework.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
2009-12-10 08:23:27 +00:00
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2009-12-10 01:32:26 +00:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2010-04-14 15:26:31 -07:00
|
|
|
|
<Reference Include="System.Data" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Reference Include="System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\sqlite\System.Data.SQLite.DLL</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2010-04-14 15:53:28 -07:00
|
|
|
|
<Reference Include="System.Runtime.Serialization">
|
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Web.Abstractions">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web.Routing">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2010-04-14 15:26:31 -07:00
|
|
|
|
<Reference Include="System.XML" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2009-11-10 06:15:21 +00:00
|
|
|
|
<Reference Include="Yaml, Version=1.0.3370.39839, Culture=neutral, PublicKeyToken=187a3d240e44a135, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\lib\yaml\Yaml.dll</HintPath>
|
|
|
|
|
</Reference>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-05-16 12:59:04 -07:00
|
|
|
|
<Compile Include="Caching\CacheScopeTests.cs" />
|
2010-05-14 14:15:06 -07:00
|
|
|
|
<Compile Include="Caching\CacheTests.cs" />
|
2010-04-08 19:54:41 -07:00
|
|
|
|
<Compile Include="Commands\CommandHandlerDescriptorBuilderTests.cs" />
|
2010-04-05 16:59:17 -07:00
|
|
|
|
<Compile Include="Commands\CommandHandlerTests.cs" />
|
2010-04-08 14:46:58 -07:00
|
|
|
|
<Compile Include="Commands\CommandManagerTests.cs" />
|
2009-12-30 19:21:55 +00:00
|
|
|
|
<Compile Include="ContentManagement\ContentQueryTests.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ContentManagement\DefaultContentManagerTests.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ContentManagement\Handlers\ContentHandlerTests.cs" />
|
|
|
|
|
<Compile Include="ContentManagement\Handlers\ModelBuilderTests.cs" />
|
2010-06-04 13:37:34 -07:00
|
|
|
|
<Compile Include="ContentManagement\MetaData\Builders\ContentTypeDefinitionBuilderTests.cs" />
|
2009-12-30 19:21:55 +00:00
|
|
|
|
<Compile Include="ContentManagement\Models\Alpha.cs" />
|
|
|
|
|
<Compile Include="ContentManagement\Models\AlphaHandler.cs" />
|
|
|
|
|
<Compile Include="ContentManagement\Models\Beta.cs" />
|
|
|
|
|
<Compile Include="ContentManagement\Models\BetaHandler.cs" />
|
|
|
|
|
<Compile Include="ContentManagement\Models\Delta.cs" />
|
|
|
|
|
<Compile Include="ContentManagement\Models\Epsilon.cs" />
|
|
|
|
|
<Compile Include="ContentManagement\Models\Flavored.cs" />
|
|
|
|
|
<Compile Include="ContentManagement\Models\FlavoredHandler.cs" />
|
|
|
|
|
<Compile Include="ContentManagement\Models\Gamma.cs" />
|
|
|
|
|
<Compile Include="ContentManagement\Models\Styled.cs" />
|
|
|
|
|
<Compile Include="ContentManagement\Models\StyledHandler.cs" />
|
2010-01-05 21:49:48 +00:00
|
|
|
|
<Compile Include="ContentManagement\ContentPartDriverHandlerTests.cs">
|
2009-12-30 19:21:55 +00:00
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ContentManagement\Records\DeltaRecord.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ContentManagement\Records\EpsilonRecord.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ContentManagement\Records\GammaRecord.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Compile Include="DataUtility.cs" />
|
2010-02-15 12:57:52 -08:00
|
|
|
|
<Compile Include="Data\Builders\SessionFactoryBuilderTests.cs" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Compile Include="Data\RepositoryTests.cs" />
|
|
|
|
|
<Compile Include="Data\StubLocator.cs" />
|
2010-04-21 00:36:36 -07:00
|
|
|
|
<Compile Include="Environment\AutofacUtil\AutofacTests.cs" />
|
2010-04-07 13:30:18 -07:00
|
|
|
|
<Compile Include="Environment\AutofacUtil\DynamicProxy2\DynamicProxyTests.cs" />
|
2010-05-28 13:03:57 -07:00
|
|
|
|
<Compile Include="Environment\State\DefaultProcessingEngineTests.cs" />
|
2010-04-22 19:35:31 -07:00
|
|
|
|
<Compile Include="Environment\RunningShellTableTests.cs" />
|
2010-04-17 17:03:07 -07:00
|
|
|
|
<Compile Include="Environment\Utility\Build.cs" />
|
2010-02-13 19:25:03 -08:00
|
|
|
|
<Compile Include="Environment\Configuration\AppDataFolderTests.cs" />
|
2010-04-07 15:41:43 -07:00
|
|
|
|
<Compile Include="Environment\Configuration\DefaultTenantManagerTests.cs" />
|
2009-11-26 00:41:00 +00:00
|
|
|
|
<Compile Include="Environment\DefaultCompositionStrategyTests.cs" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Compile Include="Environment\DefaultOrchardHostTests.cs" />
|
2009-11-10 03:46:00 +00:00
|
|
|
|
<Compile Include="Environment\DefaultOrchardShellTests.cs" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Compile Include="Environment\OrchardStarterTests.cs" />
|
2010-04-15 00:52:58 -07:00
|
|
|
|
<Compile Include="Environment\ShellBuilders\DefaultShellContainerFactoryTests.cs" />
|
2010-04-14 18:22:23 -07:00
|
|
|
|
<Compile Include="Environment\ShellBuilders\DefaultShellContextFactoryTests.cs" />
|
2010-06-01 13:26:16 -07:00
|
|
|
|
<Compile Include="Localization\CultureManagerTests.cs" />
|
2010-04-22 12:23:58 -07:00
|
|
|
|
<Compile Include="Mvc\Routes\ShellRouteTests.cs" />
|
2010-04-28 11:36:27 -07:00
|
|
|
|
<Compile Include="Mvc\Routes\UrlPrefixTests.cs" />
|
2010-05-18 14:32:05 -07:00
|
|
|
|
<Compile Include="Stubs\StubCacheManager.cs" />
|
|
|
|
|
<Compile Include="Stubs\StubWebSiteFolder.cs" />
|
2010-04-16 20:50:01 -07:00
|
|
|
|
<Compile Include="Utility\ContainerExtensions.cs" />
|
2009-11-29 09:08:25 +00:00
|
|
|
|
<Compile Include="Environment\TestDependencies\TestDependency.cs" />
|
2010-04-19 14:25:16 -07:00
|
|
|
|
<Compile Include="Environment\Topology\DefaultShellDescriptorCacheTests.cs" />
|
2009-11-27 08:52:38 +00:00
|
|
|
|
<Compile Include="EventsTests.cs" />
|
2010-04-14 15:26:31 -07:00
|
|
|
|
<Compile Include="Events\EventTests.cs" />
|
2010-04-17 16:09:53 -07:00
|
|
|
|
<Compile Include="Environment\Extensions\ExtensionFoldersTests.cs" />
|
|
|
|
|
<Compile Include="Environment\Extensions\ExtensionManagerTests.cs" />
|
|
|
|
|
<Compile Include="Environment\Extensions\ExtensionTypes\StubTypes.cs" />
|
2009-11-14 05:35:58 +00:00
|
|
|
|
<Compile Include="Localization\NullLocalizerTests.cs" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Compile Include="Logging\LoggingModuleTests.cs" />
|
|
|
|
|
<Compile Include="Mvc\ModelBinders\KeyedListModelBinderTests.cs" />
|
|
|
|
|
<Compile Include="Mvc\OrchardControllerFactoryTests.cs" />
|
|
|
|
|
<Compile Include="Mvc\RouteCollectionPublisherTests.cs" />
|
2009-12-10 01:32:26 +00:00
|
|
|
|
<Compile Include="Mvc\Routes\StandardExtensionRouteProviderTests.cs" />
|
2009-11-27 08:52:38 +00:00
|
|
|
|
<Compile Include="Tasks\SweepGeneratorTests.cs" />
|
2010-02-26 03:09:52 -08:00
|
|
|
|
<Compile Include="UI\Admin\AdminAuthorizationFilterTests.cs" />
|
|
|
|
|
<Compile Include="UI\Admin\AdminThemeSelectorTests.cs" />
|
2010-02-26 13:58:09 -08:00
|
|
|
|
<Compile Include="UI\Navigation\MenuFilterTests.cs" />
|
2009-11-12 19:19:45 +00:00
|
|
|
|
<Compile Include="UI\Notify\NotifierTests.cs" />
|
|
|
|
|
<Compile Include="UI\Notify\NotifyFilterTests.cs" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Compile Include="Services\ClockTests.cs" />
|
|
|
|
|
<Compile Include="Storage\FileSystemStorageProviderTests.cs" />
|
|
|
|
|
<Compile Include="Stubs\StubClock.cs" />
|
|
|
|
|
<Compile Include="Stubs\StubContainerProvider.cs" />
|
|
|
|
|
<Compile Include="FakeTests.cs" />
|
|
|
|
|
<Compile Include="FluentDbTests.cs" />
|
|
|
|
|
<Compile Include="LinqToNHibernateTests.cs" />
|
2010-04-17 17:03:07 -07:00
|
|
|
|
<Compile Include="Records\BarRecord.cs" />
|
|
|
|
|
<Compile Include="Records\FooRecord.cs" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Stubs\StubHttpContext.cs" />
|
2009-11-11 23:36:29 +00:00
|
|
|
|
<Compile Include="UI\Navigation\MenuItemComparerTests.cs" />
|
|
|
|
|
<Compile Include="UI\Navigation\NavigationManagerTests.cs" />
|
|
|
|
|
<Compile Include="UI\Navigation\PositionComparerTests.cs" />
|
2010-04-07 11:36:43 -07:00
|
|
|
|
<Compile Include="Utility\Extensions\StringExtensionsTests.cs" />
|
2009-11-12 00:55:04 +00:00
|
|
|
|
<Compile Include="Utility\ReflectOnTests.cs" />
|
|
|
|
|
<Compile Include="Utility\ReflectTests.cs" />
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<ProjectReference Include="..\Orchard\Orchard.Framework.csproj">
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
|
2010-04-07 14:48:11 -07:00
|
|
|
|
<Name>Orchard.Framework</Name>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
</ItemGroup>
|
2009-11-10 06:15:21 +00:00
|
|
|
|
<ItemGroup>
|
2010-04-17 16:09:53 -07:00
|
|
|
|
<EmbeddedResource Include="Environment\Extensions\FoldersData\Sample1\Module.txt" />
|
|
|
|
|
<EmbeddedResource Include="Environment\Extensions\FoldersData\Sample2\Two.txt" />
|
|
|
|
|
<EmbeddedResource Include="Environment\Extensions\FoldersData\Sample3\Module.txt" />
|
2009-11-10 06:15:21 +00:00
|
|
|
|
</ItemGroup>
|
2010-05-06 10:28:29 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2009-11-07 22:49:58 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|