|
18 | 18 | </PropertyGroup>
|
19 | 19 | <Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
|
20 | 20 | <ItemGroup>
|
| 21 | + <Compile Include="SimplePrimitives\BouncingBalls.cs" /> |
| 22 | + <Compile Include="SimplePrimitives\ColourGradient.cs" /> |
| 23 | + <Compile Include="SimplePrimitives\Colours.cs" /> |
| 24 | + <Compile Include="SimplePrimitives\Extensions.cs" /> |
21 | 25 | <Compile Include="SimplePrimitives\InformationBar.cs" />
|
22 |
| - <Compile Include="SimplePrimitives\RandomClipping.cs" /> |
| 26 | + <Compile Include="SimplePrimitives\PagedText.cs" /> |
23 | 27 | <Compile Include="SimplePrimitives\MatrixRain.cs" />
|
24 | 28 | <Compile Include="PandaGif.cs" />
|
25 | 29 | <Compile Include="Program.cs" />
|
|
30 | 34 | <DependentUpon>Resource.resx</DependentUpon>
|
31 | 35 | </Compile>
|
32 | 36 | <Compile Include="SimplePrimitives\FontExamples.cs" />
|
33 |
| - <Compile Include="SimplePrimitives\RandomEllipses.cs" /> |
34 | 37 | <Compile Include="SimplePrimitives\RandomDrawLine.cs" />
|
35 | 38 | <Compile Include="SimplePrimitives\RandomRectangles.cs" />
|
| 39 | + <Compile Include="SimplePrimitives\RandomEllipsesAndClipping.cs" /> |
36 | 40 | <Compile Include="SimplePrimitives\RotateImage.cs" />
|
37 | 41 | <Compile Include="SimplePrimitives\SetPixels.cs" />
|
38 | 42 | <Compile Include="SimplePrimitives\SliceScaling9.cs" />
|
39 | 43 | <Compile Include="SimplePrimitives\StretchImage.cs" />
|
40 | 44 | <Compile Include="SimplePrimitives\TileImage.cs" />
|
41 |
| - <Compile Include="Untitled.cs" /> |
42 | 45 | <Compile Include="WaterFallJpg.cs" />
|
43 | 46 | </ItemGroup>
|
44 | 47 | <ItemGroup>
|
| 48 | + <None Include="app.config" /> |
45 | 49 | <None Include="packages.config" />
|
46 | 50 | <None Include="Resources\comicsansms16.tinyfnt" />
|
47 | 51 | <None Include="Resources\courierregular10.tinyfnt" />
|
|
57 | 61 | </EmbeddedResource>
|
58 | 62 | </ItemGroup>
|
59 | 63 | <ItemGroup>
|
60 |
| - <Reference Include="mscorlib, Version=1.5.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
61 |
| - <HintPath>..\packages\nanoFramework.CoreLibrary.1.5.1-preview.1\lib\mscorlib.dll</HintPath> |
| 64 | + <Reference Include="mscorlib, Version=1.7.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 65 | + <HintPath>..\packages\nanoFramework.CoreLibrary.1.7.2-preview.7\lib\mscorlib.dll</HintPath> |
62 | 66 | <Private>True</Private>
|
63 | 67 | <SpecificVersion>True</SpecificVersion>
|
64 | 68 | </Reference>
|
65 |
| - <Reference Include="nanoFramework.Graphics.Wpf"> |
66 |
| - <HintPath>..\..\..\..\..\lib-nanoFramework.Graphics.Wpf\source\nanoFramework.Graphics.Wpf\bin\Debug\nanoFramework.Graphics.Wpf.dll</HintPath> |
| 69 | + <Reference Include="nanoFramework.Graphics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 70 | + <HintPath>packages\nanoFramework.Graphics.1.0.0-preview.1\lib\nanoFramework.Graphics.dll</HintPath> |
| 71 | + <Private>True</Private> |
| 72 | + <SpecificVersion>True</SpecificVersion> |
67 | 73 | </Reference>
|
68 | 74 | <Reference Include="nanoFramework.ResourceManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
|
69 |
| - <HintPath>..\packages\nanoFramework.ResourceManager.1.0.0-preview.4\lib\nanoFramework.ResourceManager.dll</HintPath> |
| 75 | + <HintPath>..\packages\nanoFramework.ResourceManager.1.0.0-preview.14\lib\nanoFramework.ResourceManager.dll</HintPath> |
70 | 76 | <Private>True</Private>
|
71 | 77 | <SpecificVersion>True</SpecificVersion>
|
72 | 78 | </Reference>
|
73 |
| - <Reference Include="nanoFramework.Runtime.Events, Version=1.4.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
74 |
| - <HintPath>..\packages\nanoFramework.Runtime.Events.1.4.1-preview.3\lib\nanoFramework.Runtime.Events.dll</HintPath> |
| 79 | + <Reference Include="nanoFramework.Runtime.Events, Version=1.4.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 80 | + <HintPath>..\packages\nanoFramework.Runtime.Events.1.4.2-preview.7\lib\nanoFramework.Runtime.Events.dll</HintPath> |
75 | 81 | <Private>True</Private>
|
76 | 82 | <SpecificVersion>True</SpecificVersion>
|
77 | 83 | </Reference>
|
78 |
| - <Reference Include="nanoFramework.Runtime.Native, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
79 |
| - <HintPath>..\packages\nanoFramework.Runtime.Native.1.2.0-preview.7\lib\nanoFramework.Runtime.Native.dll</HintPath> |
| 84 | + <Reference Include="nanoFramework.Runtime.Native, Version=1.2.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 85 | + <HintPath>..\packages\nanoFramework.Runtime.Native.1.2.1-preview.1\lib\nanoFramework.Runtime.Native.dll</HintPath> |
80 | 86 | <Private>True</Private>
|
81 | 87 | <SpecificVersion>True</SpecificVersion>
|
82 | 88 | </Reference>
|
83 |
| - <Reference Include="nanoFramework.System.Collections, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
84 |
| - <HintPath>..\packages\nanoFramework.System.Collections.1.0.0-preview.6\lib\nanoFramework.System.Collections.dll</HintPath> |
| 89 | + <Reference Include="nanoFramework.System.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 90 | + <HintPath>..\packages\nanoFramework.System.Collections.1.0.1-preview.6\lib\nanoFramework.System.Collections.dll</HintPath> |
85 | 91 | <Private>True</Private>
|
86 | 92 | <SpecificVersion>True</SpecificVersion>
|
87 | 93 | </Reference>
|
| 94 | + <Reference Include="System.Math, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 95 | + <HintPath>packages\nanoFramework.System.Math.1.2.0-preview.16\lib\System.Math.dll</HintPath> |
| 96 | + <Private>True</Private> |
| 97 | + <SpecificVersion>True</SpecificVersion> |
| 98 | + </Reference> |
| 99 | + </ItemGroup> |
| 100 | + <ItemGroup> |
| 101 | + <Content Include="Resources\SoccerBall.gif" /> |
| 102 | + <Content Include="Resources\waterfall_costa_rica.jpg" /> |
88 | 103 | </ItemGroup>
|
89 | 104 | <Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
|
90 | 105 | <ProjectExtensions>
|
|
0 commit comments