Giter Club home page Giter Club logo

Comments (4)

hvanbakel avatar hvanbakel commented on May 21, 2024

As to the adding of the assembly info attributes, I would add a manual node:
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
The transform cannot know because it is being generated as part of the build.

from csprojtovs2017.

MagicAndre1981 avatar MagicAndre1981 commented on May 21, 2024

Where should I add this GenerateAssemblyInfo entry to?

from csprojtovs2017.

MagicAndre1981 avatar MagicAndre1981 commented on May 21, 2024

ok, I need to add it to the old csproj. I also needed to add <Deterministic>False</Deterministic> because of the SVN version task I use.

I also found the issue #86. I'll look now if I find new issues or if I can compile the converted projects.

from csprojtovs2017.

MagicAndre1981 avatar MagicAndre1981 commented on May 21, 2024

I think this added a regression (or was this also not deleted earlier? πŸ€”πŸ€·β€β™‚οΈ).

I see now a propertygroup that contains a lot of old stuff:

<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion />
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{60CEB19E-8072-40B8-B230-C000B1769CFF}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>foo.CodedUITest</RootNamespace>
    <AssemblyName>foo.CodedUITest</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
    <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
    <IsCodedUITest>True</IsCodedUITest>
    <TestProjectType>CodedUITest</TestProjectType>

but those entries should be deleted.

Because of this the VS GUI has issues showing the correct .net version, becasue when I change it in the UI, it updates the <TargetFramework>net47</TargetFramework> on top of the csproj, but now also finds the old entry later and changes the data in the IDE back to 4.0.

from csprojtovs2017.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.