Skip to content

Commit

Permalink
unity2018.3
Browse files Browse the repository at this point in the history
将代码创建工具用.net4编译,根据unity工程自动选择.net2或.net4
  • Loading branch information
asheigithub committed Dec 16, 2018
1 parent 4c64f52 commit c4d7700
Show file tree
Hide file tree
Showing 55 changed files with 2,051 additions and 241 deletions.
9 changes: 9 additions & 0 deletions ASCR/ASCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DOTNET4|AnyCPU'">
<OutputPath>bin\DOTNET4\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
4 changes: 3 additions & 1 deletion ASCR/obj/Debug/ASCompiler.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ E:\ASTool\ASCR\bin\Debug\ASTool.dll
E:\ASTool\ASCR\bin\Debug\ASRuntime.pdb
E:\ASTool\ASCR\bin\Debug\ASTool.pdb
E:\ASTool\ASCR\bin\Debug\ASTool.xml
E:\ASTool\ASCR\obj\Debug\ASCompiler.csprojResolveAssemblyReference.cache
E:\ASTool\ASCR\obj\Debug\ASCompiler.Properties.Resources.resources
E:\ASTool\ASCR\obj\Debug\ASCompiler.csproj.GenerateResource.Cache
E:\ASTool\ASCR\obj\Debug\ASCompiler.dll
Expand Down Expand Up @@ -94,3 +93,6 @@ F:\GitHub\apple-juice-actionscript\ASCR\obj\Debug\ASCompiler.csproj.CoreCompileI
F:\GitHub\apple-juice-actionscript\ASCR\obj\Debug\ASCompiler.csproj.CopyComplete
F:\GitHub\apple-juice-actionscript\ASCR\obj\Debug\ASCompiler.dll
F:\GitHub\apple-juice-actionscript\ASCR\obj\Debug\ASCompiler.pdb
E:\ASTool\ASCR\obj\Debug\ASCompiler.csprojAssemblyReference.cache
E:\ASTool\ASCR\obj\Debug\ASCompiler.csproj.CoreCompileInputs.cache
E:\ASTool\ASCR\obj\Debug\ASCompiler.csproj.CopyComplete
9 changes: 9 additions & 0 deletions ASCTest/ASCTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DOTNET4|AnyCPU'">
<OutputPath>bin\DOTNET4\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
3 changes: 3 additions & 0 deletions ASCTest/ASCTest.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@
<VerifyUploadedFiles>false</VerifyUploadedFiles>
<ProjectView>ProjectFiles</ProjectView>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DOTNET4|AnyCPU'">
<StartArguments>../../testScript/AS3Testproj/src/</StartArguments>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions ASCTest/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Program

static void Main(string[] args)
{

//var m= typeof(UnityEngine.Light).GetMethod("get_shadowRadius");

//var ss= m.DeclaringType.FullName + "::" + m.ToString();
Expand Down
Binary file modified ASCTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
9 changes: 9 additions & 0 deletions ASRuntime/ASRuntime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DOTNET4|AnyCPU'">
<OutputPath>bin\DOTNET4\</OutputPath>
<DefineConstants>TRACE;WHENDEV</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
58 changes: 55 additions & 3 deletions ASTool.sln
Original file line number Diff line number Diff line change
Expand Up @@ -27,89 +27,138 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnityPluginTool", "UnityPlu
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASRuntimeUnityPluginTool", "UnityPluginTool\ASRuntimeUnityPluginTool.csproj", "{567504BA-B245-4C67-A606-597D85E6A636}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinkCodeGenCLI_v4", "LinkCodeGenCLI_v4\LinkCodeGenCLI_v4.csproj", "{1F5A556D-3E0E-425A-8A27-BF868B15FA48}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6119D2E-215B-4FB1-A1C6-E83EDE52DA8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6119D2E-215B-4FB1-A1C6-E83EDE52DA8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6119D2E-215B-4FB1-A1C6-E83EDE52DA8C}.Debug|x64.ActiveCfg = Debug|Any CPU
{F6119D2E-215B-4FB1-A1C6-E83EDE52DA8C}.Debug|x64.Build.0 = Debug|Any CPU
{F6119D2E-215B-4FB1-A1C6-E83EDE52DA8C}.Debug|x86.ActiveCfg = Debug|x86
{F6119D2E-215B-4FB1-A1C6-E83EDE52DA8C}.Debug|x86.Build.0 = Debug|x86
{F6119D2E-215B-4FB1-A1C6-E83EDE52DA8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6119D2E-215B-4FB1-A1C6-E83EDE52DA8C}.Release|Any CPU.Build.0 = Release|Any CPU
{F6119D2E-215B-4FB1-A1C6-E83EDE52DA8C}.Release|x64.ActiveCfg = Release|Any CPU
{F6119D2E-215B-4FB1-A1C6-E83EDE52DA8C}.Release|x64.Build.0 = Release|Any CPU
{F6119D2E-215B-4FB1-A1C6-E83EDE52DA8C}.Release|x86.ActiveCfg = Release|x86
{F6119D2E-215B-4FB1-A1C6-E83EDE52DA8C}.Release|x86.Build.0 = Release|x86
{883162BB-0596-4ABC-BAA8-B3A1F04CC388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{883162BB-0596-4ABC-BAA8-B3A1F04CC388}.Debug|Any CPU.Build.0 = Debug|Any CPU
{883162BB-0596-4ABC-BAA8-B3A1F04CC388}.Debug|x64.ActiveCfg = Debug|Any CPU
{883162BB-0596-4ABC-BAA8-B3A1F04CC388}.Debug|x64.Build.0 = Debug|Any CPU
{883162BB-0596-4ABC-BAA8-B3A1F04CC388}.Debug|x86.ActiveCfg = Debug|Any CPU
{883162BB-0596-4ABC-BAA8-B3A1F04CC388}.Debug|x86.Build.0 = Debug|Any CPU
{883162BB-0596-4ABC-BAA8-B3A1F04CC388}.Release|Any CPU.ActiveCfg = Release|Any CPU
{883162BB-0596-4ABC-BAA8-B3A1F04CC388}.Release|Any CPU.Build.0 = Release|Any CPU
{883162BB-0596-4ABC-BAA8-B3A1F04CC388}.Release|x64.ActiveCfg = Release|Any CPU
{883162BB-0596-4ABC-BAA8-B3A1F04CC388}.Release|x64.Build.0 = Release|Any CPU
{883162BB-0596-4ABC-BAA8-B3A1F04CC388}.Release|x86.ActiveCfg = Release|Any CPU
{883162BB-0596-4ABC-BAA8-B3A1F04CC388}.Release|x86.Build.0 = Release|Any CPU
{A741225D-1C14-4B1B-B746-C859E26FA8AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A741225D-1C14-4B1B-B746-C859E26FA8AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A741225D-1C14-4B1B-B746-C859E26FA8AA}.Debug|x64.ActiveCfg = Debug|Any CPU
{A741225D-1C14-4B1B-B746-C859E26FA8AA}.Debug|x64.Build.0 = Debug|Any CPU
{A741225D-1C14-4B1B-B746-C859E26FA8AA}.Debug|x86.ActiveCfg = Debug|Any CPU
{A741225D-1C14-4B1B-B746-C859E26FA8AA}.Debug|x86.Build.0 = Debug|Any CPU
{A741225D-1C14-4B1B-B746-C859E26FA8AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A741225D-1C14-4B1B-B746-C859E26FA8AA}.Release|Any CPU.Build.0 = Release|Any CPU
{A741225D-1C14-4B1B-B746-C859E26FA8AA}.Release|x64.ActiveCfg = Release|Any CPU
{A741225D-1C14-4B1B-B746-C859E26FA8AA}.Release|x64.Build.0 = Release|Any CPU
{A741225D-1C14-4B1B-B746-C859E26FA8AA}.Release|x86.ActiveCfg = Release|Any CPU
{A741225D-1C14-4B1B-B746-C859E26FA8AA}.Release|x86.Build.0 = Release|Any CPU
{8C0A5542-F8C6-470C-B194-5A5C50C5A695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C0A5542-F8C6-470C-B194-5A5C50C5A695}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C0A5542-F8C6-470C-B194-5A5C50C5A695}.Debug|x64.ActiveCfg = Debug|Any CPU
{8C0A5542-F8C6-470C-B194-5A5C50C5A695}.Debug|x64.Build.0 = Debug|Any CPU
{8C0A5542-F8C6-470C-B194-5A5C50C5A695}.Debug|x86.ActiveCfg = Debug|Any CPU
{8C0A5542-F8C6-470C-B194-5A5C50C5A695}.Debug|x86.Build.0 = Debug|Any CPU
{8C0A5542-F8C6-470C-B194-5A5C50C5A695}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C0A5542-F8C6-470C-B194-5A5C50C5A695}.Release|Any CPU.Build.0 = Release|Any CPU
{8C0A5542-F8C6-470C-B194-5A5C50C5A695}.Release|x64.ActiveCfg = Release|Any CPU
{8C0A5542-F8C6-470C-B194-5A5C50C5A695}.Release|x64.Build.0 = Release|Any CPU
{8C0A5542-F8C6-470C-B194-5A5C50C5A695}.Release|x86.ActiveCfg = Release|Any CPU
{8C0A5542-F8C6-470C-B194-5A5C50C5A695}.Release|x86.Build.0 = Release|Any CPU
{4F9519E2-A209-49A5-BB20-1E5980664923}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F9519E2-A209-49A5-BB20-1E5980664923}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F9519E2-A209-49A5-BB20-1E5980664923}.Debug|x64.ActiveCfg = Debug|Any CPU
{4F9519E2-A209-49A5-BB20-1E5980664923}.Debug|x64.Build.0 = Debug|Any CPU
{4F9519E2-A209-49A5-BB20-1E5980664923}.Debug|x86.ActiveCfg = Debug|Any CPU
{4F9519E2-A209-49A5-BB20-1E5980664923}.Debug|x86.Build.0 = Debug|Any CPU
{4F9519E2-A209-49A5-BB20-1E5980664923}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F9519E2-A209-49A5-BB20-1E5980664923}.Release|Any CPU.Build.0 = Release|Any CPU
{4F9519E2-A209-49A5-BB20-1E5980664923}.Release|x64.ActiveCfg = Release|Any CPU
{4F9519E2-A209-49A5-BB20-1E5980664923}.Release|x64.Build.0 = Release|Any CPU
{4F9519E2-A209-49A5-BB20-1E5980664923}.Release|x86.ActiveCfg = Release|Any CPU
{4F9519E2-A209-49A5-BB20-1E5980664923}.Release|x86.Build.0 = Release|Any CPU
{A4C59558-40E6-44C3-84A0-EA5A8FCFF05A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4C59558-40E6-44C3-84A0-EA5A8FCFF05A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4C59558-40E6-44C3-84A0-EA5A8FCFF05A}.Debug|x64.ActiveCfg = Debug|Any CPU
{A4C59558-40E6-44C3-84A0-EA5A8FCFF05A}.Debug|x64.Build.0 = Debug|Any CPU
{A4C59558-40E6-44C3-84A0-EA5A8FCFF05A}.Debug|x86.ActiveCfg = Debug|Any CPU
{A4C59558-40E6-44C3-84A0-EA5A8FCFF05A}.Debug|x86.Build.0 = Debug|Any CPU
{A4C59558-40E6-44C3-84A0-EA5A8FCFF05A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4C59558-40E6-44C3-84A0-EA5A8FCFF05A}.Release|Any CPU.Build.0 = Release|Any CPU
{A4C59558-40E6-44C3-84A0-EA5A8FCFF05A}.Release|x64.ActiveCfg = Release|Any CPU
{A4C59558-40E6-44C3-84A0-EA5A8FCFF05A}.Release|x64.Build.0 = Release|Any CPU
{A4C59558-40E6-44C3-84A0-EA5A8FCFF05A}.Release|x86.ActiveCfg = Release|Any CPU
{A4C59558-40E6-44C3-84A0-EA5A8FCFF05A}.Release|x86.Build.0 = Release|Any CPU
{E13DA238-07DC-4806-A7FA-B1CA8A846861}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E13DA238-07DC-4806-A7FA-B1CA8A846861}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E13DA238-07DC-4806-A7FA-B1CA8A846861}.Debug|x64.ActiveCfg = Debug|Any CPU
{E13DA238-07DC-4806-A7FA-B1CA8A846861}.Debug|x64.Build.0 = Debug|Any CPU
{E13DA238-07DC-4806-A7FA-B1CA8A846861}.Debug|x86.ActiveCfg = Debug|Any CPU
{E13DA238-07DC-4806-A7FA-B1CA8A846861}.Debug|x86.Build.0 = Debug|Any CPU
{E13DA238-07DC-4806-A7FA-B1CA8A846861}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E13DA238-07DC-4806-A7FA-B1CA8A846861}.Release|Any CPU.Build.0 = Release|Any CPU
{E13DA238-07DC-4806-A7FA-B1CA8A846861}.Release|x64.ActiveCfg = Release|Any CPU
{E13DA238-07DC-4806-A7FA-B1CA8A846861}.Release|x64.Build.0 = Release|Any CPU
{E13DA238-07DC-4806-A7FA-B1CA8A846861}.Release|x86.ActiveCfg = Release|Any CPU
{E13DA238-07DC-4806-A7FA-B1CA8A846861}.Release|x86.Build.0 = Release|Any CPU
{965D8695-C1AE-45D5-B720-E4B30E3D4A80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{965D8695-C1AE-45D5-B720-E4B30E3D4A80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{965D8695-C1AE-45D5-B720-E4B30E3D4A80}.Debug|x64.ActiveCfg = Debug|Any CPU
{965D8695-C1AE-45D5-B720-E4B30E3D4A80}.Debug|x64.Build.0 = Debug|Any CPU
{965D8695-C1AE-45D5-B720-E4B30E3D4A80}.Debug|x86.ActiveCfg = Debug|Any CPU
{965D8695-C1AE-45D5-B720-E4B30E3D4A80}.Debug|x86.Build.0 = Debug|Any CPU
{965D8695-C1AE-45D5-B720-E4B30E3D4A80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{965D8695-C1AE-45D5-B720-E4B30E3D4A80}.Release|Any CPU.Build.0 = Release|Any CPU
{965D8695-C1AE-45D5-B720-E4B30E3D4A80}.Release|x64.ActiveCfg = Release|Any CPU
{965D8695-C1AE-45D5-B720-E4B30E3D4A80}.Release|x64.Build.0 = Release|Any CPU
{965D8695-C1AE-45D5-B720-E4B30E3D4A80}.Release|x86.ActiveCfg = Release|Any CPU
{965D8695-C1AE-45D5-B720-E4B30E3D4A80}.Release|x86.Build.0 = Release|Any CPU
{567504BA-B245-4C67-A606-597D85E6A636}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{567504BA-B245-4C67-A606-597D85E6A636}.Debug|Any CPU.Build.0 = Debug|Any CPU
{567504BA-B245-4C67-A606-597D85E6A636}.Debug|x64.ActiveCfg = Debug|Any CPU
{567504BA-B245-4C67-A606-597D85E6A636}.Debug|x64.Build.0 = Debug|Any CPU
{567504BA-B245-4C67-A606-597D85E6A636}.Debug|x86.ActiveCfg = Debug|Any CPU
{567504BA-B245-4C67-A606-597D85E6A636}.Debug|x86.Build.0 = Debug|Any CPU
{567504BA-B245-4C67-A606-597D85E6A636}.Release|Any CPU.ActiveCfg = Release|Any CPU
{567504BA-B245-4C67-A606-597D85E6A636}.Release|Any CPU.Build.0 = Release|Any CPU
{567504BA-B245-4C67-A606-597D85E6A636}.Release|x64.ActiveCfg = Release|Any CPU
{567504BA-B245-4C67-A606-597D85E6A636}.Release|x64.Build.0 = Release|Any CPU
{567504BA-B245-4C67-A606-597D85E6A636}.Release|x86.ActiveCfg = Release|Any CPU
{567504BA-B245-4C67-A606-597D85E6A636}.Release|x86.Build.0 = Release|Any CPU
{1F5A556D-3E0E-425A-8A27-BF868B15FA48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F5A556D-3E0E-425A-8A27-BF868B15FA48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F5A556D-3E0E-425A-8A27-BF868B15FA48}.Debug|x64.ActiveCfg = Debug|Any CPU
{1F5A556D-3E0E-425A-8A27-BF868B15FA48}.Debug|x64.Build.0 = Debug|Any CPU
{1F5A556D-3E0E-425A-8A27-BF868B15FA48}.Debug|x86.ActiveCfg = Debug|Any CPU
{1F5A556D-3E0E-425A-8A27-BF868B15FA48}.Debug|x86.Build.0 = Debug|Any CPU
{1F5A556D-3E0E-425A-8A27-BF868B15FA48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F5A556D-3E0E-425A-8A27-BF868B15FA48}.Release|Any CPU.Build.0 = Release|Any CPU
{1F5A556D-3E0E-425A-8A27-BF868B15FA48}.Release|x64.ActiveCfg = Release|Any CPU
{1F5A556D-3E0E-425A-8A27-BF868B15FA48}.Release|x64.Build.0 = Release|Any CPU
{1F5A556D-3E0E-425A-8A27-BF868B15FA48}.Release|x86.ActiveCfg = Release|Any CPU
{1F5A556D-3E0E-425A-8A27-BF868B15FA48}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -191,4 +240,7 @@ Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal
20 changes: 20 additions & 0 deletions ASTool/ASTool.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,26 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DOTNET4|x86'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x86\DOTNET4\</OutputPath>
<DocumentationFile>ASTool.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DOTNET4|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\DOTNET4\</OutputPath>
<DocumentationFile>ASTool.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
9 changes: 9 additions & 0 deletions AutoGenCodeLib/AutoGenCodeTestLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DOTNET4|AnyCPU'">
<OutputPath>bin\DOTNET4\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
Binary file modified AutoGenCodeLib/bin/Debug/AutoGenCodeLib.dll
Binary file not shown.
Binary file modified AutoGenCodeLib/obj/Debug/AutoGenCodeLib.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ F:\ASTool\AutoGenCodeLib\obj\Debug\AutoGenCodeLib.dll
F:\ASTool\AutoGenCodeLib\obj\Debug\AutoGenCodeLib.pdb
E:\ASTool\AutoGenCodeLib\bin\Debug\AutoGenCodeLib.dll
E:\ASTool\AutoGenCodeLib\bin\Debug\AutoGenCodeLib.pdb
E:\ASTool\AutoGenCodeLib\obj\Debug\AutoGenCodeTestLib.csprojResolveAssemblyReference.cache
E:\ASTool\AutoGenCodeLib\obj\Debug\AutoGenCodeLib.dll
E:\ASTool\AutoGenCodeLib\obj\Debug\AutoGenCodeLib.pdb
F:\ASTool\AutoGenCodeLib\bin\Debug\AutoGenCodeLib.xml
Expand All @@ -18,3 +17,5 @@ F:\GitHub\apple-juice-actionscript\AutoGenCodeLib\obj\Debug\AutoGenCodeTestLib.c
F:\GitHub\apple-juice-actionscript\AutoGenCodeLib\obj\Debug\AutoGenCodeTestLib.csproj.CoreCompileInputs.cache
F:\GitHub\apple-juice-actionscript\AutoGenCodeLib\obj\Debug\AutoGenCodeLib.dll
F:\GitHub\apple-juice-actionscript\AutoGenCodeLib\obj\Debug\AutoGenCodeLib.pdb
E:\ASTool\AutoGenCodeLib\obj\Debug\AutoGenCodeTestLib.csprojAssemblyReference.cache
E:\ASTool\AutoGenCodeLib\obj\Debug\AutoGenCodeTestLib.csproj.CoreCompileInputs.cache
Binary file modified BuildOutSDK/1.0.0/linkcodegencli/ASCompiler.dll
Binary file not shown.
Binary file modified BuildOutSDK/1.0.0/linkcodegencli/ASRuntime.dll
Binary file not shown.
Binary file modified BuildOutSDK/1.0.0/linkcodegencli/ASTool.dll
Binary file not shown.
Binary file modified BuildOutSDK/1.0.0/linkcodegencli/LinkCodeGen.dll
Binary file not shown.
Binary file modified BuildOutSDK/1.0.0/linkcodegencli/LinkCodeGenCLI.exe
Binary file not shown.

0 comments on commit c4d7700

Please sign in to comment.