72 lines
3.0 KiB
XML
72 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" 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>{23D48220-EF2C-4A51-9D75-8A9499BE17E9}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Project</RootNamespace>
|
|
<AssemblyName>Project</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</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>
|
|
</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<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="ColorProfile.cs" />
|
|
<Compile Include="Layer.cs" />
|
|
<Compile Include="Mask.cs" />
|
|
<Compile Include="Project.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ClassLibrary\ClassLibrary.csproj">
|
|
<Project>{1d5f134c-2fb3-4d25-98a3-e0d016613ec0}</Project>
|
|
<Name>ClassLibrary</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Data\Data.csproj">
|
|
<Project>{f6791439-4b65-4221-8e11-c93699e728c8}</Project>
|
|
<Name>Data</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Frames\Frames.csproj">
|
|
<Project>{2327940d-5b3f-4373-987c-2866503478b2}</Project>
|
|
<Name>Frames</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Treko3D\Treko3D.csproj">
|
|
<Project>{cbbc2ecb-b318-4a7e-b5a3-eee436c24f86}</Project>
|
|
<Name>Treko3D</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Treko\Treko.csproj">
|
|
<Project>{5dcd49a1-5d26-420d-85f4-d04c4d0c1dff}</Project>
|
|
<Name>Treko</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |