Skip to content

Commit 1d35a52

Browse files
Ed ChaparroEd Chaparro
Ed Chaparro
authored and
Ed Chaparro
committed
Added x64 configuration
1 parent 86b43de commit 1d35a52

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

Permissions.sln

+10
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,27 @@ EndProject
1212
Global
1313
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1414
Debug|Any CPU = Debug|Any CPU
15+
Debug|x64 = Debug|x64
1516
Release|Any CPU = Release|Any CPU
17+
Release|x64 = Release|x64
1618
EndGlobalSection
1719
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1820
{49E0F082-F2CA-41D6-A394-CAE1B3DDA9AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1921
{49E0F082-F2CA-41D6-A394-CAE1B3DDA9AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{49E0F082-F2CA-41D6-A394-CAE1B3DDA9AD}.Debug|x64.ActiveCfg = Debug|x64
23+
{49E0F082-F2CA-41D6-A394-CAE1B3DDA9AD}.Debug|x64.Build.0 = Debug|x64
2024
{49E0F082-F2CA-41D6-A394-CAE1B3DDA9AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
2125
{49E0F082-F2CA-41D6-A394-CAE1B3DDA9AD}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{49E0F082-F2CA-41D6-A394-CAE1B3DDA9AD}.Release|x64.ActiveCfg = Release|x64
27+
{49E0F082-F2CA-41D6-A394-CAE1B3DDA9AD}.Release|x64.Build.0 = Release|x64
2228
{9A121ED1-9E11-4B53-8FE6-FCB8E43F2F4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2329
{9A121ED1-9E11-4B53-8FE6-FCB8E43F2F4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{9A121ED1-9E11-4B53-8FE6-FCB8E43F2F4F}.Debug|x64.ActiveCfg = Debug|x64
31+
{9A121ED1-9E11-4B53-8FE6-FCB8E43F2F4F}.Debug|x64.Build.0 = Debug|x64
2432
{9A121ED1-9E11-4B53-8FE6-FCB8E43F2F4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
2533
{9A121ED1-9E11-4B53-8FE6-FCB8E43F2F4F}.Release|Any CPU.Build.0 = Release|Any CPU
34+
{9A121ED1-9E11-4B53-8FE6-FCB8E43F2F4F}.Release|x64.ActiveCfg = Release|x64
35+
{9A121ED1-9E11-4B53-8FE6-FCB8E43F2F4F}.Release|x64.Build.0 = Release|x64
2636
EndGlobalSection
2737
GlobalSection(SolutionProperties) = preSolution
2838
HideSolutionNode = FALSE

src/Permissions/Permissions.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<AssemblyName>intrepidproducts.permissions</AssemblyName>
66
<RootNamespace>intrepidproducts.permissions</RootNamespace>
77
<Nullable>enable</Nullable>
8+
<Platforms>AnyCPU;x64</Platforms>
89
</PropertyGroup>
910

1011
<ItemGroup>

src/Tests/Test.Permissions/Test.Permissions.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<AssemblyName>intrepidproducts.permissions.test</AssemblyName>
99

1010
<RootNamespace>intrepidproducts.permissions.test</RootNamespace>
11+
12+
<Platforms>AnyCPU;x64</Platforms>
1113
</PropertyGroup>
1214

1315
<ItemGroup>

0 commit comments

Comments
 (0)