File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
agsget/agsget/EditorPlugin/AGS.Plugin.AgsGet Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 30
30
<EmbeddedResource Include =" PluginIcon.ico" />
31
31
32
32
</ItemGroup >
33
- <ItemGroup >
34
- <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 2.9.6" >
35
- <PrivateAssets >all</PrivateAssets >
36
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
37
- </PackageReference >
38
- </ItemGroup >
39
-
40
-
41
- <Target Name =" ILMerge" >
42
- <!-- the ILMergePath property points to the location of ILMerge.exe console application -->
43
- <Exec Command =" $(ILMergeConsolePath) Bin\x64\Release\AGS.Plugin.AgsGet-final.dll /out:myapp.exe Bin\x64\Release\AGS.Plugin.AgsGet.dll \..\..\Core\Bin\Release\net45\win-x64\agsget.dll " />
44
- </Target >
45
-
46
33
</Project >
You can’t perform that action at this time.
0 commit comments