Skip to content

Commit 327e027

Browse files
authored
Merge pull request #15 from autodesk-platform-services/AnyCPURemoved
AnyCPU removed
2 parents c0daae4 + 111fde2 commit 327e027

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

BuildSolution.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ECHO restore nuget pacakges
3939
msbuild -t:restore -p:RestorePackagesConfig=true SampleConnector.sln /p:NugetConfig=./NuGet.config
4040

4141
ECHO msbuild
42-
msbuild SampleConnector.sln /p:Configuration=Debug /p:Platform="Any CPU" -flp1:logfile=./buildlogs/errors.log;errorsonly -flp2:logfile=./buildlogs/warnings.log;warningsonly
42+
msbuild SampleConnector.sln /p:Configuration=Debug /p:Platform="x64" -flp1:logfile=./buildlogs/errors.log;errorsonly -flp2:logfile=./buildlogs/warnings.log;warningsonly
4343

4444
if exist NuGet.config del Nuget.config
4545

src/SampleConnector.sln

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,16 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleConnectorUnitTests",
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12-
Debug|Any CPU = Debug|Any CPU
1312
Debug|x64 = Debug|x64
14-
Release|Any CPU = Release|Any CPU
1513
Release|x64 = Release|x64
1614
EndGlobalSection
1715
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18-
{5743A62A-1198-474D-BB6B-1832A5238200}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19-
{5743A62A-1198-474D-BB6B-1832A5238200}.Debug|Any CPU.Build.0 = Debug|Any CPU
2016
{5743A62A-1198-474D-BB6B-1832A5238200}.Debug|x64.ActiveCfg = Debug|x64
2117
{5743A62A-1198-474D-BB6B-1832A5238200}.Debug|x64.Build.0 = Debug|x64
22-
{5743A62A-1198-474D-BB6B-1832A5238200}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{5743A62A-1198-474D-BB6B-1832A5238200}.Release|Any CPU.Build.0 = Release|Any CPU
2418
{5743A62A-1198-474D-BB6B-1832A5238200}.Release|x64.ActiveCfg = Release|x64
2519
{5743A62A-1198-474D-BB6B-1832A5238200}.Release|x64.Build.0 = Release|x64
26-
{E3F22FAA-89E6-4339-A583-7DF76D42BDA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{E3F22FAA-89E6-4339-A583-7DF76D42BDA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
2820
{E3F22FAA-89E6-4339-A583-7DF76D42BDA0}.Debug|x64.ActiveCfg = Debug|x64
2921
{E3F22FAA-89E6-4339-A583-7DF76D42BDA0}.Debug|x64.Build.0 = Debug|x64
30-
{E3F22FAA-89E6-4339-A583-7DF76D42BDA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
31-
{E3F22FAA-89E6-4339-A583-7DF76D42BDA0}.Release|Any CPU.Build.0 = Release|Any CPU
3222
{E3F22FAA-89E6-4339-A583-7DF76D42BDA0}.Release|x64.ActiveCfg = Release|x64
3323
{E3F22FAA-89E6-4339-A583-7DF76D42BDA0}.Release|x64.Build.0 = Release|x64
3424
EndGlobalSection

0 commit comments

Comments
 (0)