woops
This commit is contained in:
parent
e2da46b479
commit
78ca2c5cb5
|
@ -78,11 +78,14 @@
|
||||||
<Compile Include="Platform.cs" />
|
<Compile Include="Platform.cs" />
|
||||||
<Compile Include="IPlatformServices.cs" />
|
<Compile Include="IPlatformServices.cs" />
|
||||||
<Compile Include="ILogger.cs" />
|
<Compile Include="ILogger.cs" />
|
||||||
|
<Compile Include="Graphics\Color.cs" />
|
||||||
|
<Compile Include="Graphics\Image.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="Input\" />
|
<Folder Include="Input\" />
|
||||||
<Folder Include="IO\" />
|
<Folder Include="IO\" />
|
||||||
<Folder Include="Math\" />
|
<Folder Include="Math\" />
|
||||||
|
<Folder Include="Graphics\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Reference in a new issue