Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to generated solution files #167

Open
jbatte47 opened this issue Jul 9, 2014 · 0 comments
Open

Switch to generated solution files #167

jbatte47 opened this issue Jul 9, 2014 · 0 comments
Assignees
Milestone

Comments

@jbatte47
Copy link
Member

jbatte47 commented Jul 9, 2014

As an architect, I want to generate the files needed by Visual Studio using a simpler set of files with a generator, so that the scope of project- and solution-level changes is reduced dramatically over time.

Expectation:

  1. rake will be used to generate relevant files
    1. rake generate
    2. rake vs_open ← depends on generate
    3. rake watch
    4. rake vs_edit ← depends on vs_open, watch
  2. .gitignore will be updated to exclude *.csproj / *.sln; projects and solutions are deleted
  3. New, minimal file set:
    1. solution.json ← solution / project / dependency metadata
    2. generator.yml ← generator config options
@jbatte47 jbatte47 added this to the 3.12 milestone Jul 9, 2014
@jbatte47 jbatte47 self-assigned this Jul 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant