Split up prebuild project files
This commit is contained in:
parent
16edb2bf5b
commit
f7f2344276
3 changed files with 91 additions and 88 deletions
33
source/SnapWrap/prebuild.xml
Normal file
33
source/SnapWrap/prebuild.xml
Normal file
|
@ -0,0 +1,33 @@
|
|||
<Project name="SnapWrap"
|
||||
path="source/SnapWrap"
|
||||
language="C#"
|
||||
type="Exe"
|
||||
version="1.0.1"
|
||||
rootNamespace="dev.zontreck.snap"
|
||||
startupObject="dev.zontreck.snap.Wrap">
|
||||
<Author>Tara Piccari (tarapiccari@gmail.com)</Author>
|
||||
<Description>C# Prebuild Scripting for code generation</Description>
|
||||
<Configuration name="Debug">
|
||||
<Options>
|
||||
<OutputPath>../../bootstrap/debug/</OutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
|
||||
</Options>
|
||||
</Configuration>
|
||||
<Configuration name="Release">
|
||||
<Options>
|
||||
<OutputPath>../../bootstrap/</OutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
</Options>
|
||||
</Configuration>
|
||||
|
||||
|
||||
<PackageReference name="Microsoft.CodeAnalysis" version="4.6.0" />
|
||||
<PackageReference name="Microsoft.CodeAnalysis.CSharp" version="4.6.0" />
|
||||
<PackageReference name="Microsoft.CodeAnalysis.CSharp.Scripting" version="4.6.0" />
|
||||
<Reference name="System.Diagnostics" />
|
||||
<Reference name="System.Diagnostics.Process" />
|
||||
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue