This commit is contained in:
Wiesław Šoltés 2015-08-03 16:44:54 +02:00
Родитель 3bb717aa60
Коммит 2563de588c
1 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -43,16 +43,17 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="BandMatrix.cs" />
<Compile Include="IBezierContext.cs" />
<Compile Include="PathBezierContext.cs" />
<Compile Include="PathDrawing.cs" />
<Compile Include="PathShape.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Spiro.cs" />
<Compile Include="SpiroControlPoint.cs" />
<Compile Include="SpiroImpl.cs" />
<Compile Include="SpiroPointType.cs" />
<Compile Include="SpiroSegment.cs" />
<Compile Include="PathBezierContext.cs" />
<Compile Include="Spiro.cs" />
<Compile Include="PathShape.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.