|
|
@@ -1,199 +1,194 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <PropertyGroup>
|
|
|
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
- <ProductVersion>8.0.30703</ProductVersion>
|
|
|
- <SchemaVersion>2.0</SchemaVersion>
|
|
|
- <ProjectGuid>{C46F3337-0F48-4A72-84AD-8FDD1F159BB0}</ProjectGuid>
|
|
|
- <OutputType>WinExe</OutputType>
|
|
|
- <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
- <RootNamespace>Editor</RootNamespace>
|
|
|
- <AssemblyName>Editor</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
- <TargetFrameworkProfile>
|
|
|
- </TargetFrameworkProfile>
|
|
|
- <FileAlignment>512</FileAlignment>
|
|
|
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <Utf8Output>true</Utf8Output>
|
|
|
- <ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
|
|
|
- <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\CSharp\</SolutionDir>
|
|
|
- <RestorePackages>true</RestorePackages>
|
|
|
- <PublishUrl>发布\</PublishUrl>
|
|
|
- <Install>true</Install>
|
|
|
- <InstallFrom>Disk</InstallFrom>
|
|
|
- <UpdateEnabled>false</UpdateEnabled>
|
|
|
- <UpdateMode>Foreground</UpdateMode>
|
|
|
- <UpdateInterval>7</UpdateInterval>
|
|
|
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
- <UpdatePeriodically>false</UpdatePeriodically>
|
|
|
- <UpdateRequired>false</UpdateRequired>
|
|
|
- <MapFileExtensions>true</MapFileExtensions>
|
|
|
- <ApplicationRevision>0</ApplicationRevision>
|
|
|
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
- <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
- <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
- <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
- <PlatformTarget>x86</PlatformTarget>
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <DebugType>full</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <OutputPath>..\..\Bin\Debug\</OutputPath>
|
|
|
- <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
- <PlatformTarget>x86</PlatformTarget>
|
|
|
- <DebugType>pdbonly</DebugType>
|
|
|
- <Optimize>true</Optimize>
|
|
|
- <OutputPath>..\..\Bin\Release\</OutputPath>
|
|
|
- <DefineConstants>TRACE</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="Microsoft.Practices.Prism.Composition">
|
|
|
- <HintPath>..\..\packages\Prism.Composition.5.0.0\lib\NET45\Microsoft.Practices.Prism.Composition.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Microsoft.Practices.Prism.Interactivity, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>..\..\packages\Prism.Interactivity.5.0.0\lib\NET45\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Microsoft.Practices.Prism.MefExtensions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>..\..\packages\Prism.MEFExtensions.5.0.0\lib\NET45\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
|
|
|
- <Private>True</Private>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Microsoft.Practices.Prism.Mvvm">
|
|
|
- <HintPath>..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Microsoft.Practices.Prism.Mvvm.Desktop">
|
|
|
- <HintPath>..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.Desktop.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Microsoft.Practices.Prism.PubSubEvents">
|
|
|
- <HintPath>..\..\packages\Prism.PubSubEvents.1.0.0\lib\portable-sl4+wp7+windows8+net40\Microsoft.Practices.Prism.PubSubEvents.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Microsoft.Practices.Prism.SharedInterfaces">
|
|
|
- <HintPath>..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.SharedInterfaces.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="System" />
|
|
|
- <Reference Include="System.ComponentModel.Composition" />
|
|
|
- <Reference Include="System.Configuration" />
|
|
|
- <Reference Include="System.Data" />
|
|
|
- <Reference Include="System.Runtime.Serialization" />
|
|
|
- <Reference Include="System.ServiceModel" />
|
|
|
- <Reference Include="System.Xml" />
|
|
|
- <Reference Include="System.Core" />
|
|
|
- <Reference Include="System.Xaml">
|
|
|
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
- </Reference>
|
|
|
- <Reference Include="System.Xml.Linq" />
|
|
|
- <Reference Include="Telerik.Windows.Controls, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
|
|
|
- <Reference Include="Telerik.Windows.Controls.Chart, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
|
|
|
- <Reference Include="Telerik.Windows.Controls.DataVisualization, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
|
|
|
- <Reference Include="Telerik.Windows.Controls.Navigation, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
|
|
|
- <Reference Include="Telerik.Windows.Data, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
|
|
|
- <Reference Include="UIAutomationProvider" />
|
|
|
- <Reference Include="UIAutomationTypes" />
|
|
|
- <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="Bootstrapper.cs" />
|
|
|
- <Compile Include="Shell.xaml.cs">
|
|
|
- <DependentUpon>Shell.xaml</DependentUpon>
|
|
|
- </Compile>
|
|
|
- <Compile Include="ShellViewModel.cs" />
|
|
|
- <Compile Include="App.xaml.cs">
|
|
|
- <DependentUpon>App.xaml</DependentUpon>
|
|
|
- <SubType>Code</SubType>
|
|
|
- </Compile>
|
|
|
- <Page Include="Shell.xaml">
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </Page>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <AppDesigner Include="Properties\" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Folder Include="Properties\" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\Infrastructure\Infrastructure.csproj">
|
|
|
- <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
|
|
|
- <Name>Infrastructure</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\Modules\Login\Login.csproj">
|
|
|
- <Project>{5aa48f9a-455d-4cd8-a605-a3ac38283e60}</Project>
|
|
|
- <Name>Login</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\Modules\Robot\Robot.csproj">
|
|
|
- <Project>{5d6ecbcd-be14-4dcb-baec-57089748b164}</Project>
|
|
|
- <Name>Robot</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\Modules\Tree\Tree.csproj">
|
|
|
- <Project>{6cd185d1-08e0-4729-a999-2d5b57ba8193}</Project>
|
|
|
- <Name>Tree</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\Modules\WCFClient\WCFClient.csproj">
|
|
|
- <Project>{B07D70E7-F902-4F67-A486-B7AF27D6B813}</Project>
|
|
|
- <Name>WCFClient</Name>
|
|
|
- </ProjectReference>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="App.config">
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </None>
|
|
|
- <None Include="NLog.config">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </None>
|
|
|
- <None Include="Packages.config" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <BootstrapperPackage Include=".NETFramework,Version=v4.5">
|
|
|
- <Visible>False</Visible>
|
|
|
- <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
|
|
|
- <Install>true</Install>
|
|
|
- </BootstrapperPackage>
|
|
|
- <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
- <Visible>False</Visible>
|
|
|
- <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
- <Install>false</Install>
|
|
|
- </BootstrapperPackage>
|
|
|
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
- <Visible>False</Visible>
|
|
|
- <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
- <Install>false</Install>
|
|
|
- </BootstrapperPackage>
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
- <PropertyGroup>
|
|
|
- <PreBuildEvent>
|
|
|
- </PreBuildEvent>
|
|
|
- </PropertyGroup>
|
|
|
- <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>
|
|
|
- -->
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <PropertyGroup>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
+ <ProductVersion>8.0.30703</ProductVersion>
|
|
|
+ <SchemaVersion>2.0</SchemaVersion>
|
|
|
+ <ProjectGuid>{C46F3337-0F48-4A72-84AD-8FDD1F159BB0}</ProjectGuid>
|
|
|
+ <OutputType>WinExe</OutputType>
|
|
|
+ <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
+ <RootNamespace>Editor</RootNamespace>
|
|
|
+ <AssemblyName>Editor</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
+ <TargetFrameworkProfile>
|
|
|
+ </TargetFrameworkProfile>
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
+ <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <Utf8Output>true</Utf8Output>
|
|
|
+ <ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
|
|
|
+ <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\CSharp\</SolutionDir>
|
|
|
+ <RestorePackages>true</RestorePackages>
|
|
|
+ <PublishUrl>发布\</PublishUrl>
|
|
|
+ <Install>true</Install>
|
|
|
+ <InstallFrom>Disk</InstallFrom>
|
|
|
+ <UpdateEnabled>false</UpdateEnabled>
|
|
|
+ <UpdateMode>Foreground</UpdateMode>
|
|
|
+ <UpdateInterval>7</UpdateInterval>
|
|
|
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
+ <UpdatePeriodically>false</UpdatePeriodically>
|
|
|
+ <UpdateRequired>false</UpdateRequired>
|
|
|
+ <MapFileExtensions>true</MapFileExtensions>
|
|
|
+ <ApplicationRevision>0</ApplicationRevision>
|
|
|
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
+ <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
+ <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
+ <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
+ <PlatformTarget>x86</PlatformTarget>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>..\..\Bin\Debug\</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <Prefer32Bit>false</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
+ <PlatformTarget>x86</PlatformTarget>
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <OutputPath>..\..\Bin\Release\</OutputPath>
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <Prefer32Bit>false</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="Microsoft.Practices.Prism.Composition">
|
|
|
+ <HintPath>..\..\packages\Prism.Composition.5.0.0\lib\NET45\Microsoft.Practices.Prism.Composition.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.Practices.Prism.Interactivity, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\packages\Prism.Interactivity.5.0.0\lib\NET45\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.Practices.Prism.MefExtensions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\packages\Prism.MEFExtensions.5.0.0\lib\NET45\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
|
|
|
+ <Private>True</Private>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.Practices.Prism.Mvvm">
|
|
|
+ <HintPath>..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.Practices.Prism.Mvvm.Desktop">
|
|
|
+ <HintPath>..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.Desktop.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.Practices.Prism.PubSubEvents">
|
|
|
+ <HintPath>..\..\packages\Prism.PubSubEvents.1.0.0\lib\portable-sl4+wp7+windows8+net40\Microsoft.Practices.Prism.PubSubEvents.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.Practices.Prism.SharedInterfaces">
|
|
|
+ <HintPath>..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.SharedInterfaces.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.ComponentModel.Composition" />
|
|
|
+ <Reference Include="System.Configuration" />
|
|
|
+ <Reference Include="System.Data" />
|
|
|
+ <Reference Include="System.Runtime.Serialization" />
|
|
|
+ <Reference Include="System.ServiceModel" />
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ <Reference Include="System.Core" />
|
|
|
+ <Reference Include="System.Xaml">
|
|
|
+ <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
+ <Reference Include="UIAutomationProvider" />
|
|
|
+ <Reference Include="UIAutomationTypes" />
|
|
|
+ <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="Bootstrapper.cs" />
|
|
|
+ <Compile Include="Shell.xaml.cs">
|
|
|
+ <DependentUpon>Shell.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="ShellViewModel.cs" />
|
|
|
+ <Compile Include="App.xaml.cs">
|
|
|
+ <DependentUpon>App.xaml</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Page Include="Shell.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <AppDesigner Include="Properties\" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Folder Include="Properties\" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\Infrastructure\Infrastructure.csproj">
|
|
|
+ <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
|
|
|
+ <Name>Infrastructure</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\Modules\Login\Login.csproj">
|
|
|
+ <Project>{5aa48f9a-455d-4cd8-a605-a3ac38283e60}</Project>
|
|
|
+ <Name>Login</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\Modules\Robot\Robot.csproj">
|
|
|
+ <Project>{5d6ecbcd-be14-4dcb-baec-57089748b164}</Project>
|
|
|
+ <Name>Robot</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\Modules\Tree\Tree.csproj">
|
|
|
+ <Project>{6cd185d1-08e0-4729-a999-2d5b57ba8193}</Project>
|
|
|
+ <Name>Tree</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\Modules\WCFClient\WCFClient.csproj">
|
|
|
+ <Project>{B07D70E7-F902-4F67-A486-B7AF27D6B813}</Project>
|
|
|
+ <Name>WCFClient</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="App.config">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ <None Include="NLog.config">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </None>
|
|
|
+ <None Include="Packages.config" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <BootstrapperPackage Include=".NETFramework,Version=v4.5">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
|
|
|
+ <Install>true</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
+ <Install>false</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
+ <Install>false</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <PreBuildEvent>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </PropertyGroup>
|
|
|
+ <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>
|