diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-08 17:28:34 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-08 17:28:34 +0300 |
| commit | 9c5f5c1351c78536b54df2c90742efae19f00b59 (patch) | |
| tree | 53e23d42955ed6c0926995a75305fd61112c5c87 /Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj | |
| parent | 57ae9d131e898a35061507bc8497bcf648cf00d1 (diff) | |
| download | Tango-9c5f5c1351c78536b54df2c90742efae19f00b59.tar.gz Tango-9c5f5c1351c78536b54df2c90742efae19f00b59.zip | |
Working on PPC machine setup !
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj index 20fa14d62..9beaf8923 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj +++ b/Software/Visual_Studio/Web/Tango.MachineService/Tango.MachineService.csproj @@ -26,6 +26,7 @@ <NuGetPackageImportStamp> </NuGetPackageImportStamp> <TargetFrameworkProfile /> + <Use64BitIISExpress /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -201,6 +202,10 @@ <Content Include="packages.config" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\..\Tango.BL\Tango.BL.csproj"> + <Project>{F441FEEE-322A-4943-B566-110E12FD3B72}</Project> + <Name>Tango.BL</Name> + </ProjectReference> <ProjectReference Include="..\..\Tango.Core\Tango.Core.csproj"> <Project>{a34ee0f0-649d-41c8-8489-b6f1cc6924ee}</Project> <Name>Tango.Core</Name> @@ -246,7 +251,7 @@ <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> </WebProjectProperties> </FlavorProperties> - <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> + <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> </VisualStudio> </ProjectExtensions> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
