133 lines
6.5 KiB
XML
133 lines
6.5 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>{BAD27E27-4444-4300-ADF8-E21042C0781D}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>StructureHelper</RootNamespace>
|
|
<AssemblyName>StructureHelper</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<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' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Compile Include="Windows\AddMaterialWindow\AddMaterialView.xaml.cs">
|
|
<DependentUpon>AddMaterialView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\AddMaterialWindow\AddMaterialViewModel.cs" />
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\ColorPickerWindow\ColorPickerView.xaml.cs">
|
|
<DependentUpon>ColorPickerView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\ColorPickerWindow\ColorPickerViewModel.cs" />
|
|
<Compile Include="Infrastructure\Extensions\ObservableCollectionExtensions.cs" />
|
|
<Compile Include="Infrastructure\EventTriggerBase.cs" />
|
|
<Compile Include="Infrastructure\MouseEventTriggers\MouseWheelUpEventTrigger.cs" />
|
|
<Compile Include="Infrastructure\MouseEventTriggers\MouseWheelDownEventTrigger.cs" />
|
|
<Compile Include="Infrastructure\ViewModelBase.cs" />
|
|
<Compile Include="Models\MaterialDefinition\ConcreteDefinition.cs" />
|
|
<Compile Include="Infrastructure\NamedList.cs" />
|
|
<Compile Include="Models\MaterialDefinition\MaterialDefinitionBase.cs" />
|
|
<Compile Include="Models\PrimitiveDefinition\EllipseDefinition.cs" />
|
|
<Compile Include="Models\PrimitiveDefinition\PrimitiveDefinitionBase.cs" />
|
|
<Compile Include="Properties\Annotations.cs" />
|
|
<Compile Include="Models\MaterialDefinition\RebarDefinition.cs" />
|
|
<Compile Include="Models\PrimitiveDefinition\RectangleDefinition.cs" />
|
|
<Compile Include="Windows\MainWindow\MainModel.cs" />
|
|
<Compile Include="Windows\MainWindow\MainView.xaml.cs" />
|
|
<Compile Include="Windows\MainWindow\MainViewModel.cs" />
|
|
<Compile Include="Infrastructure\RelayCommand.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Infrastructure\MouseEventTriggers\DoubleClickEventTrigger.cs" />
|
|
<Compile Include="Infrastructure\EventArgs.cs" />
|
|
<Compile Include="MaterialCatalogWindow\MaterialCatalogModel.cs" />
|
|
<Compile Include="MaterialCatalogWindow\MaterialCatalogView.xaml.cs" />
|
|
<Compile Include="MaterialCatalogWindow\MaterialCatalogViewModel.cs" />
|
|
<Compile Include="Infrastructure\MouseBehaviour.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="Windows\AddMaterialWindow\AddMaterialView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\ColorPickerWindow\ColorPickerView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MaterialCatalogWindow\MaterialCatalogView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Windows\MainWindow\MainView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |