1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 3.5" 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 >9.0.30729</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{844CB30E-2F9E-4B34-A601-702D3A394F3E}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >Winterdom.IO.FileMap</RootNamespace >
12
+ <AssemblyName >Winterdom.IO.FileMap</AssemblyName >
13
+ <TargetFrameworkVersion >v2.0</TargetFrameworkVersion >
14
+ <FileAlignment >512</FileAlignment >
15
+ <TargetFrameworkSubset >
16
+ </TargetFrameworkSubset >
17
+ <SignAssembly >true</SignAssembly >
18
+ <AssemblyOriginatorKeyFile >Winterdom.snk</AssemblyOriginatorKeyFile >
19
+ <StartupObject >
20
+ </StartupObject >
21
+ </PropertyGroup >
22
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
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|AnyCPU' " >
32
+ <DebugType >pdbonly</DebugType >
33
+ <Optimize >true</Optimize >
34
+ <OutputPath >bin\Release\</OutputPath >
35
+ <DefineConstants >TRACE</DefineConstants >
36
+ <ErrorReport >prompt</ErrorReport >
37
+ <WarningLevel >4</WarningLevel >
38
+ </PropertyGroup >
39
+ <ItemGroup >
40
+ <Reference Include =" System" />
41
+ <Reference Include =" System.Data" />
42
+ <Reference Include =" System.Drawing" />
43
+ <Reference Include =" System.Xml" />
44
+ </ItemGroup >
45
+ <ItemGroup >
46
+ <Compile Include =" FileMapIOException.cs" />
47
+ <Compile Include =" MapViewStream.cs" />
48
+ <Compile Include =" MemoryMappedFile.cs" />
49
+ <Compile Include =" Properties\AssemblyInfo.cs" />
50
+ <Compile Include =" Win32APIs.cs" />
51
+ </ItemGroup >
52
+ <ItemGroup >
53
+ <None Include =" Winterdom.snk" />
54
+ </ItemGroup >
55
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
56
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
57
+ Other similar extension points exist, see Microsoft.Common.targets.
58
+ <Target Name="BeforeBuild">
59
+ </Target>
60
+ <Target Name="AfterBuild">
61
+ </Target>
62
+ -->
63
+ </Project >
0 commit comments