Editor.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{C46F3337-0F48-4A72-84AD-8FDD1F159BB0}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Editor</RootNamespace>
  12. <AssemblyName>Editor</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <WarningLevel>4</WarningLevel>
  18. <Utf8Output>true</Utf8Output>
  19. <ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  22. <PlatformTarget>x86</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  32. <PlatformTarget>x86</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Microsoft.Expression.Drawing" />
  42. <Reference Include="Microsoft.Practices.Prism">
  43. <HintPath>..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Microsoft.Practices.Prism.Interactivity">
  46. <HintPath>..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  49. <HintPath>..\Packages\Prism.MEFExtensions.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Practices.ServiceLocation">
  52. <HintPath>..\Packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.ComponentModel.Composition" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.Xaml">
  63. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  64. </Reference>
  65. <Reference Include="WindowsBase" />
  66. <Reference Include="PresentationCore" />
  67. <Reference Include="PresentationFramework" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ApplicationDefinition Include="App.xaml">
  71. <Generator>MSBuild:Compile</Generator>
  72. <SubType>Designer</SubType>
  73. </ApplicationDefinition>
  74. <Compile Include="Bootstrapper.cs" />
  75. <Compile Include="Shell.xaml.cs">
  76. <DependentUpon>Shell.xaml</DependentUpon>
  77. </Compile>
  78. <Compile Include="ShellViewModel.cs" />
  79. <Compile Include="App.xaml.cs">
  80. <DependentUpon>App.xaml</DependentUpon>
  81. <SubType>Code</SubType>
  82. </Compile>
  83. <Page Include="Shell.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. <SubType>Designer</SubType>
  86. </Page>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <AppDesigner Include="Properties\" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Folder Include="Properties\" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ProjectReference Include="..\Infrastructure\Infrastructure.csproj">
  96. <Project>{48A2E149-0DAC-41B4-BB54-DFBCCD6D42B3}</Project>
  97. <Name>Infrastructure</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\Modules\LoginModule\Login.csproj">
  100. <Project>{7CC7BF9C-13BE-470E-BC35-6A1944767899}</Project>
  101. <Name>Login</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\Modules\TreeCanvas\TreeCanvas.csproj">
  104. <Project>{6CD185D1-08E0-4729-A999-2D5B57BA8193}</Project>
  105. <Name>TreeCanvas</Name>
  106. </ProjectReference>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <None Include="NLog.config">
  110. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  111. </None>
  112. <None Include="Packages.config" />
  113. </ItemGroup>
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  115. <PropertyGroup>
  116. <PreBuildEvent>$(SolutionDir)\Tools\Nuget.exe install $(ProjectDir)Packages.config -o $(SolutionDir)Packages</PreBuildEvent>
  117. </PropertyGroup>
  118. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  119. Other similar extension points exist, see Microsoft.Common.targets.
  120. <Target Name="BeforeBuild">
  121. </Target>
  122. <Target Name="AfterBuild">
  123. </Target>
  124. -->
  125. </Project>