Skip to content

Commit

Permalink
update project
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Mar 6, 2022
1 parent 6e04fea commit 01e569a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kscr-compiler/kscr-compiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>KScr.Compiler</RootNamespace>
<Nullable>enable</Nullable>
<Company>comroid</Company>
<AssemblyVersion>0.1.0</AssemblyVersion>
<AssemblyVersion>0.2.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion kscr-lib/kscr-lib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>KScr.Lib</RootNamespace>
<Nullable>enable</Nullable>
<Company>comroid</Company>
<AssemblyVersion>0.1.0</AssemblyVersion>
<AssemblyVersion>0.2.0</AssemblyVersion>
</PropertyGroup>

</Project>
7 changes: 6 additions & 1 deletion kscr-runtime/kscr-runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<AssemblyName>kscr</AssemblyName>
<Company>comroid</Company>
<Product>kscr</Product>
<AssemblyVersion>0.1.0</AssemblyVersion>
<AssemblyVersion>0.2.0</AssemblyVersion>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>

<ItemGroup>
Expand All @@ -20,4 +21,8 @@
<PackageReference Include="CommandLineParser" Version="2.9.0-preview1" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="mkdir $(TargetDir)\std" />
</Target>

</Project>

0 comments on commit 01e569a

Please sign in to comment.