IO.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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>{09A80A47-F081-4BD5-AD1D-3608866F9760}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Wayne.Lib.IO</RootNamespace>
  12. <AssemblyName>Wayne.Lib.IO</AssemblyName>
  13. <DeployDirSuffix>IO</DeployDirSuffix>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FormFactorID>
  16. </FormFactorID>
  17. <SignAssembly>true</SignAssembly>
  18. <AssemblyOriginatorKeyFile>Wayne.Lib.IO.snk</AssemblyOriginatorKeyFile>
  19. <SccProjectName>SAK</SccProjectName>
  20. <SccLocalPath>SAK</SccLocalPath>
  21. <SccAuxPath>SAK</SccAuxPath>
  22. <SccProvider>SAK</SccProvider>
  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. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <DebugType>none</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE;CODE_ANALYSIS</DefineConstants>
  48. <NoStdLib>true</NoStdLib>
  49. <NoConfig>true</NoConfig>
  50. <ErrorReport>prompt</ErrorReport>
  51. <FileAlignment>512</FileAlignment>
  52. <WarningLevel>4</WarningLevel>
  53. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  54. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="mscorlib" />
  58. <Reference Include="System" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="ExcelFile.cs" />
  64. <Compile Include="FileSupport\FileSupport.cs" />
  65. <Compile Include="FileSupport\FileSupportExtensionCE.cs" />
  66. <Compile Include="FileSupport\FileSupportNonStatic.cs" />
  67. <Compile Include="FileSupport\IFileSupport.cs" />
  68. <Compile Include="FileSupport\IFileSupportExtension.cs" />
  69. <Compile Include="FileSupport\ISecureDeleteSupport.cs" />
  70. <Compile Include="FileSupport\SecureDeleteSupportCE.cs" />
  71. <Compile Include="FlatFileFormatter\FlatFileFormatException.cs" />
  72. <Compile Include="FlatFileFormatter\FlatFileFormatter.cs" />
  73. <Compile Include="FlatFileFormatter\FlatFileXml.cs" />
  74. <Compile Include="IniFile.cs" />
  75. <Compile Include="IPaths.cs" />
  76. <Compile Include="Paths.cs" />
  77. <Compile Include="PathsImplementation.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <Compile Include="SafeFileWriting\SafeFileName.cs" />
  80. <Compile Include="SafeFileWriting\SafeFileStream.cs" />
  81. <Compile Include="SafeFileWriting\SafeFileWritingCleanupActionEnum.cs" />
  82. <Compile Include="SafeFileWriting\SafeFileWritingCleanupEventArgs.cs" />
  83. <Compile Include="SafeFileWriting\SafeFileWritingInterruptedException.cs" />
  84. <Compile Include="SafeFileWriting\SafeFileWritingIOException.cs" />
  85. <Compile Include="SafeFileWriting\UnitTest\SafeFileWritingStageEnum.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <None Include="Doc\NDoc.bat" />
  89. <None Include="Doc\NDocConfig.ndoc" />
  90. <None Include="Doc\SDD_Wayne.Lib.IO.doc">
  91. <SubType>Designer</SubType>
  92. </None>
  93. <None Include="Doc\SDD_Wayne.Lib.IO.pdf" />
  94. <EmbeddedResource Include="FlatFileFormatter\FlatFile.xsd">
  95. <SubType>Designer</SubType>
  96. </EmbeddedResource>
  97. <None Include="FlatFileFormatter\FlatFile.xsx">
  98. <DependentUpon>FlatFile.xsd</DependentUpon>
  99. </None>
  100. <None Include="Wayne.Lib.IO.cd" />
  101. <None Include="Wayne.Lib.IO.snk" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ProjectReference Include="..\Common\Common.csproj">
  105. <Project>{5229A336-C6F4-46D9-A56F-66BE214570EB}</Project>
  106. <Name>Common</Name>
  107. </ProjectReference>
  108. </ItemGroup>
  109. <ProjectExtensions>
  110. <VisualStudio>
  111. <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
  112. <HostingProcess disable="1" />
  113. </FlavorProperties>
  114. </VisualStudio>
  115. </ProjectExtensions>
  116. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  117. Other similar extension points exist, see Microsoft.Common.targets.
  118. <Target Name="BeforeBuild">
  119. </Target>
  120. <Target Name="AfterBuild">
  121. </Target>
  122. -->
  123. <PropertyGroup>
  124. <PostBuildEvent>
  125. </PostBuildEvent>
  126. </PropertyGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. </Project>
  129. <!--02/26/2015 13:50:15 Project file patched for VS 2013 compability-->
  130. <!--02/26/2015 15:47:15 Project file patched for VS 2013 compability-->
  131. <!--02/26/2015 15:51:49 Project file patched for VS 2013 compability-->