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

auto generate name of projects according to safeprojectname #410

Open
kingofday opened this issue Aug 4, 2018 · 3 comments
Open

auto generate name of projects according to safeprojectname #410

kingofday opened this issue Aug 4, 2018 · 3 comments

Comments

@kingofday
Copy link

kingofday commented Aug 4, 2018

i follwed this link: here
for examplei write this for new project: "CoName.Test", after that i want to projects in template get names like this:
"CoName.Test.Dashboard"
"CoName.Test.Domain"
"CoName.Test.Data"
,...
what should i do?
ref

@kingofday
Copy link
Author

i follwed this guid
https://www.youtube.com/watch?v=g6az_N95dVM&t=302s
and i dont know what is path for _preprocess.xml and where this file should be
image

@kingofday
Copy link
Author

kingofday commented Aug 4, 2018

my _preprocess.xml

<?xml version="1.0" encoding="utf-8" ?>
<Preprocess>
  <TemplateInfo Path="CSharp\Web\Gnu"/>
  <Replacements Include="*.*" Exclude="*.vstemplate;*.jpg;*.png;*.ico;_preprocess.xml;_project.vstemplate.xml">
    <add key="AssemblyName" value="companynamespace.safeprojectname"/>
    <add key="namespace" value="companynamespace.safeprojectname"/>
  </Replacements>
</Preprocess>

@codewithtyler
Copy link
Member

Hi @kingofday the video you linked to was for SideWaffle Creator. Can you create an issue in that repo so we can better keep track of your issue?

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

2 participants