Common.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{5229A336-C6F4-46D9-A56F-66BE214570EB}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Wayne.Lib</RootNamespace>
  12. <AssemblyName>Wayne.Lib.Common</AssemblyName>
  13. <DeployDirSuffix>Common</DeployDirSuffix>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FormFactorID>
  16. </FormFactorID>
  17. <SccProjectName>SAK</SccProjectName>
  18. <SccLocalPath>SAK</SccLocalPath>
  19. <SccAuxPath>SAK</SccAuxPath>
  20. <SccProvider>SAK</SccProvider>
  21. <SignAssembly>true</SignAssembly>
  22. <AssemblyOriginatorKeyFile>Wayne.Lib.Common.snk</AssemblyOriginatorKeyFile>
  23. <FileUpgradeFlags>
  24. </FileUpgradeFlags>
  25. <OldToolsVersion>3.5</OldToolsVersion>
  26. <UpgradeBackupLocation>
  27. </UpgradeBackupLocation>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>bin\Debug\</OutputPath>
  34. <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
  35. <NoStdLib>true</NoStdLib>
  36. <NoConfig>true</NoConfig>
  37. <ErrorReport>prompt</ErrorReport>
  38. <FileAlignment>512</FileAlignment>
  39. <WarningLevel>4</WarningLevel>
  40. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  41. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  42. <DocumentationFile>
  43. </DocumentationFile>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <DebugType>none</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE;CODE_ANALYSIS</DefineConstants>
  50. <NoStdLib>true</NoStdLib>
  51. <NoConfig>true</NoConfig>
  52. <ErrorReport>prompt</ErrorReport>
  53. <FileAlignment>512</FileAlignment>
  54. <WarningLevel>4</WarningLevel>
  55. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  56. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="mscorlib" />
  60. <Reference Include="System" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Xml" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="ActionDisposable.cs" />
  66. <Compile Include="Any.cs" />
  67. <Compile Include="AppArgSupport.cs" />
  68. <Compile Include="Arrays.cs" />
  69. <Compile Include="Assemblies.cs" />
  70. <Compile Include="AsyncCompletedEventArgs.cs" />
  71. <Compile Include="ConnectionChecker.cs" />
  72. <Compile Include="DisposableBase.cs" />
  73. <Compile Include="EnumerableExtensions.cs" />
  74. <Compile Include="EnumSupport.cs" />
  75. <Compile Include="Events.cs" />
  76. <Compile Include="GenericEventArgs.cs" />
  77. <Compile Include="IConnectable.cs" />
  78. <Compile Include="IIdentifiableEntity.cs" />
  79. <Compile Include="ConnectableWrongStateException.cs" />
  80. <Compile Include="IServiceContainer.cs" />
  81. <Compile Include="IServiceLocator.cs" />
  82. <Compile Include="ISystemTime.cs" />
  83. <Compile Include="ITimer.cs" />
  84. <Compile Include="MessageBus\ThreadedBus.cs" />
  85. <Compile Include="MessageBus\BasicBus.cs" />
  86. <Compile Include="MessageBus\IBus.cs" />
  87. <Compile Include="MessageBus\Subscription.cs" />
  88. <Compile Include="MessageBus\SubscriptionBase.cs" />
  89. <Compile Include="ObjectExtensions.cs" />
  90. <Compile Include="ObjectNotReservedException.cs" />
  91. <Compile Include="ObservableList.cs" />
  92. <Compile Include="ParamGuard.cs" />
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. <Compile Include="RefinedList.cs" />
  95. <Compile Include="ReserveCompletedEventArgs.cs" />
  96. <Compile Include="ServiceActivator.cs" />
  97. <Compile Include="ServiceContainer.cs" />
  98. <Compile Include="ServiceContainerException.cs" />
  99. <Compile Include="ServiceContainerFactory.cs" />
  100. <Compile Include="TimeoutInterval.cs" />
  101. <Compile Include="TypedAggregation.cs" />
  102. <Compile Include="UserTokenEventArgs.cs" />
  103. <Compile Include="IVersionProvider.cs" />
  104. <Compile Include="VersionNumber.cs" />
  105. <Compile Include="VersionProvider.cs" />
  106. <Compile Include="WayneSystemTime.cs" />
  107. <Compile Include="WayneSystemTimeCE.cs" />
  108. <Compile Include="WayneTimer.cs" />
  109. <Compile Include="Xml.cs" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <None Include="Assemblies.cd" />
  113. <None Include="AsyncSupport.cd" />
  114. <None Include="Doc\NDoc.bat" />
  115. <None Include="Doc\NDocConfig.ndoc" />
  116. <None Include="Doc\SDD_Wayne.Lib.Common.doc" />
  117. <None Include="Doc\SDD_Wayne.Lib.Common.pdf" />
  118. <None Include="IConnectable.cd" />
  119. <None Include="IIdentifiableEntity.cd" />
  120. <None Include="Wayne.Lib.Common.snk" />
  121. </ItemGroup>
  122. <ItemGroup />
  123. <ProjectExtensions>
  124. <VisualStudio>
  125. <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
  126. <HostingProcess disable="1" />
  127. </FlavorProperties>
  128. </VisualStudio>
  129. </ProjectExtensions>
  130. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  131. Other similar extension points exist, see Microsoft.Common.targets.
  132. <Target Name="BeforeBuild">
  133. </Target>
  134. <Target Name="AfterBuild">
  135. </Target>
  136. -->
  137. <PropertyGroup>
  138. <PostBuildEvent>
  139. </PostBuildEvent>
  140. </PropertyGroup>
  141. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  142. </Project>
  143. <!--02/26/2015 13:50:14 Project file patched for VS 2013 compability-->
  144. <!--02/26/2015 15:47:15 Project file patched for VS 2013 compability-->
  145. <!--02/26/2015 15:51:49 Project file patched for VS 2013 compability-->