|
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 4 | <PropertyGroup>
|
5 |
| - <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> |
6 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
7 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
8 |
| - <ProjectGuid>{D8208B65-B17B-4310-A284-B19C1B1C8E09}</ProjectGuid> |
| 7 | + <ProjectGuid>{89C33F23-58E7-49EB-ACF1-5CDDFF96EF81}</ProjectGuid> |
9 | 8 | <OutputType>Library</OutputType>
|
10 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
11 | 10 | <RootNamespace>ProductionPlanning.Logic</RootNamespace>
|
12 | 11 | <AssemblyName>ProductionPlanning.Logic</AssemblyName>
|
13 |
| - <DefaultLanguage>en-US</DefaultLanguage> |
| 12 | + <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
14 | 13 | <FileAlignment>512</FileAlignment>
|
15 |
| - <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
16 |
| - <TargetFrameworkProfile>Profile7</TargetFrameworkProfile> |
17 |
| - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
18 | 14 | </PropertyGroup>
|
19 | 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
20 | 16 | <DebugSymbols>true</DebugSymbols>
|
|
24 | 20 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
25 | 21 | <ErrorReport>prompt</ErrorReport>
|
26 | 22 | <WarningLevel>4</WarningLevel>
|
27 |
| - <RunCodeAnalysis>false</RunCodeAnalysis> |
28 |
| - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
29 | 23 | </PropertyGroup>
|
30 | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
31 | 25 | <DebugType>pdbonly</DebugType>
|
|
35 | 29 | <ErrorReport>prompt</ErrorReport>
|
36 | 30 | <WarningLevel>4</WarningLevel>
|
37 | 31 | </PropertyGroup>
|
| 32 | + <ItemGroup> |
| 33 | + <Reference Include="System" /> |
| 34 | + <Reference Include="System.Collections.Immutable, Version=1.1.37.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 35 | + <HintPath>..\packages\System.Collections.Immutable.1.1.37\lib\dotnet\System.Collections.Immutable.dll</HintPath> |
| 36 | + <Private>True</Private> |
| 37 | + </Reference> |
| 38 | + <Reference Include="System.ComponentModel.DataAnnotations" /> |
| 39 | + <Reference Include="System.Core" /> |
| 40 | + <Reference Include="System.Xml.Linq" /> |
| 41 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 42 | + <Reference Include="Microsoft.CSharp" /> |
| 43 | + <Reference Include="System.Data" /> |
| 44 | + <Reference Include="System.Net.Http" /> |
| 45 | + <Reference Include="System.Xml" /> |
| 46 | + </ItemGroup> |
38 | 47 | <ItemGroup>
|
39 | 48 | <Compile Include="BindableBase.cs" />
|
| 49 | + <Compile Include="ImmutableProduct.cs" /> |
40 | 50 | <Compile Include="ImmutableProductRepository.cs" />
|
41 | 51 | <Compile Include="IProduct.cs" />
|
42 |
| - <Compile Include="ImmutableProduct.cs" /> |
43 | 52 | <Compile Include="Product.cs" />
|
44 | 53 | <Compile Include="Properties\AssemblyInfo.cs" />
|
45 | 54 | </ItemGroup>
|
46 | 55 | <ItemGroup>
|
47 |
| - <Reference Include="System.Collections.Immutable"> |
48 |
| - <HintPath>..\packages\System.Collections.Immutable.1.1.33-beta\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath> |
49 |
| - </Reference> |
50 |
| - </ItemGroup> |
51 |
| - <ItemGroup> |
52 |
| - <None Include="packages.config" /> |
| 56 | + <None Include="packages.config"> |
| 57 | + <SubType>Designer</SubType> |
| 58 | + </None> |
53 | 59 | <None Include="ProductionPlanning.cd" />
|
54 | 60 | </ItemGroup>
|
55 |
| - <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
| 61 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
56 | 62 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
57 | 63 | Other similar extension points exist, see Microsoft.Common.targets.
|
58 | 64 | <Target Name="BeforeBuild">
|
|
0 commit comments