|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 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>10.0</MinimumVisualStudioVersion> |
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | 8 | <ProjectGuid>{B055EF56-7264-4723-8B3F-05D1550C331C}</ProjectGuid> |
8 | 9 | <OutputType>Library</OutputType> |
9 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 11 | <RootNamespace>CollisionGrid</RootNamespace> |
11 | 12 | <AssemblyName>CollisionGrid</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
| 13 | + <DefaultLanguage>en-US</DefaultLanguage> |
13 | 14 | <FileAlignment>512</FileAlignment> |
14 | | - <TargetFrameworkProfile /> |
| 15 | + <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 16 | + <TargetFrameworkProfile>Profile111</TargetFrameworkProfile> |
| 17 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
15 | 18 | </PropertyGroup> |
16 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 20 | <DebugSymbols>true</DebugSymbols> |
|
21 | 24 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
22 | 25 | <ErrorReport>prompt</ErrorReport> |
23 | 26 | <WarningLevel>4</WarningLevel> |
24 | | - <Prefer32Bit>false</Prefer32Bit> |
25 | 27 | </PropertyGroup> |
26 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | 29 | <DebugType>pdbonly</DebugType> |
|
30 | 32 | <DefineConstants>TRACE</DefineConstants> |
31 | 33 | <ErrorReport>prompt</ErrorReport> |
32 | 34 | <WarningLevel>4</WarningLevel> |
33 | | - <Prefer32Bit>false</Prefer32Bit> |
34 | 35 | </PropertyGroup> |
35 | 36 | <ItemGroup> |
36 | | - <Reference Include="JetBrains.Annotations, Version=10.1.4.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL"> |
37 | | - <HintPath>..\packages\JetBrains.Annotations.10.1.4\lib\net20\JetBrains.Annotations.dll</HintPath> |
| 37 | + <Reference Include="JetBrains.Annotations, Version=11.1.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL"> |
| 38 | + <HintPath>..\packages\JetBrains.Annotations.11.1.0\lib\portable40-net40+sl5+win8+wp8+wpa81\JetBrains.Annotations.dll</HintPath> |
38 | 39 | <Private>True</Private> |
39 | 40 | </Reference> |
40 | | - <Reference Include="MonoGame.Extended, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
41 | | - <HintPath>..\packages\MonoGame.Extended.0.5.149\lib\MonoGame.Extended.dll</HintPath> |
| 41 | + <Reference Include="MonoGame.Extended, Version=0.6.602.0, Culture=neutral, processorArchitecture=MSIL"> |
| 42 | + <HintPath>..\packages\MonoGame.Extended.0.6.602\lib\portable-net45+win8+wpa81\MonoGame.Extended.dll</HintPath> |
42 | 43 | <Private>True</Private> |
43 | 44 | </Reference> |
44 | | - <Reference Include="MonoGame.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
45 | | - <SpecificVersion>False</SpecificVersion> |
46 | | - <HintPath>..\..\Throbax - MonoGame - 2014\ThrobaxTD\ThrobaxTD\_EXTERNAL_LIBRARIES\MonoGame\MonoGame.Framework.dll</HintPath> |
| 45 | + <Reference Include="MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\packages\MonoGame.Framework.Portable.3.6.0.1625\lib\portable-net45+win8+wpa81\MonoGame.Framework.dll</HintPath> |
| 47 | + <Private>True</Private> |
| 48 | + </Reference> |
| 49 | + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 50 | + <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\portable-net45+win8+wp8+wpa81\Newtonsoft.Json.dll</HintPath> |
| 51 | + <Private>True</Private> |
47 | 52 | </Reference> |
48 | | - <Reference Include="System" /> |
49 | | - <Reference Include="System.Core" /> |
50 | | - <Reference Include="System.Xml.Linq" /> |
51 | | - <Reference Include="System.Data.DataSetExtensions" /> |
52 | | - <Reference Include="Microsoft.CSharp" /> |
53 | | - <Reference Include="System.Data" /> |
54 | | - <Reference Include="System.Xml" /> |
55 | 53 | </ItemGroup> |
56 | 54 | <ItemGroup> |
57 | 55 | <Compile Include="CollisionGrid.Rect.cs" /> |
|
62 | 60 | <Compile Include="Properties\AssemblyInfo.cs" /> |
63 | 61 | </ItemGroup> |
64 | 62 | <ItemGroup> |
| 63 | + <None Include="app.config" /> |
65 | 64 | <None Include="CollisionGrid.nuspec" /> |
66 | 65 | <None Include="packages.config" /> |
67 | 66 | </ItemGroup> |
68 | | - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 67 | + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
69 | 68 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
70 | 69 | Other similar extension points exist, see Microsoft.Common.targets. |
71 | 70 | <Target Name="BeforeBuild"> |
|
0 commit comments