mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-11 21:48:34 +00:00
87 lines
4.0 KiB
XML
87 lines
4.0 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.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="Files\DefaultFileInvoker.cs" />
|
|
<Compile Include="Files\DefaultFileWriter.cs" />
|
|
<Compile Include="Files\IFileInvoker.cs" />
|
|
<Compile Include="Files\IFileWriter.cs" />
|
|
<Compile Include="Ids.cs" />
|
|
<Compile Include="Scripting\StatementBuilder.cs" />
|
|
<Compile Include="Settings.cs" />
|
|
<Compile Include="Sizes.cs" />
|
|
<Compile Include="Spatial\Bounds.cs" />
|
|
<Compile Include="Spatial\Matrix.cs" />
|
|
<Compile Include="Transforms\HulledObject.cs" />
|
|
<Compile Include="Transforms\LinearExtrudedObject.cs" />
|
|
<Compile Include="Scripting\SingleBlockFormatter.cs" />
|
|
<Compile Include="Scripting\MultiBlockStatementObject.cs" />
|
|
<Compile Include="Booleans\Difference.cs" />
|
|
<Compile Include="Booleans\Intersection.cs" />
|
|
<Compile Include="Booleans\Union.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="Transforms\ColoredObject.cs" />
|
|
<Compile Include="Transforms\MinkowskiedObject.cs" />
|
|
<Compile Include="Transforms\MirroredObject.cs" />
|
|
<Compile Include="Transforms\ResizedObject.cs" />
|
|
<Compile Include="Transforms\RotatedObject.cs" />
|
|
<Compile Include="Transforms\ScaledObject.cs" />
|
|
<Compile Include="Transforms\TranslatedObject.cs" />
|
|
<Compile Include="Spatial\Vector3.cs" />
|
|
<Compile Include="Scripting\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> |