123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{09A80A47-F081-4BD5-AD1D-3608866F9760}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Wayne.Lib.IO</RootNamespace>
- <AssemblyName>Wayne.Lib.IO</AssemblyName>
- <DeployDirSuffix>IO</DeployDirSuffix>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FormFactorID>
- </FormFactorID>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>Wayne.Lib.IO.snk</AssemblyOriginatorKeyFile>
- <SccProjectName>SAK</SccProjectName>
- <SccLocalPath>SAK</SccLocalPath>
- <SccAuxPath>SAK</SccAuxPath>
- <SccProvider>SAK</SccProvider>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>3.5</OldToolsVersion>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <FileAlignment>512</FileAlignment>
- <WarningLevel>4</WarningLevel>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE;CODE_ANALYSIS</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <FileAlignment>512</FileAlignment>
- <WarningLevel>4</WarningLevel>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="mscorlib" />
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ExcelFile.cs" />
- <Compile Include="FileSupport\FileSupport.cs" />
- <Compile Include="FileSupport\FileSupportExtensionCE.cs" />
- <Compile Include="FileSupport\FileSupportNonStatic.cs" />
- <Compile Include="FileSupport\IFileSupport.cs" />
- <Compile Include="FileSupport\IFileSupportExtension.cs" />
- <Compile Include="FileSupport\ISecureDeleteSupport.cs" />
- <Compile Include="FileSupport\SecureDeleteSupportCE.cs" />
- <Compile Include="FlatFileFormatter\FlatFileFormatException.cs" />
- <Compile Include="FlatFileFormatter\FlatFileFormatter.cs" />
- <Compile Include="FlatFileFormatter\FlatFileXml.cs" />
- <Compile Include="IniFile.cs" />
- <Compile Include="IPaths.cs" />
- <Compile Include="Paths.cs" />
- <Compile Include="PathsImplementation.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SafeFileWriting\SafeFileName.cs" />
- <Compile Include="SafeFileWriting\SafeFileStream.cs" />
- <Compile Include="SafeFileWriting\SafeFileWritingCleanupActionEnum.cs" />
- <Compile Include="SafeFileWriting\SafeFileWritingCleanupEventArgs.cs" />
- <Compile Include="SafeFileWriting\SafeFileWritingInterruptedException.cs" />
- <Compile Include="SafeFileWriting\SafeFileWritingIOException.cs" />
- <Compile Include="SafeFileWriting\UnitTest\SafeFileWritingStageEnum.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Doc\NDoc.bat" />
- <None Include="Doc\NDocConfig.ndoc" />
- <None Include="Doc\SDD_Wayne.Lib.IO.doc">
- <SubType>Designer</SubType>
- </None>
- <None Include="Doc\SDD_Wayne.Lib.IO.pdf" />
- <EmbeddedResource Include="FlatFileFormatter\FlatFile.xsd">
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <None Include="FlatFileFormatter\FlatFile.xsx">
- <DependentUpon>FlatFile.xsd</DependentUpon>
- </None>
- <None Include="Wayne.Lib.IO.cd" />
- <None Include="Wayne.Lib.IO.snk" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Common\Common.csproj">
- <Project>{5229A336-C6F4-46D9-A56F-66BE214570EB}</Project>
- <Name>Common</Name>
- </ProjectReference>
- </ItemGroup>
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
- <HostingProcess disable="1" />
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
- <!-- 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>
- -->
- <PropertyGroup>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
- <!--02/26/2015 13:50:15 Project file patched for VS 2013 compability-->
- <!--02/26/2015 15:47:15 Project file patched for VS 2013 compability-->
- <!--02/26/2015 15:51:49 Project file patched for VS 2013 compability-->
|