forked from modesttree/Projeny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjeny.yaml
43 lines (30 loc) · 1.53 KB
/
Projeny.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Default values
# These can all be overriden by user config files
MaxProjectNameLength: 10
# Set to true if you don't want to use the Projeny editor DLL and instead want to link directly
# to UnityPlugin\Projeny
LinkToProjenyEditorDir: False
ReleaseSources:
- AssetStoreCache:
PathVars:
ProjTemplatesDir: '[ProjenyDir]/Templates'
CsProjectTemplate: '[ProjTemplatesDir]/CsProjectTemplate.csproj'
CsSolutionTemplate: '[ProjTemplatesDir]/CsSolutionTemplate.sln'
PlaceholderFile1: '[ProjTemplatesDir]/Placeholder1/Placeholder.cs'
PlaceholderFile2: '[ProjTemplatesDir]/Placeholder2/Placeholder.cs'
ProjenyChangeProjectMenuMeta: '[ProjTemplatesDir]/ProjenyChangeProjectMenu.cs.meta'
ProjectRootGitIgnoreTemplate: '[ProjTemplatesDir]/customProjectRootGitIgnore'
ProjectRootSvnIgnoreTemplate: '[ProjTemplatesDir]/customProjectRootSvnIgnore'
YamlDotNetDllPath: '[ProjenyDir]/Bin/UnityPlugin/Release/YamlDotNet.dll'
ProjenyUnityEditorDllPath: '[ProjenyDir]/Bin/UnityPlugin/Release/Projeny.dll'
ProjenyUnityEditorDllMetaFilePath: '[ProjTemplatesDir]/Projeny.dll.meta'
ProjenyUnityEditorAssetsDirPath: '[ProjenyDir]/UnityPlugin/Projeny/Assets'
# Note that these are defaults, and can be overridden in any other Projeny.yaml file
MsBuildExePath: 'C:/Windows/Microsoft.NET/Framework/v4.0.30319/msbuild.exe'
UnityExePath: 'C:/Program Files/Unity/Editor/Unity.exe'
Console:
UseColors: False
OutputToFilteredLog: False
Compilation:
UseDevenv: False
IncludeProjenyInGeneratedSolution: False