38 lines
No EOL
1.4 KiB
XML
38 lines
No EOL
1.4 KiB
XML
<Project name="SnapWrap"
|
|
path="source/SnapWrap"
|
|
language="C#"
|
|
type="Exe"
|
|
version="1.0.1"
|
|
icon="icon/SnapWrap.ico"
|
|
>
|
|
<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.11.0" />
|
|
<PackageReference name="Microsoft.CodeAnalysis.CSharp" version="4.11.0" />
|
|
<PackageReference name="Microsoft.CodeAnalysis.CSharp.Scripting" version="4.11.0" />
|
|
<Reference name="System.Diagnostics" />
|
|
<Reference name="System.Diagnostics.Process" />
|
|
|
|
<Files>
|
|
<File copyToOutput="Always" preservePath="false">icon/SnapWrap.ico</File>
|
|
<File copyToOutput="Always" preservePath="false">icon/SnapWrap.png</File>
|
|
</Files>
|
|
|
|
</Project> |