|
@@ -0,0 +1,98 @@
|
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
+<Project ToolsVersion="4.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>{5AA48F9A-455D-4CD8-A605-A3AC38283E60}</ProjectGuid>
|
|
|
|
|
+ <OutputType>library</OutputType>
|
|
|
|
|
+ <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
+ <RootNamespace>WaiGua</RootNamespace>
|
|
|
|
|
+ <AssemblyName>WaiGua</AssemblyName>
|
|
|
|
|
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
|
|
+ <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
|
+ <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
|
|
|
|
|
+ <RestorePackages>true</RestorePackages>
|
|
|
|
|
+ </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="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
+ <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Expression.Interactions.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="Microsoft.Practices.Prism">
|
|
|
|
|
+ <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="Microsoft.Practices.Prism.MefExtensions">
|
|
|
|
|
+ <HintPath>..\..\..\packages\Prism.MEFExtensions.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="System" />
|
|
|
|
|
+ <Reference Include="System.ComponentModel.Composition" />
|
|
|
|
|
+ <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
+ <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\System.Windows.Interactivity.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
|
|
+ <Reference Include="Microsoft.CSharp" />
|
|
|
|
|
+ <Reference Include="System.Core" />
|
|
|
|
|
+ <Reference Include="System.Xaml">
|
|
|
|
|
+ <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="WindowsBase" />
|
|
|
|
|
+ <Reference Include="PresentationCore" />
|
|
|
|
|
+ <Reference Include="PresentationFramework" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <Compile Include="WaiGuaViewModel.cs" />
|
|
|
|
|
+ <Page Include="WaiGuaView.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
|
|
+ <Compile Include="WaiGua.cs" />
|
|
|
|
|
+ <Compile Include="WaiGuaModule.cs" />
|
|
|
|
|
+ <Compile Include="WaiGuaView.xaml.cs">
|
|
|
|
|
+ <DependentUpon>WaiGuaView.xaml</DependentUpon>
|
|
|
|
|
+ <SubType>Code</SubType>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <AppDesigner Include="Properties\" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <Folder Include="Properties\" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <None Include="Packages.config" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <ProjectReference Include="..\..\..\Platform\Infrastructure\Infrastructure.csproj">
|
|
|
|
|
+ <Project>{48A2E149-0DAC-41B4-BB54-DFBCCD6D42B3}</Project>
|
|
|
|
|
+ <Name>Infrastructure</Name>
|
|
|
|
|
+ </ProjectReference>
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
+ <Import Project="$(SolutionDir)\.nuget\nuget.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>
|