|
1 |
| -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0"> |
2 | 3 | <PropertyGroup>
|
3 | 4 | <ProjectType>Local</ProjectType>
|
4 | 5 | <ProductVersion>8.0.50727</ProductVersion>
|
|
34 | 35 | </FileUpgradeFlags>
|
35 | 36 | <UpgradeBackupLocation>
|
36 | 37 | </UpgradeBackupLocation>
|
| 38 | + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 39 | + <OldToolsVersion>2.0</OldToolsVersion> |
| 40 | + <PublishUrl>publish\</PublishUrl> |
| 41 | + <Install>true</Install> |
| 42 | + <InstallFrom>Disk</InstallFrom> |
| 43 | + <UpdateEnabled>false</UpdateEnabled> |
| 44 | + <UpdateMode>Foreground</UpdateMode> |
| 45 | + <UpdateInterval>7</UpdateInterval> |
| 46 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 47 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 48 | + <UpdateRequired>false</UpdateRequired> |
| 49 | + <MapFileExtensions>true</MapFileExtensions> |
| 50 | + <ApplicationRevision>0</ApplicationRevision> |
| 51 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 52 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 53 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 54 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
37 | 55 | </PropertyGroup>
|
38 | 56 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
39 | 57 | <OutputPath>bin\Debug\</OutputPath>
|
|
82 | 100 | <ErrorReport>prompt</ErrorReport>
|
83 | 101 | </PropertyGroup>
|
84 | 102 | <ItemGroup>
|
85 |
| - <Reference Include="nunit.framework"> |
86 |
| - <Name>nunit.framework</Name> |
87 |
| - <HintPath>..\..\..\..\Program Files\TestDriven.NET 2.0\NUnit\nunit.framework.dll</HintPath> |
| 103 | + <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 104 | + <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
| 105 | + <Private>True</Private> |
88 | 106 | </Reference>
|
89 | 107 | <Reference Include="System">
|
90 | 108 | <Name>System</Name>
|
|
109 | 127 | <SubType>Code</SubType>
|
110 | 128 | </Compile>
|
111 | 129 | </ItemGroup>
|
| 130 | + <ItemGroup> |
| 131 | + <None Include="packages.config" /> |
| 132 | + </ItemGroup> |
| 133 | + <ItemGroup> |
| 134 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 135 | + <Visible>False</Visible> |
| 136 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 137 | + <Install>true</Install> |
| 138 | + </BootstrapperPackage> |
| 139 | + </ItemGroup> |
112 | 140 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
113 | 141 | <PropertyGroup>
|
114 | 142 | <PreBuildEvent>
|
|
0 commit comments