|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>Test</RootNamespace> |
11 | 11 | <AssemblyName>Test</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
| 14 | + <TargetFrameworkProfile /> |
14 | 15 | </PropertyGroup> |
15 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 17 | <DebugSymbols>true</DebugSymbols> |
|
20 | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
21 | 22 | <ErrorReport>prompt</ErrorReport> |
22 | 23 | <WarningLevel>4</WarningLevel> |
| 24 | + <Prefer32Bit>false</Prefer32Bit> |
23 | 25 | </PropertyGroup> |
24 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
25 | 27 | <DebugType>pdbonly</DebugType> |
|
28 | 30 | <DefineConstants>TRACE</DefineConstants> |
29 | 31 | <ErrorReport>prompt</ErrorReport> |
30 | 32 | <WarningLevel>4</WarningLevel> |
| 33 | + <Prefer32Bit>false</Prefer32Bit> |
31 | 34 | </PropertyGroup> |
32 | 35 | <PropertyGroup> |
33 | 36 | <StartupObject>Test.Program</StartupObject> |
|
37 | 40 | <HintPath>..\packages\MonoGame.Extended.0.5.149\lib\MonoGame.Extended.dll</HintPath> |
38 | 41 | <Private>True</Private> |
39 | 42 | </Reference> |
40 | | - <Reference Include="MonoGame.Framework"> |
41 | | - <HintPath>_EXTERNAL_LIBRARIES\MonoGame\MonoGame.Framework.dll</HintPath> |
| 43 | + <Reference Include="MonoGame.Framework, Version=3.5.1.1679, Culture=neutral, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\packages\MonoGame.Framework.WindowsDX.3.5.1.1679\lib\net40\MonoGame.Framework.dll</HintPath> |
| 45 | + <Private>True</Private> |
42 | 46 | </Reference> |
43 | 47 | <Reference Include="System" /> |
44 | 48 | <Reference Include="System.Core" /> |
|
62 | 66 | </ProjectReference> |
63 | 67 | </ItemGroup> |
64 | 68 | <ItemGroup> |
| 69 | + <None Include="app.config" /> |
65 | 70 | <None Include="packages.config" /> |
66 | 71 | </ItemGroup> |
67 | 72 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
0 commit comments