mirror of https://github.com/AMT-Cheif/Stylet.git
92 lines
3.9 KiB
XML
92 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.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>{2435BD00-AC12-48B0-AD36-9BAB2FDEC3F5}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Stylet</RootNamespace>
|
|
<AssemblyName>Stylet</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</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="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Windows" />
|
|
<Reference Include="System.Xaml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WindowsBase" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ActionCommand.cs" />
|
|
<Compile Include="ActionExtension.cs" />
|
|
<Compile Include="AssemblySource.cs" />
|
|
<Compile Include="BindableCollection.cs" />
|
|
<Compile Include="BootstrapperBase.cs" />
|
|
<Compile Include="Conductor.cs" />
|
|
<Compile Include="ConductorAllActive.cs" />
|
|
<Compile Include="ConductorBase.cs" />
|
|
<Compile Include="ConductorBaseWithActiveItem.cs" />
|
|
<Compile Include="ConductorOneActive.cs" />
|
|
<Compile Include="EventAggregator.cs" />
|
|
<Compile Include="EventCommand.cs" />
|
|
<Compile Include="Execute.cs" />
|
|
<Compile Include="IConductor.cs" />
|
|
<Compile Include="IoC.cs" />
|
|
<Compile Include="Bootstrapper.cs" />
|
|
<Compile Include="IScreen.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="PropertyChangedBase.cs" />
|
|
<Compile Include="Screen.cs" />
|
|
<Compile Include="ScreenExtensions.cs" />
|
|
<Compile Include="StyletIoC\BuilderUpper.cs" />
|
|
<Compile Include="StyletIoC\ICreator.cs" />
|
|
<Compile Include="StyletIoC\IRegistration.cs" />
|
|
<Compile Include="StyletIoC\IRegistrationCollection.cs" />
|
|
<Compile Include="StyletIoC\StyletIoCBuilder.cs" />
|
|
<Compile Include="StyletIoC\StyletIoCContainer.cs" />
|
|
<Compile Include="StyletIoC\UnboundGeneric.cs" />
|
|
<Compile Include="View.cs" />
|
|
<Compile Include="ViewManager.cs" />
|
|
<Compile Include="WindowManager.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="StyletResourceDictionary.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</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> |