mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-18 22:17:15 +00:00
Solution structure reorganised
This commit is contained in:
1
README.md
Normal file
1
README.md
Normal file
@@ -0,0 +1 @@
|
||||
Solution layout taken from github davidfowl/dotnetlayout.md
|
||||
1
artifiacts/README.md
Normal file
1
artifiacts/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Build outputs go here. Doing a build.cmd/build.sh generates artifacts here (nupkgs, dlls, pdbs, etc.)
|
||||
@@ -3,17 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.27428.2037
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bnhtradeDatabaseClient", "bnhtrade Database Client\bnhtradeDatabaseClient.csproj", "{339D7413-3DA7-46EA-A55C-255A9A6B95EB}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bnhtradeScheduledTasks", "bnhtrade Scheduled Tasks\bnhtradeScheduledTasks.csproj", "{5D6E1D66-3901-4340-95C6-EE65051AB623}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CF330C30-8231-4D54-B60C-FF0644713502}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
bnhtradeRegasmInstall.bat = bnhtradeRegasmInstall.bat
|
||||
bnhtradeRegasmRefresh.bat = bnhtradeRegasmRefresh.bat
|
||||
bnhtradeRegasmUninstall.bat = bnhtradeRegasmUninstall.bat
|
||||
build\bnhtradeRegasmInstall.bat = build\bnhtradeRegasmInstall.bat
|
||||
build\bnhtradeRegasmRefresh.bat = build\bnhtradeRegasmRefresh.bat
|
||||
build\bnhtradeRegasmUninstall.bat = build\bnhtradeRegasmUninstall.bat
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bnhtradeDatabaseClient", "src\bnhtrade Database Client\bnhtradeDatabaseClient.csproj", "{339D7413-3DA7-46EA-A55C-255A9A6B95EB}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bnhtradeScheduledTasks", "src\bnhtrade Scheduled Tasks\bnhtradeScheduledTasks.csproj", "{5D6E1D66-3901-4340-95C6-EE65051AB623}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
||||
1
build/README.md
Normal file
1
build/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Build customizations (custom msbuild files/psake/fake/albacore/etc) scripts
|
||||
1
docs/README.md
Normal file
1
docs/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Documentation stuff, markdown files, help files etc.
|
||||
1
lib/README.md
Normal file
1
lib/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Things that can NEVER exist in a nuget package
|
||||
@@ -71,6 +71,7 @@
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
Reference in New Issue
Block a user