Editor.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{B29100C8-6E7F-4C7D-91AB-0153D0D28663}</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. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <RunCodeAnalysis>true</RunCodeAnalysis>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="AsyncCtpLibrary">
  39. <HintPath>..\Packages\AsynCtp\AsyncCtpLibrary.dll</HintPath>
  40. </Reference>
  41. <Reference Include="GalaSoft.MvvmLight.Extras.WPF4, Version=3.0.0.32852, Culture=neutral, PublicKeyToken=1673db7d5906b0ad, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\packages\MvvmLight.3.0.3\lib\net40\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
  44. </Reference>
  45. <Reference Include="GalaSoft.MvvmLight.WPF4, Version=3.0.0.32852, Culture=neutral, PublicKeyToken=63eb5c012e0b3c1c, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\packages\MvvmLight.3.0.3\lib\net40\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Microsoft.Practices.ServiceLocation">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>C:\Program Files\Laurent Bugnion (GalaSoft)\Mvvm Light Toolkit\Binaries\WPF4\Microsoft.Practices.ServiceLocation.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NLog">
  54. <HintPath>..\packages\NLog.2.0.0.0\lib\NET40\NLog.dll</HintPath>
  55. </Reference>
  56. <Reference Include="NLog.Extended">
  57. <HintPath>..\packages\NLog.2.0.0.0\lib\NET40\NLog.Extended.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  62. <HintPath>..\packages\MvvmLight.3.0.3\lib\net40\System.Windows.Interactivity.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Xml" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="System.Xaml">
  70. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  71. </Reference>
  72. <Reference Include="WindowsBase" />
  73. <Reference Include="PresentationCore" />
  74. <Reference Include="PresentationFramework" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ApplicationDefinition Include="App.xaml">
  78. <Generator>MSBuild:Compile</Generator>
  79. <SubType>Designer</SubType>
  80. </ApplicationDefinition>
  81. <None Include="NLog.config">
  82. <SubType>Designer</SubType>
  83. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  84. </None>
  85. <Compile Include="Logical\LoginRealm.cs" />
  86. <Compile Include="Model\Main.cs" />
  87. <Compile Include="ViewModel\MainViewModel.cs" />
  88. <Compile Include="ViewModel\ViewModelLocator.cs" />
  89. <Compile Include="View\MainView.xaml.cs">
  90. <DependentUpon>MainView.xaml</DependentUpon>
  91. </Compile>
  92. <Page Include="MainWindow.xaml">
  93. <Generator>MSBuild:Compile</Generator>
  94. <SubType>Designer</SubType>
  95. </Page>
  96. <Compile Include="App.xaml.cs">
  97. <DependentUpon>App.xaml</DependentUpon>
  98. <SubType>Code</SubType>
  99. </Compile>
  100. <Compile Include="MainWindow.xaml.cs">
  101. <DependentUpon>MainWindow.xaml</DependentUpon>
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Page Include="View\MainView.xaml">
  105. <SubType>Designer</SubType>
  106. <Generator>MSBuild:Compile</Generator>
  107. </Page>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <AppDesigner Include="Properties\" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Folder Include="Properties\" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <ProjectReference Include="..\Thread\Thread.csproj">
  117. <Project>{01AE803B-71F3-4DD6-BEAA-6BA7C2D13E23}</Project>
  118. <Name>Thread</Name>
  119. </ProjectReference>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <None Include="Packages.config">
  123. <SubType>Designer</SubType>
  124. </None>
  125. </ItemGroup>
  126. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  127. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  128. Other similar extension points exist, see Microsoft.Common.targets.
  129. <Target Name="BeforeBuild">
  130. </Target>
  131. <Target Name="AfterBuild">
  132. </Target>
  133. -->
  134. </Project>