mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-11 21:48:34 +00:00
94 lines
4.4 KiB
XML
94 lines
4.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{E420CE17-2F13-4ABC-87D7-C9744DF39D3D}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>OSCADSharp</RootNamespace>
|
|
<AssemblyName>OSCADSharp</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Debug\OSCADSharp.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Release\OSCADSharp.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DataBinding\BindableBoolean.cs" />
|
|
<Compile Include="OSCADObject.AbstractTransforms.cs" />
|
|
<Compile Include="OSCADObject.BaseTransform.cs" />
|
|
<Compile Include="OSCADObject.BasicTransforms.cs" />
|
|
<Compile Include="OSCADObject.Booleans.cs" />
|
|
<Compile Include="Utility\Images\AdjacentPixelMatrix.cs" />
|
|
<Compile Include="Utility\Images\CubistImageProcessor.cs" />
|
|
<Compile Include="Utility\Images\IImageProcessor.cs" />
|
|
<Compile Include="Utility\Images\ImageImportMode.cs" />
|
|
<Compile Include="Solids\Imported\ImportedImage.cs" />
|
|
<Compile Include="Solids\Imported\ImportedModel.cs" />
|
|
<Compile Include="Utility\Images\NeighboringPointFinder.cs" />
|
|
<Compile Include="Utility\Images\PolygonalImageProcessor.cs" />
|
|
<Compile Include="Utility\Dependencies.cs" />
|
|
<Compile Include="IO\DefaultFileInvoker.cs" />
|
|
<Compile Include="IO\DefaultFileWriter.cs" />
|
|
<Compile Include="IO\IFileInvoker.cs" />
|
|
<Compile Include="IO\IFileWriter.cs" />
|
|
<Compile Include="Utility\Ids.cs" />
|
|
<Compile Include="DataBinding\Binding.cs" />
|
|
<Compile Include="DataBinding\Bindings.cs" />
|
|
<Compile Include="DataBinding\IBindable.cs" />
|
|
<Compile Include="Utility\StatementBuilder.cs" />
|
|
<Compile Include="DataBinding\Variable.cs" />
|
|
<Compile Include="IO\OutputSettings.cs" />
|
|
<Compile Include="Utility\Inches.cs" />
|
|
<Compile Include="DataBinding\BindableVector.cs" />
|
|
<Compile Include="Spatial\Bounds.cs" />
|
|
<Compile Include="Spatial\Matrix.cs" />
|
|
<Compile Include="Utility\SingleBlockFormatter.cs" />
|
|
<Compile Include="OSCADObject.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Solids\Cube.cs" />
|
|
<Compile Include="Solids\Cylinder.cs" />
|
|
<Compile Include="Solids\Sphere.cs" />
|
|
<Compile Include="Solids\Text3D.cs" />
|
|
<Compile Include="Spatial\Vector3.cs" />
|
|
<Compile Include="DataBinding\Variables.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |