G
Guest
Hello all,
I want to add dataAccess.cs file to folder "DALayer" in template project
My project code:
<VisualStudioProject>
<CSHARP ProjectType = "Web">
<Build>
settings.....
</Build>
<Files>
<Include>
<Folder RelPath = "DALayer\" />
<File
RelPath = "DALayer\dataAccess.cs"
SubType = "Code"
Link = "dataAccess.cs"
BuildAction = "Compile"
/>
<Folder RelPath = "BSLayer\" />
<Folder RelPath = "UILayer\" />
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
I also put my dataAccess.cs in Templates\1033 directory and in Templates.inf file.
so I get dataAccess.cs added to the root of the project and not into de folder.
I appreciate any help you can provide as I'm really stuck right now.
bahadi
I want to add dataAccess.cs file to folder "DALayer" in template project
My project code:
<VisualStudioProject>
<CSHARP ProjectType = "Web">
<Build>
settings.....
</Build>
<Files>
<Include>
<Folder RelPath = "DALayer\" />
<File
RelPath = "DALayer\dataAccess.cs"
SubType = "Code"
Link = "dataAccess.cs"
BuildAction = "Compile"
/>
<Folder RelPath = "BSLayer\" />
<Folder RelPath = "UILayer\" />
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
I also put my dataAccess.cs in Templates\1033 directory and in Templates.inf file.
so I get dataAccess.cs added to the root of the project and not into de folder.
I appreciate any help you can provide as I'm really stuck right now.
bahadi