<?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>{5DCF4F51-F4EF-4234-8068-097BC123A8E6}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>IStation.WinFormUI.Project</RootNamespace>
|
<AssemblyName>IStation.WinFormUI.Project</AssemblyName>
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
</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="DevExpress.Data.Desktop.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.Data.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.Printing.v21.2.Core, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.Utils.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraEditors.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraGrid.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraLayout.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraPrinting.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="System" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Windows.Forms" />
|
<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="Properties\AssemblyInfo.cs" />
|
<Compile Include="helpers\ProjectHelper.cs" />
|
<Compile Include="project\CreateProjectDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="project\CreateProjectDlg.Designer.cs">
|
<DependentUpon>CreateProjectDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="project\LoadProjectListDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="project\LoadProjectListDlg.Designer.cs">
|
<DependentUpon>LoadProjectListDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="project\ProjectTileViewCtrl.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="project\ProjectTileViewCtrl.Designer.cs">
|
<DependentUpon>ProjectTileViewCtrl.cs</DependentUpon>
|
</Compile>
|
<Compile Include="project\OpenProjectOverviewDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="project\OpenProjectOverviewDlg.Designer.cs">
|
<DependentUpon>OpenProjectOverviewDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="project\LatelyProjectOverviewPage.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="project\LatelyProjectOverviewPage.Designer.cs">
|
<DependentUpon>LatelyProjectOverviewPage.cs</DependentUpon>
|
</Compile>
|
<Compile Include="project\EditProjectDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="project\EditProjectDlg.Designer.cs">
|
<DependentUpon>EditProjectDlg.cs</DependentUpon>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\..\BLL\IStation.BLL.Project\IStation.BLL.Project.csproj">
|
<Project>{3b7b39da-835b-4975-bd88-977e1870fe32}</Project>
|
<Name>IStation.BLL.Project</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Model\IStation.Model.Project\IStation.Model.Project.csproj">
|
<Project>{cfb50fc5-0916-4e54-a22a-3b07080d4ac6}</Project>
|
<Name>IStation.Model.Project</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Settings\IStation.Settings\IStation.Settings.csproj">
|
<Project>{37082337-850e-4dc9-9df5-da0218da6db8}</Project>
|
<Name>IStation.Settings</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Untity\IStation.Extensions\IStation.Extensions.csproj">
|
<Project>{585aa5e4-f497-4936-a7bd-5c7decd058e8}</Project>
|
<Name>IStation.Extensions</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\IStation.WinFormUI.Common\IStation.WinFormUI.Common.csproj">
|
<Project>{c8bd84a0-3621-4fcc-b1f6-231343726a8f}</Project>
|
<Name>IStation.WinFormUI.Common</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\IStation.WinFormUI.Core\IStation.WinFormUI.Core.csproj">
|
<Project>{f7adb270-1803-44b1-87d0-3d6517c77f95}</Project>
|
<Name>IStation.WinFormUI.Core</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="project\CreateProjectDlg.resx">
|
<DependentUpon>CreateProjectDlg.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="project\LoadProjectListDlg.resx">
|
<DependentUpon>LoadProjectListDlg.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="project\ProjectTileViewCtrl.resx">
|
<DependentUpon>ProjectTileViewCtrl.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="project\OpenProjectOverviewDlg.resx">
|
<DependentUpon>OpenProjectOverviewDlg.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="project\LatelyProjectOverviewPage.resx">
|
<DependentUpon>LatelyProjectOverviewPage.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="project\EditProjectDlg.resx">
|
<DependentUpon>EditProjectDlg.cs</DependentUpon>
|
</EmbeddedResource>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|