-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModuleVsFileMapping.csproj
More file actions
38 lines (38 loc) · 1.63 KB
/
ModuleVsFileMapping.csproj
File metadata and controls
38 lines (38 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
<PropertyGroup>
<Platform>x86</Platform>
<ProjectGuid>{3050E0B9-694E-45E3-BEE5-A2380C123CC6}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>ModuleVsFileMapping</RootNamespace>
<AssemblyName>ModuleVsFileMapping</AssemblyName>
<TargetFramework>net462</TargetFramework>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DefineConstants>TRACE;x64</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DefineConstants>TRACE;x64</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<DefineConstants>TRACE;x86</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<DefineConstants>TRACE;x86</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Win32Base\Win32Base.csproj">
<Project>{DD1A28CE-0DC8-4F02-B157-FA92719B1DA7}</Project>
<Name>Win32Base</Name>
</ProjectReference>
<ProjectReference Include="..\Win32ProcessAccess\Win32ProcessAccess.csproj">
<Project>{E57BAFA0-7748-4011-913D-1258E90AF6C2}</Project>
<Name>Win32ProcessAccess</Name>
</ProjectReference>
</ItemGroup>
</Project>